Shades of Putty #CAA66F
Tints of Putty #CAA66F
RGB
CMYK
RGB Variations
Color information
#CAA66F (or 0xCAA66F) is known color: Putty. HEX triplet: CA, A6 and 6F. RGB value is (202,166,111). Sum of RGB (Red+Green+Blue) = 202+166+111=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 111 (43.75% from 255 or 23.17% from 479); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA66F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA66F is #355990. Grayscale: #AAAAAA. Windows color (decimal): -3496337 or 7317194. OLE color: 7317194.
HSL color Cylindrical-coordinate representation of color #CAA66F: hue angle of 36.26º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CAA66F is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 111 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.21 |
| HSL | 36.26º | 0.46% | 0.61% | - |
| HSV(B) | 36.26º | 0.45% | 0.79% | - |
| XYZ | 40.86 | 40.98 | 20.79 | - |
| YUV | 170.49 | 94.43 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 111 | 0 | 0.18 | 0.45 | 0.21 | 36.26 | 0.46 | 0.61 |
| Hex | CA | A6 | 6F | 0 | 12 | 2D | 15 | 24 | 2E | 3D |
| Octal | 312 | 246 | 157 | 0 | 22 | 55 | 25 | 44 | 56 | 75 |
| Binary | 11001010 | 10100110 | 1101111 | 0 | 10010 | 101101 | 10101 | 100100 | 101110 | 111101 |
Color Harmonies of #CAA66F
Complementary color
Monochromatic Colors of #CAA66F
Black with #CAA66F
Text Example
Text Example
White with #CAA66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA66F; }
p { color: rgb(202,166,111); }
H1.HeaderClassName
{
color: #CAA66F;
}
.AnyTagClassName
{
color: #CAA66F;
}
</style>
background-color css
<style>
a { background-color: #CAA66F; }
a { background-color: rgb(202,166,111); }
div.DivClassName
{
background-color: #CAA66F;
}
.BgClassName
{
background-color: #CAA66F;
}
</style>
border-color css
<style>
span { border-color: #CAA66F; }
span { border-color: rgb(202,166,111); }
td.TdClassName
{
border-color: #CAA66F;
}
.TagClassName
{
border-color: #CAA66F;
}
</style>