Shades of Putty #CAA978
Tints of Putty #CAA978
RGB
CMYK
RGB Variations
Color information
#CAA978 (or 0xCAA978) is known color: Putty. HEX triplet: CA, A9 and 78. RGB value is (202,169,120). Sum of RGB (Red+Green+Blue) = 202+169+120=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 169 (66.41% from 255 or 34.42% from 491); Blue value is 120 (47.27% from 255 or 24.44% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA978 is #355687. Grayscale: #ADADAD. Windows color (decimal): -3495560 or 7907786. OLE color: 7907786.
HSL color Cylindrical-coordinate representation of color #CAA978: hue angle of 35.85º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CAA978 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 169 | 120 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.21 |
| HSL | 35.85º | 0.44% | 0.63% | - |
| HSV(B) | 35.85º | 0.41% | 0.79% | - |
| XYZ | 41.94 | 42.29 | 23.72 | - |
| YUV | 173.28 | 97.93 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 169 | 120 | 0 | 0.16 | 0.41 | 0.21 | 35.85 | 0.44 | 0.63 |
| Hex | CA | A9 | 78 | 0 | 10 | 29 | 15 | 24 | 2C | 3F |
| Octal | 312 | 251 | 170 | 0 | 20 | 51 | 25 | 44 | 54 | 77 |
| Binary | 11001010 | 10101001 | 1111000 | 0 | 10000 | 101001 | 10101 | 100100 | 101100 | 111111 |
Color Harmonies of #CAA978
Complementary color
Monochromatic Colors of #CAA978
Black with #CAA978
Text Example
Text Example
White with #CAA978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA978; }
p { color: rgb(202,169,120); }
H1.HeaderClassName
{
color: #CAA978;
}
.AnyTagClassName
{
color: #CAA978;
}
</style>
background-color css
<style>
a { background-color: #CAA978; }
a { background-color: rgb(202,169,120); }
div.DivClassName
{
background-color: #CAA978;
}
.BgClassName
{
background-color: #CAA978;
}
</style>
border-color css
<style>
span { border-color: #CAA978; }
span { border-color: rgb(202,169,120); }
td.TdClassName
{
border-color: #CAA978;
}
.TagClassName
{
border-color: #CAA978;
}
</style>