Shades of Putty #CAA876
Tints of Putty #CAA876
RGB
CMYK
RGB Variations
Color information
#CAA876 (or 0xCAA876) is known color: Putty. HEX triplet: CA, A8 and 76. RGB value is (202,168,118). Sum of RGB (Red+Green+Blue) = 202+168+118=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 118 (46.48% from 255 or 24.18% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA876 is #355789. Grayscale: #ACACAC. Windows color (decimal): -3495818 or 7776458. OLE color: 7776458.
HSL color Cylindrical-coordinate representation of color #CAA876: hue angle of 35.71º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CAA876 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 168 | 118 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.21 |
| HSL | 35.71º | 0.44% | 0.63% | - |
| HSV(B) | 35.71º | 0.42% | 0.79% | - |
| XYZ | 41.63 | 41.87 | 23.03 | - |
| YUV | 172.47 | 97.26 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 118 | 0 | 0.17 | 0.42 | 0.21 | 35.71 | 0.44 | 0.63 |
| Hex | CA | A8 | 76 | 0 | 11 | 2A | 15 | 24 | 2C | 3F |
| Octal | 312 | 250 | 166 | 0 | 21 | 52 | 25 | 44 | 54 | 77 |
| Binary | 11001010 | 10101000 | 1110110 | 0 | 10001 | 101010 | 10101 | 100100 | 101100 | 111111 |
Color Harmonies of #CAA876
Complementary color
Monochromatic Colors of #CAA876
Black with #CAA876
Text Example
Text Example
White with #CAA876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA876; }
p { color: rgb(202,168,118); }
H1.HeaderClassName
{
color: #CAA876;
}
.AnyTagClassName
{
color: #CAA876;
}
</style>
background-color css
<style>
a { background-color: #CAA876; }
a { background-color: rgb(202,168,118); }
div.DivClassName
{
background-color: #CAA876;
}
.BgClassName
{
background-color: #CAA876;
}
</style>
border-color css
<style>
span { border-color: #CAA876; }
span { border-color: rgb(202,168,118); }
td.TdClassName
{
border-color: #CAA876;
}
.TagClassName
{
border-color: #CAA876;
}
</style>