Color spaces of #ca856b
RGB | 202 | 133 | 107 |
---|---|---|---|
HSL | 0.05 | 0.47 | 0.61 |
HSV | 16° | 47° | 79° |
CMYK | 0.00 | 0.34 | 0.47 0.21 |
XYZ | 35.3985 | 30.3932 | 17.9107 |
Yxy | 30.3932 | 0.4229 | 0.3631 |
Hunter Lab | 55.1300 | 18.1357 | 19.3288 |
CIE-Lab | 61.9920 | 23.5648 | 24.8849 |
#ca856b color RGB value is (202,133,107).
#ca856b hex color red value is 202, green value is 133 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #ca856b hue: 0.05 , saturation: 0.47 and the lightness value of ca856b is 0.61.
The process color (four color CMYK) of #ca856b color hex is 0.00, 0.34, 0.47, 0.21. Web safe color of #ca856b is #cc9966. Color #ca856b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10000101 | 01101011 |
Octal | 312 | 205 | 153 |
Decimal | 202 | 133 | 107 |
Hex | CA | 85 | 6B |
Shades of #ca856b
Tints of #ca856b
RGB Percentages of Color #ca856b
CMYK Percentages of Color #ca856b
Complementary Color
#ca856b | #6bb0ca |
#ca856b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca856b Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca856b Color CSS Codes
.mybgcolor {background-color:#ca856b; } .myforecolor {color:#ca856b; } .mybordercolor {border:3px solid #ca856b; }
#ca856b Text Font Color
<p style="color:#ca856b">Text here</p>
This sample text font color is #ca856b
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.
#ca856b Background Color
<div style="background-color:#ca856b">
Div content here</div>
This div background color is #ca856b
#ca856b Border Color
<div style="border:3px solid #ca856b">
Div here</div>
This div border color is #ca856b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,133,107, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca856b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca856b; -webkit-box-shadow: 1px 1px 3px 2px #ca856b; box-shadow: 1px 1px 3px 2px #ca856b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,133,107, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca856b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca856b; -webkit-box-shadow: 1px 1px 3px 2px #ca856b; box-shadow: 1px 1px 3px 2px #ca856b;">
Div content here</div>
This div box has shadow with color #ca856b
Comments
No comments written yet.
Please login to write comment.