Color spaces of #caa481
RGB | 202 | 164 | 129 |
---|---|---|---|
HSL | 0.08 | 0.41 | 0.65 |
HSV | 29° | 36° | 79° |
CMYK | 0.00 | 0.19 | 0.36 0.21 |
XYZ | 41.5950 | 40.6925 | 26.4310 |
Yxy | 40.6925 | 0.3826 | 0.3743 |
Hunter Lab | 63.7907 | 4.7581 | 20.0873 |
CIE-Lab | 69.9599 | 9.0929 | 23.4451 |
#caa481 color RGB value is (202,164,129).
#caa481 hex color red value is 202, green value is 164 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #caa481 hue: 0.08 , saturation: 0.41 and the lightness value of caa481 is 0.65.
The process color (four color CMYK) of #caa481 color hex is 0.00, 0.19, 0.36, 0.21. Web safe color of #caa481 is #cc9999. Color #caa481 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10100100 | 10000001 |
Octal | 312 | 244 | 201 |
Decimal | 202 | 164 | 129 |
Hex | CA | A4 | 81 |
Shades of #caa481
Tints of #caa481
RGB Percentages of Color #caa481
CMYK Percentages of Color #caa481
Complementary Color
#caa481 | #81a7ca |
#caa481 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#caa481 Color Preview on White Background
Lorem ipsum dolor sit amet.
#caa481 Color CSS Codes
.mybgcolor {background-color:#caa481; } .myforecolor {color:#caa481; } .mybordercolor {border:3px solid #caa481; }
#caa481 Text Font Color
<p style="color:#caa481">Text here</p>
This sample text font color is #caa481
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.
#caa481 Background Color
<div style="background-color:#caa481">
Div content here</div>
This div background color is #caa481
#caa481 Border Color
<div style="border:3px solid #caa481">
Div here</div>
This div border color is #caa481
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,164,129, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #caa481; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #caa481; -webkit-box-shadow: 1px 1px 3px 2px #caa481; box-shadow: 1px 1px 3px 2px #caa481; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,164,129, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #caa481">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #caa481; -webkit-box-shadow: 1px 1px 3px 2px #caa481; box-shadow: 1px 1px 3px 2px #caa481;">
Div content here</div>
This div box has shadow with color #caa481
Comments
No comments written yet.
Please login to write comment.