Color spaces of #c0606f
RGB | 192 | 96 | 111 |
---|---|---|---|
HSL | 0.97 | 0.43 | 0.56 |
HSV | 351° | 50° | 75° |
CMYK | 0.00 | 0.50 | 0.42 0.25 |
XYZ | 28.7903 | 20.7199 | 17.5208 |
Yxy | 20.7199 | 0.4295 | 0.3091 |
Hunter Lab | 45.5191 | 33.2407 | 9.0420 |
CIE-Lab | 52.6416 | 39.9249 | 9.5645 |
#c0606f color RGB value is (192,96,111).
#c0606f hex color red value is 192, green value is 96 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #c0606f hue: 0.97 , saturation: 0.43 and the lightness value of c0606f is 0.56.
The process color (four color CMYK) of #c0606f color hex is 0.00, 0.50, 0.42, 0.25. Web safe color of #c0606f is #cc6666. Color #c0606f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 01100000 | 01101111 |
Octal | 300 | 140 | 157 |
Decimal | 192 | 96 | 111 |
Hex | C0 | 60 | 6F |
Shades of #c0606f
Tints of #c0606f
RGB Percentages of Color #c0606f
CMYK Percentages of Color #c0606f
Complementary Color
#c0606f | #60c0b1 |
#c0606f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c0606f Color Preview on White Background
Lorem ipsum dolor sit amet.
#c0606f Color CSS Codes
.mybgcolor {background-color:#c0606f; } .myforecolor {color:#c0606f; } .mybordercolor {border:3px solid #c0606f; }
#c0606f Text Font Color
<p style="color:#c0606f">Text here</p>
This sample text font color is #c0606f
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.
#c0606f Background Color
<div style="background-color:#c0606f">
Div content here</div>
This div background color is #c0606f
#c0606f Border Color
<div style="border:3px solid #c0606f">
Div here</div>
This div border color is #c0606f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,96,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c0606f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c0606f; -webkit-box-shadow: 1px 1px 3px 2px #c0606f; box-shadow: 1px 1px 3px 2px #c0606f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,96,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c0606f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c0606f; -webkit-box-shadow: 1px 1px 3px 2px #c0606f; box-shadow: 1px 1px 3px 2px #c0606f;">
Div content here</div>
This div box has shadow with color #c0606f
Comments
No comments written yet.
Please login to write comment.