Color spaces of #c0ccba
RGB | 192 | 204 | 186 |
---|---|---|---|
HSL | 0.28 | 0.15 | 0.76 |
HSV | 100° | 9° | 80° |
CMYK | 0.06 | 0.00 | 0.09 0.20 |
XYZ | 52.1940 | 57.9374 | 54.8865 |
Yxy | 57.9374 | 0.3163 | 0.3511 |
Hunter Lab | 76.1166 | -10.8047 | 10.5285 |
CIE-Lab | 80.7040 | -7.3808 | 7.5595 |
#c0ccba color RGB value is (192,204,186).
#c0ccba hex color red value is 192, green value is 204 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c0ccba hue: 0.28 , saturation: 0.15 and the lightness value of c0ccba is 0.76.
The process color (four color CMYK) of #c0ccba color hex is 0.06, 0.00, 0.09, 0.20. Web safe color of #c0ccba is #cccccc. Color #c0ccba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 11001100 | 10111010 |
Octal | 300 | 314 | 272 |
Decimal | 192 | 204 | 186 |
Hex | C0 | CC | BA |
Shades of #c0ccba
Tints of #c0ccba
RGB Percentages of Color #c0ccba
CMYK Percentages of Color #c0ccba
Complementary Color
#c0ccba | #c6bacc |
#c0ccba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c0ccba Color Preview on White Background
Lorem ipsum dolor sit amet.
#c0ccba Color CSS Codes
.mybgcolor {background-color:#c0ccba; } .myforecolor {color:#c0ccba; } .mybordercolor {border:3px solid #c0ccba; }
#c0ccba Text Font Color
<p style="color:#c0ccba">Text here</p>
This sample text font color is #c0ccba
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.
#c0ccba Background Color
<div style="background-color:#c0ccba">
Div content here</div>
This div background color is #c0ccba
#c0ccba Border Color
<div style="border:3px solid #c0ccba">
Div here</div>
This div border color is #c0ccba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,204,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c0ccba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c0ccba; -webkit-box-shadow: 1px 1px 3px 2px #c0ccba; box-shadow: 1px 1px 3px 2px #c0ccba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,204,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c0ccba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c0ccba; -webkit-box-shadow: 1px 1px 3px 2px #c0ccba; box-shadow: 1px 1px 3px 2px #c0ccba;">
Div content here</div>
This div box has shadow with color #c0ccba
Comments
No comments written yet.
Please login to write comment.