Shades of Putty #CAA470
Tints of Putty #CAA470
RGB
CMYK
RGB Variations
Color information
#CAA470 (or 0xCAA470) is known color: Putty. HEX triplet: CA, A4 and 70. RGB value is (202,164,112). Sum of RGB (Red+Green+Blue) = 202+164+112=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA470 is #355B8F. Grayscale: #A9A9A9. Windows color (decimal): -3496848 or 7382218. OLE color: 7382218.
HSL color Cylindrical-coordinate representation of color #CAA470: hue angle of 34.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CAA470 is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 164 | 112 | - |
| CMYK | 0 | 0.19 | 0.45 | 0.21 |
| HSL | 34.67º | 0.46% | 0.62% | - |
| HSV(B) | 34.67º | 0.45% | 0.79% | - |
| XYZ | 40.56 | 40.28 | 20.97 | - |
| YUV | 169.43 | 95.59 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 164 | 112 | 0 | 0.19 | 0.45 | 0.21 | 34.67 | 0.46 | 0.62 |
| Hex | CA | A4 | 70 | 0 | 13 | 2D | 15 | 23 | 2E | 3E |
| Octal | 312 | 244 | 160 | 0 | 23 | 55 | 25 | 43 | 56 | 76 |
| Binary | 11001010 | 10100100 | 1110000 | 0 | 10011 | 101101 | 10101 | 100011 | 101110 | 111110 |
Color Harmonies of #CAA470
Complementary color
Monochromatic Colors of #CAA470
Black with #CAA470
Text Example
Text Example
White with #CAA470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA470; }
p { color: rgb(202,164,112); }
H1.HeaderClassName
{
color: #CAA470;
}
.AnyTagClassName
{
color: #CAA470;
}
</style>
background-color css
<style>
a { background-color: #CAA470; }
a { background-color: rgb(202,164,112); }
div.DivClassName
{
background-color: #CAA470;
}
.BgClassName
{
background-color: #CAA470;
}
</style>
border-color css
<style>
span { border-color: #CAA470; }
span { border-color: rgb(202,164,112); }
td.TdClassName
{
border-color: #CAA470;
}
.TagClassName
{
border-color: #CAA470;
}
</style>