Color spaces of #ca645f
RGB | 202 | 100 | 95 |
---|---|---|---|
HSL | 0.01 | 0.50 | 0.58 |
HSV | 3° | 53° | 79° |
CMYK | 0.00 | 0.50 | 0.53 0.21 |
XYZ | 30.9799 | 22.4971 | 13.5360 |
Yxy | 22.4971 | 0.4623 | 0.3357 |
Hunter Lab | 47.4311 | 33.5839 | 16.2815 |
CIE-Lab | 54.5505 | 40.0023 | 21.8213 |
#ca645f color RGB value is (202,100,95).
#ca645f hex color red value is 202, green value is 100 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ca645f hue: 0.01 , saturation: 0.50 and the lightness value of ca645f is 0.58.
The process color (four color CMYK) of #ca645f color hex is 0.00, 0.50, 0.53, 0.21. Web safe color of #ca645f is #cc6666. Color #ca645f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 01100100 | 01011111 |
Octal | 312 | 144 | 137 |
Decimal | 202 | 100 | 95 |
Hex | CA | 64 | 5F |
Shades of #ca645f
Tints of #ca645f
RGB Percentages of Color #ca645f
CMYK Percentages of Color #ca645f
Complementary Color
#ca645f | #5fc5ca |
#ca645f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca645f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca645f Color CSS Codes
.mybgcolor {background-color:#ca645f; } .myforecolor {color:#ca645f; } .mybordercolor {border:3px solid #ca645f; }
#ca645f Text Font Color
<p style="color:#ca645f">Text here</p>
This sample text font color is #ca645f
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.
#ca645f Background Color
<div style="background-color:#ca645f">
Div content here</div>
This div background color is #ca645f
#ca645f Border Color
<div style="border:3px solid #ca645f">
Div here</div>
This div border color is #ca645f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,100,95, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca645f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca645f; -webkit-box-shadow: 1px 1px 3px 2px #ca645f; box-shadow: 1px 1px 3px 2px #ca645f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,100,95, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca645f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca645f; -webkit-box-shadow: 1px 1px 3px 2px #ca645f; box-shadow: 1px 1px 3px 2px #ca645f;">
Div content here</div>
This div box has shadow with color #ca645f
Comments
No comments written yet.
Please login to write comment.