Shades of Putty #CAA471
Tints of Putty #CAA471
RGB
CMYK
RGB Variations
Color information
#CAA471 (or 0xCAA471) is known color: Putty. HEX triplet: CA, A4 and 71. RGB value is (202,164,113). Sum of RGB (Red+Green+Blue) = 202+164+113=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 164 (64.45% from 255 or 34.24% from 479); Blue value is 113 (44.53% from 255 or 23.59% from 479); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA471 is #355B8E. Grayscale: #A9A9A9. Windows color (decimal): -3496847 or 7447754. OLE color: 7447754.
HSL color Cylindrical-coordinate representation of color #CAA471: hue angle of 34.38º 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 #CAA471 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 164 | 113 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.21 |
| HSL | 34.38º | 0.46% | 0.62% | - |
| HSV(B) | 34.38º | 0.44% | 0.79% | - |
| XYZ | 40.61 | 40.3 | 21.26 | - |
| YUV | 169.55 | 96.09 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 164 | 113 | 0 | 0.19 | 0.44 | 0.21 | 34.38 | 0.46 | 0.62 |
| Hex | CA | A4 | 71 | 0 | 13 | 2C | 15 | 22 | 2E | 3E |
| Octal | 312 | 244 | 161 | 0 | 23 | 54 | 25 | 42 | 56 | 76 |
| Binary | 11001010 | 10100100 | 1110001 | 0 | 10011 | 101100 | 10101 | 100010 | 101110 | 111110 |
Color Harmonies of #CAA471
Complementary color
Monochromatic Colors of #CAA471
Black with #CAA471
Text Example
Text Example
White with #CAA471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA471; }
p { color: rgb(202,164,113); }
H1.HeaderClassName
{
color: #CAA471;
}
.AnyTagClassName
{
color: #CAA471;
}
</style>
background-color css
<style>
a { background-color: #CAA471; }
a { background-color: rgb(202,164,113); }
div.DivClassName
{
background-color: #CAA471;
}
.BgClassName
{
background-color: #CAA471;
}
</style>
border-color css
<style>
span { border-color: #CAA471; }
span { border-color: rgb(202,164,113); }
td.TdClassName
{
border-color: #CAA471;
}
.TagClassName
{
border-color: #CAA471;
}
</style>