Shades of Putty #CAA977
Tints of Putty #CAA977
RGB
CMYK
RGB Variations
Color information
#CAA977 (or 0xCAA977) is known color: Putty. HEX triplet: CA, A9 and 77. RGB value is (202,169,119). Sum of RGB (Red+Green+Blue) = 202+169+119=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 169 (66.41% from 255 or 34.49% from 490); Blue value is 119 (46.88% from 255 or 24.29% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA977 is #355688. Grayscale: #ADADAD. Windows color (decimal): -3495561 or 7842250. OLE color: 7842250.
HSL color Cylindrical-coordinate representation of color #CAA977: hue angle of 36.14º 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 #CAA977 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 169 | 119 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.21 |
| HSL | 36.14º | 0.44% | 0.63% | - |
| HSV(B) | 36.14º | 0.41% | 0.79% | - |
| XYZ | 41.87 | 42.26 | 23.4 | - |
| YUV | 173.17 | 97.43 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 169 | 119 | 0 | 0.16 | 0.41 | 0.21 | 36.14 | 0.44 | 0.63 |
| Hex | CA | A9 | 77 | 0 | 10 | 29 | 15 | 24 | 2C | 3F |
| Octal | 312 | 251 | 167 | 0 | 20 | 51 | 25 | 44 | 54 | 77 |
| Binary | 11001010 | 10101001 | 1110111 | 0 | 10000 | 101001 | 10101 | 100100 | 101100 | 111111 |
Color Harmonies of #CAA977
Complementary color
Monochromatic Colors of #CAA977
Black with #CAA977
Text Example
Text Example
White with #CAA977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA977; }
p { color: rgb(202,169,119); }
H1.HeaderClassName
{
color: #CAA977;
}
.AnyTagClassName
{
color: #CAA977;
}
</style>
background-color css
<style>
a { background-color: #CAA977; }
a { background-color: rgb(202,169,119); }
div.DivClassName
{
background-color: #CAA977;
}
.BgClassName
{
background-color: #CAA977;
}
</style>
border-color css
<style>
span { border-color: #CAA977; }
span { border-color: rgb(202,169,119); }
td.TdClassName
{
border-color: #CAA977;
}
.TagClassName
{
border-color: #CAA977;
}
</style>