Shades of Putty #CAA46C
Tints of Putty #CAA46C
RGB
CMYK
RGB Variations
Color information
#CAA46C (or 0xCAA46C) is known color: Putty. HEX triplet: CA, A4 and 6C. RGB value is (202,164,108). Sum of RGB (Red+Green+Blue) = 202+164+108=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 164 (64.45% from 255 or 34.60% from 474); Blue value is 108 (42.58% from 255 or 22.78% from 474); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA46C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA46C is #355B93. Grayscale: #A9A9A9. Windows color (decimal): -3496852 or 7120074. OLE color: 7120074.
HSL color Cylindrical-coordinate representation of color #CAA46C: hue angle of 35.74º 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 #CAA46C is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 164 | 108 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.21 |
| HSL | 35.74º | 0.47% | 0.61% | - |
| HSV(B) | 35.74º | 0.47% | 0.79% | - |
| XYZ | 40.34 | 40.19 | 19.82 | - |
| YUV | 168.98 | 93.59 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 164 | 108 | 0 | 0.19 | 0.47 | 0.21 | 35.74 | 0.47 | 0.61 |
| Hex | CA | A4 | 6C | 0 | 13 | 2F | 15 | 24 | 2F | 3D |
| Octal | 312 | 244 | 154 | 0 | 23 | 57 | 25 | 44 | 57 | 75 |
| Binary | 11001010 | 10100100 | 1101100 | 0 | 10011 | 101111 | 10101 | 100100 | 101111 | 111101 |
Color Harmonies of #CAA46C
Complementary color
Monochromatic Colors of #CAA46C
Black with #CAA46C
Text Example
Text Example
White with #CAA46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA46C; }
p { color: rgb(202,164,108); }
H1.HeaderClassName
{
color: #CAA46C;
}
.AnyTagClassName
{
color: #CAA46C;
}
</style>
background-color css
<style>
a { background-color: #CAA46C; }
a { background-color: rgb(202,164,108); }
div.DivClassName
{
background-color: #CAA46C;
}
.BgClassName
{
background-color: #CAA46C;
}
</style>
border-color css
<style>
span { border-color: #CAA46C; }
span { border-color: rgb(202,164,108); }
td.TdClassName
{
border-color: #CAA46C;
}
.TagClassName
{
border-color: #CAA46C;
}
</style>