Shades of Putty #CAA670
Tints of Putty #CAA670
RGB
CMYK
RGB Variations
Color information
#CAA670 (or 0xCAA670) is known color: Putty. HEX triplet: CA, A6 and 70. RGB value is (202,166,112). Sum of RGB (Red+Green+Blue) = 202+166+112=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 166 (65.23% from 255 or 34.58% from 480); Blue value is 112 (44.14% from 255 or 23.33% from 480); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA670 is #35598F. Grayscale: #AAAAAA. Windows color (decimal): -3496336 or 7382730. OLE color: 7382730.
HSL color Cylindrical-coordinate representation of color #CAA670: hue angle of 36º 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 #CAA670 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 112 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.21 |
| HSL | 36º | 0.46% | 0.62% | - |
| HSV(B) | 36º | 0.45% | 0.79% | - |
| XYZ | 40.92 | 41 | 21.09 | - |
| YUV | 170.61 | 94.93 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 112 | 0 | 0.18 | 0.45 | 0.21 | 36 | 0.46 | 0.62 |
| Hex | CA | A6 | 70 | 0 | 12 | 2D | 15 | 24 | 2E | 3E |
| Octal | 312 | 246 | 160 | 0 | 22 | 55 | 25 | 44 | 56 | 76 |
| Binary | 11001010 | 10100110 | 1110000 | 0 | 10010 | 101101 | 10101 | 100100 | 101110 | 111110 |
Color Harmonies of #CAA670
Complementary color
Monochromatic Colors of #CAA670
Black with #CAA670
Text Example
Text Example
White with #CAA670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA670; }
p { color: rgb(202,166,112); }
H1.HeaderClassName
{
color: #CAA670;
}
.AnyTagClassName
{
color: #CAA670;
}
</style>
background-color css
<style>
a { background-color: #CAA670; }
a { background-color: rgb(202,166,112); }
div.DivClassName
{
background-color: #CAA670;
}
.BgClassName
{
background-color: #CAA670;
}
</style>
border-color css
<style>
span { border-color: #CAA670; }
span { border-color: rgb(202,166,112); }
td.TdClassName
{
border-color: #CAA670;
}
.TagClassName
{
border-color: #CAA670;
}
</style>