Shades of Putty #CAA56C
Tints of Putty #CAA56C
RGB
CMYK
RGB Variations
Color information
#CAA56C (or 0xCAA56C) is known color: Putty. HEX triplet: CA, A5 and 6C. RGB value is (202,165,108). Sum of RGB (Red+Green+Blue) = 202+165+108=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 165 (64.84% from 255 or 34.74% from 475); Blue value is 108 (42.58% from 255 or 22.74% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA56C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA56C is #355A93. Grayscale: #A9A9A9. Windows color (decimal): -3496596 or 7120330. OLE color: 7120330.
HSL color Cylindrical-coordinate representation of color #CAA56C: hue angle of 36.38º 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 #CAA56C is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 165 | 108 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.21 |
| HSL | 36.38º | 0.47% | 0.61% | - |
| HSV(B) | 36.38º | 0.47% | 0.79% | - |
| XYZ | 40.52 | 40.55 | 19.88 | - |
| YUV | 169.57 | 93.26 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 165 | 108 | 0 | 0.18 | 0.47 | 0.21 | 36.38 | 0.47 | 0.61 |
| Hex | CA | A5 | 6C | 0 | 12 | 2F | 15 | 24 | 2F | 3D |
| Octal | 312 | 245 | 154 | 0 | 22 | 57 | 25 | 44 | 57 | 75 |
| Binary | 11001010 | 10100101 | 1101100 | 0 | 10010 | 101111 | 10101 | 100100 | 101111 | 111101 |
Color Harmonies of #CAA56C
Complementary color
Monochromatic Colors of #CAA56C
Black with #CAA56C
Text Example
Text Example
White with #CAA56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA56C; }
p { color: rgb(202,165,108); }
H1.HeaderClassName
{
color: #CAA56C;
}
.AnyTagClassName
{
color: #CAA56C;
}
</style>
background-color css
<style>
a { background-color: #CAA56C; }
a { background-color: rgb(202,165,108); }
div.DivClassName
{
background-color: #CAA56C;
}
.BgClassName
{
background-color: #CAA56C;
}
</style>
border-color css
<style>
span { border-color: #CAA56C; }
span { border-color: rgb(202,165,108); }
td.TdClassName
{
border-color: #CAA56C;
}
.TagClassName
{
border-color: #CAA56C;
}
</style>