Shades of Putty #CAA66C
Tints of Putty #CAA66C
RGB
CMYK
RGB Variations
Color information
#CAA66C (or 0xCAA66C) is known color: Putty. HEX triplet: CA, A6 and 6C. RGB value is (202,166,108). Sum of RGB (Red+Green+Blue) = 202+166+108=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 166 (65.23% from 255 or 34.87% from 476); Blue value is 108 (42.58% from 255 or 22.69% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA66C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA66C is #355993. Grayscale: #AAAAAA. Windows color (decimal): -3496340 or 7120586. OLE color: 7120586.
HSL color Cylindrical-coordinate representation of color #CAA66C: hue angle of 37.02º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CAA66C is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 108 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.21 |
| HSL | 37.02º | 0.47% | 0.61% | - |
| HSV(B) | 37.02º | 0.47% | 0.79% | - |
| XYZ | 40.7 | 40.91 | 19.94 | - |
| YUV | 170.15 | 92.93 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 108 | 0 | 0.18 | 0.47 | 0.21 | 37.02 | 0.47 | 0.61 |
| Hex | CA | A6 | 6C | 0 | 12 | 2F | 15 | 25 | 2F | 3D |
| Octal | 312 | 246 | 154 | 0 | 22 | 57 | 25 | 45 | 57 | 75 |
| Binary | 11001010 | 10100110 | 1101100 | 0 | 10010 | 101111 | 10101 | 100101 | 101111 | 111101 |
Color Harmonies of #CAA66C
Complementary color
Monochromatic Colors of #CAA66C
Black with #CAA66C
Text Example
Text Example
White with #CAA66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA66C; }
p { color: rgb(202,166,108); }
H1.HeaderClassName
{
color: #CAA66C;
}
.AnyTagClassName
{
color: #CAA66C;
}
</style>
background-color css
<style>
a { background-color: #CAA66C; }
a { background-color: rgb(202,166,108); }
div.DivClassName
{
background-color: #CAA66C;
}
.BgClassName
{
background-color: #CAA66C;
}
</style>
border-color css
<style>
span { border-color: #CAA66C; }
span { border-color: rgb(202,166,108); }
td.TdClassName
{
border-color: #CAA66C;
}
.TagClassName
{
border-color: #CAA66C;
}
</style>