Shades of Putty #CAA66D
Tints of Putty #CAA66D
RGB
CMYK
RGB Variations
Color information
#CAA66D (or 0xCAA66D) is known color: Putty. HEX triplet: CA, A6 and 6D. RGB value is (202,166,109). Sum of RGB (Red+Green+Blue) = 202+166+109=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 166 (65.23% from 255 or 34.80% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA66D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA66D is #355992. Grayscale: #AAAAAA. Windows color (decimal): -3496339 or 7186122. OLE color: 7186122.
HSL color Cylindrical-coordinate representation of color #CAA66D: hue angle of 36.77º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CAA66D is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 109 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.21 |
| HSL | 36.77º | 0.47% | 0.61% | - |
| HSV(B) | 36.77º | 0.46% | 0.79% | - |
| XYZ | 40.75 | 40.93 | 20.22 | - |
| YUV | 170.27 | 93.43 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 109 | 0 | 0.18 | 0.46 | 0.21 | 36.77 | 0.47 | 0.61 |
| Hex | CA | A6 | 6D | 0 | 12 | 2E | 15 | 25 | 2F | 3D |
| Octal | 312 | 246 | 155 | 0 | 22 | 56 | 25 | 45 | 57 | 75 |
| Binary | 11001010 | 10100110 | 1101101 | 0 | 10010 | 101110 | 10101 | 100101 | 101111 | 111101 |
Color Harmonies of #CAA66D
Complementary color
Monochromatic Colors of #CAA66D
Black with #CAA66D
Text Example
Text Example
White with #CAA66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA66D; }
p { color: rgb(202,166,109); }
H1.HeaderClassName
{
color: #CAA66D;
}
.AnyTagClassName
{
color: #CAA66D;
}
</style>
background-color css
<style>
a { background-color: #CAA66D; }
a { background-color: rgb(202,166,109); }
div.DivClassName
{
background-color: #CAA66D;
}
.BgClassName
{
background-color: #CAA66D;
}
</style>
border-color css
<style>
span { border-color: #CAA66D; }
span { border-color: rgb(202,166,109); }
td.TdClassName
{
border-color: #CAA66D;
}
.TagClassName
{
border-color: #CAA66D;
}
</style>