Color spaces of #c06090
RGB | 192 | 96 | 144 |
---|---|---|---|
HSL | 0.92 | 0.43 | 0.56 |
HSV | 330° | 50° | 75° |
CMYK | 0.00 | 0.50 | 0.25 0.25 |
XYZ | 30.9551 | 21.5858 | 28.9205 |
Yxy | 21.5858 | 0.3800 | 0.2650 |
Hunter Lab | 46.4605 | 37.6227 | -4.3842 |
CIE-Lab | 53.5847 | 44.0733 | -8.5881 |
#c06090 color RGB value is (192,96,144).
#c06090 hex color red value is 192, green value is 96 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #c06090 hue: 0.92 , saturation: 0.43 and the lightness value of c06090 is 0.56.
The process color (four color CMYK) of #c06090 color hex is 0.00, 0.50, 0.25, 0.25. Web safe color of #c06090 is #cc6699. Color #c06090 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 01100000 | 10010000 |
Octal | 300 | 140 | 220 |
Decimal | 192 | 96 | 144 |
Hex | C0 | 60 | 90 |
Shades of #c06090
Tints of #c06090
RGB Percentages of Color #c06090
CMYK Percentages of Color #c06090
Complementary Color
#c06090 | #60c090 |
#c06090 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c06090 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c06090 Color CSS Codes
.mybgcolor {background-color:#c06090; } .myforecolor {color:#c06090; } .mybordercolor {border:3px solid #c06090; }
#c06090 Text Font Color
<p style="color:#c06090">Text here</p>
This sample text font color is #c06090
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.
#c06090 Background Color
<div style="background-color:#c06090">
Div content here</div>
This div background color is #c06090
#c06090 Border Color
<div style="border:3px solid #c06090">
Div here</div>
This div border color is #c06090
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,96,144, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c06090; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c06090; -webkit-box-shadow: 1px 1px 3px 2px #c06090; box-shadow: 1px 1px 3px 2px #c06090; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,96,144, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c06090">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c06090; -webkit-box-shadow: 1px 1px 3px 2px #c06090; box-shadow: 1px 1px 3px 2px #c06090;">
Div content here</div>
This div box has shadow with color #c06090
Comments
No comments written yet.
Please login to write comment.