Shades of Putty #CAA871
Tints of Putty #CAA871
RGB
CMYK
RGB Variations
Color information
#CAA871 (or 0xCAA871) is known color: Putty. HEX triplet: CA, A8 and 71. RGB value is (202,168,113). Sum of RGB (Red+Green+Blue) = 202+168+113=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 168 (66.02% from 255 or 34.78% from 483); Blue value is 113 (44.53% from 255 or 23.40% from 483); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA871 is #35578E. Grayscale: #ACACAC. Windows color (decimal): -3495823 or 7448778. OLE color: 7448778.
HSL color Cylindrical-coordinate representation of color #CAA871: hue angle of 37.08º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CAA871 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 168 | 113 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.21 |
| HSL | 37.08º | 0.46% | 0.62% | - |
| HSV(B) | 37.08º | 0.44% | 0.79% | - |
| XYZ | 41.34 | 41.75 | 21.5 | - |
| YUV | 171.9 | 94.76 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 113 | 0 | 0.17 | 0.44 | 0.21 | 37.08 | 0.46 | 0.62 |
| Hex | CA | A8 | 71 | 0 | 11 | 2C | 15 | 25 | 2E | 3E |
| Octal | 312 | 250 | 161 | 0 | 21 | 54 | 25 | 45 | 56 | 76 |
| Binary | 11001010 | 10101000 | 1110001 | 0 | 10001 | 101100 | 10101 | 100101 | 101110 | 111110 |
Color Harmonies of #CAA871
Complementary color
Monochromatic Colors of #CAA871
Black with #CAA871
Text Example
Text Example
White with #CAA871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA871; }
p { color: rgb(202,168,113); }
H1.HeaderClassName
{
color: #CAA871;
}
.AnyTagClassName
{
color: #CAA871;
}
</style>
background-color css
<style>
a { background-color: #CAA871; }
a { background-color: rgb(202,168,113); }
div.DivClassName
{
background-color: #CAA871;
}
.BgClassName
{
background-color: #CAA871;
}
</style>
border-color css
<style>
span { border-color: #CAA871; }
span { border-color: rgb(202,168,113); }
td.TdClassName
{
border-color: #CAA871;
}
.TagClassName
{
border-color: #CAA871;
}
</style>