Color spaces of #ca786f
RGB | 202 | 120 | 111 |
---|---|---|---|
HSL | 0.02 | 0.46 | 0.61 |
HSV | 6° | 45° | 79° |
CMYK | 0.00 | 0.41 | 0.45 0.21 |
XYZ | 33.9428 | 27.1372 | 18.4879 |
Yxy | 27.1372 | 0.4266 | 0.3411 |
Hunter Lab | 52.0934 | 25.1429 | 15.4234 |
CIE-Lab | 59.1011 | 31.0253 | 18.7358 |
#ca786f color RGB value is (202,120,111).
#ca786f hex color red value is 202, green value is 120 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ca786f hue: 0.02 , saturation: 0.46 and the lightness value of ca786f is 0.61.
The process color (four color CMYK) of #ca786f color hex is 0.00, 0.41, 0.45, 0.21. Web safe color of #ca786f is #cc6666. Color #ca786f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 01111000 | 01101111 |
Octal | 312 | 170 | 157 |
Decimal | 202 | 120 | 111 |
Hex | CA | 78 | 6F |
Shades of #ca786f
Tints of #ca786f
RGB Percentages of Color #ca786f
CMYK Percentages of Color #ca786f
Complementary Color
#ca786f | #6fc1ca |
#ca786f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca786f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca786f Color CSS Codes
.mybgcolor {background-color:#ca786f; } .myforecolor {color:#ca786f; } .mybordercolor {border:3px solid #ca786f; }
#ca786f Text Font Color
<p style="color:#ca786f">Text here</p>
This sample text font color is #ca786f
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.
#ca786f Background Color
<div style="background-color:#ca786f">
Div content here</div>
This div background color is #ca786f
#ca786f Border Color
<div style="border:3px solid #ca786f">
Div here</div>
This div border color is #ca786f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,120,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca786f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca786f; -webkit-box-shadow: 1px 1px 3px 2px #ca786f; box-shadow: 1px 1px 3px 2px #ca786f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,120,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca786f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca786f; -webkit-box-shadow: 1px 1px 3px 2px #ca786f; box-shadow: 1px 1px 3px 2px #ca786f;">
Div content here</div>
This div box has shadow with color #ca786f
Comments
No comments written yet.
Please login to write comment.