Color spaces of #ca605a
RGB | 202 | 96 | 90 |
---|---|---|---|
HSL | 0.01 | 0.51 | 0.57 |
HSV | 3° | 55° | 79° |
CMYK | 0.00 | 0.52 | 0.55 0.21 |
XYZ | 30.3855 | 21.6605 | 12.2523 |
Yxy | 21.6605 | 0.4726 | 0.3369 |
Hunter Lab | 46.5408 | 35.0923 | 16.9700 |
CIE-Lab | 53.6649 | 41.6046 | 23.5552 |
#ca605a color RGB value is (202,96,90).
#ca605a hex color red value is 202, green value is 96 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ca605a hue: 0.01 , saturation: 0.51 and the lightness value of ca605a is 0.57.
The process color (four color CMYK) of #ca605a color hex is 0.00, 0.52, 0.55, 0.21. Web safe color of #ca605a is #cc6666. Color #ca605a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 01100000 | 01011010 |
Octal | 312 | 140 | 132 |
Decimal | 202 | 96 | 90 |
Hex | CA | 60 | 5A |
Shades of #ca605a
Tints of #ca605a
RGB Percentages of Color #ca605a
CMYK Percentages of Color #ca605a
Complementary Color
#ca605a | #5ac4ca |
#ca605a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca605a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca605a Color CSS Codes
.mybgcolor {background-color:#ca605a; } .myforecolor {color:#ca605a; } .mybordercolor {border:3px solid #ca605a; }
#ca605a Text Font Color
<p style="color:#ca605a">Text here</p>
This sample text font color is #ca605a
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.
#ca605a Background Color
<div style="background-color:#ca605a">
Div content here</div>
This div background color is #ca605a
#ca605a Border Color
<div style="border:3px solid #ca605a">
Div here</div>
This div border color is #ca605a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,96,90, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca605a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca605a; -webkit-box-shadow: 1px 1px 3px 2px #ca605a; box-shadow: 1px 1px 3px 2px #ca605a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,96,90, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca605a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca605a; -webkit-box-shadow: 1px 1px 3px 2px #ca605a; box-shadow: 1px 1px 3px 2px #ca605a;">
Div content here</div>
This div box has shadow with color #ca605a
Comments
No comments written yet.
Please login to write comment.