Color spaces of #cbc0cc
RGB | 203 | 192 | 204 |
---|---|---|---|
HSL | 0.82 | 0.11 | 0.78 |
HSV | 295° | 6° | 80° |
CMYK | 0.00 | 0.06 | 0.00 0.20 |
XYZ | 54.3773 | 54.7554 | 64.8296 |
Yxy | 54.7554 | 0.3126 | 0.3148 |
Hunter Lab | 73.9969 | 1.6778 | -0.1469 |
CIE-Lab | 78.9002 | 6.0256 | -4.6339 |
#cbc0cc color RGB value is (203,192,204).
#cbc0cc hex color red value is 203, green value is 192 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cbc0cc hue: 0.82 , saturation: 0.11 and the lightness value of cbc0cc is 0.78.
The process color (four color CMYK) of #cbc0cc color hex is 0.00, 0.06, 0.00, 0.20. Web safe color of #cbc0cc is #cccccc. Color #cbc0cc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11000000 | 11001100 |
Octal | 313 | 300 | 314 |
Decimal | 203 | 192 | 204 |
Hex | CB | C0 | CC |
Shades of #cbc0cc
Tints of #cbc0cc
RGB Percentages of Color #cbc0cc
CMYK Percentages of Color #cbc0cc
Complementary Color
#cbc0cc | #c1ccc0 |
#cbc0cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbc0cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbc0cc Color CSS Codes
.mybgcolor {background-color:#cbc0cc; } .myforecolor {color:#cbc0cc; } .mybordercolor {border:3px solid #cbc0cc; }
#cbc0cc Text Font Color
<p style="color:#cbc0cc">Text here</p>
This sample text font color is #cbc0cc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#cbc0cc Background Color
<div style="background-color:#cbc0cc">
Div content here</div>
This div background color is #cbc0cc
#cbc0cc Border Color
<div style="border:3px solid #cbc0cc">
Div here</div>
This div border color is #cbc0cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,192,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbc0cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbc0cc; -webkit-box-shadow: 1px 1px 3px 2px #cbc0cc; box-shadow: 1px 1px 3px 2px #cbc0cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,192,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbc0cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbc0cc; -webkit-box-shadow: 1px 1px 3px 2px #cbc0cc; box-shadow: 1px 1px 3px 2px #cbc0cc;">
Div content here</div>
This div box has shadow with color #cbc0cc
Comments
No comments written yet.
Please login to write comment.