Color spaces of #ca9786
RGB | 202 | 151 | 134 |
---|---|---|---|
HSL | 0.04 | 0.39 | 0.66 |
HSV | 15° | 34° | 79° |
CMYK | 0.00 | 0.25 | 0.34 0.21 |
XYZ | 39.7268 | 36.4110 | 27.4885 |
Yxy | 36.4110 | 0.3834 | 0.3514 |
Hunter Lab | 60.3415 | 11.9206 | 15.2296 |
CIE-Lab | 66.8328 | 16.8016 | 16.4113 |
#ca9786 color RGB value is (202,151,134).
#ca9786 hex color red value is 202, green value is 151 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #ca9786 hue: 0.04 , saturation: 0.39 and the lightness value of ca9786 is 0.66.
The process color (four color CMYK) of #ca9786 color hex is 0.00, 0.25, 0.34, 0.21. Web safe color of #ca9786 is #cc9999. Color #ca9786 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10010111 | 10000110 |
Octal | 312 | 227 | 206 |
Decimal | 202 | 151 | 134 |
Hex | CA | 97 | 86 |
Shades of #ca9786
Tints of #ca9786
RGB Percentages of Color #ca9786
CMYK Percentages of Color #ca9786
Complementary Color
#ca9786 | #86b9ca |
#ca9786 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca9786 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca9786 Color CSS Codes
.mybgcolor {background-color:#ca9786; } .myforecolor {color:#ca9786; } .mybordercolor {border:3px solid #ca9786; }
#ca9786 Text Font Color
<p style="color:#ca9786">Text here</p>
This sample text font color is #ca9786
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.
#ca9786 Background Color
<div style="background-color:#ca9786">
Div content here</div>
This div background color is #ca9786
#ca9786 Border Color
<div style="border:3px solid #ca9786">
Div here</div>
This div border color is #ca9786
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,151,134, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca9786; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca9786; -webkit-box-shadow: 1px 1px 3px 2px #ca9786; box-shadow: 1px 1px 3px 2px #ca9786; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,151,134, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca9786">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca9786; -webkit-box-shadow: 1px 1px 3px 2px #ca9786; box-shadow: 1px 1px 3px 2px #ca9786;">
Div content here</div>
This div box has shadow with color #ca9786
Comments
No comments written yet.
Please login to write comment.