Color spaces of #c06571
RGB | 192 | 101 | 113 |
---|---|---|---|
HSL | 0.98 | 0.42 | 0.57 |
HSV | 352° | 47° | 75° |
CMYK | 0.00 | 0.47 | 0.41 0.25 |
XYZ | 29.3725 | 21.7061 | 18.2644 |
Yxy | 21.7061 | 0.4236 | 0.3130 |
Hunter Lab | 46.5898 | 31.0030 | 9.3697 |
CIE-Lab | 53.7138 | 37.5517 | 9.8954 |
#c06571 color RGB value is (192,101,113).
#c06571 hex color red value is 192, green value is 101 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #c06571 hue: 0.98 , saturation: 0.42 and the lightness value of c06571 is 0.57.
The process color (four color CMYK) of #c06571 color hex is 0.00, 0.47, 0.41, 0.25. Web safe color of #c06571 is #cc6666. Color #c06571 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 01100101 | 01110001 |
Octal | 300 | 145 | 161 |
Decimal | 192 | 101 | 113 |
Hex | C0 | 65 | 71 |
Shades of #c06571
Tints of #c06571
RGB Percentages of Color #c06571
CMYK Percentages of Color #c06571
Complementary Color
#c06571 | #65c0b4 |
#c06571 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c06571 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c06571 Color CSS Codes
.mybgcolor {background-color:#c06571; } .myforecolor {color:#c06571; } .mybordercolor {border:3px solid #c06571; }
#c06571 Text Font Color
<p style="color:#c06571">Text here</p>
This sample text font color is #c06571
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.
#c06571 Background Color
<div style="background-color:#c06571">
Div content here</div>
This div background color is #c06571
#c06571 Border Color
<div style="border:3px solid #c06571">
Div here</div>
This div border color is #c06571
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,101,113, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c06571; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c06571; -webkit-box-shadow: 1px 1px 3px 2px #c06571; box-shadow: 1px 1px 3px 2px #c06571; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,101,113, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c06571">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c06571; -webkit-box-shadow: 1px 1px 3px 2px #c06571; box-shadow: 1px 1px 3px 2px #c06571;">
Div content here</div>
This div box has shadow with color #c06571
Comments
No comments written yet.
Please login to write comment.