Shades of Putty #CCA870
Tints of Putty #CCA870
RGB
CMYK
RGB Variations
Color information
#CCA870 (or 0xCCA870) is known color: Putty. HEX triplet: CC, A8 and 70. RGB value is (204,168,112). Sum of RGB (Red+Green+Blue) = 204+168+112=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 168 (66.02% from 255 or 34.71% from 484); Blue value is 112 (44.14% from 255 or 23.14% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA870 is #33578F. Grayscale: #ACACAC. Windows color (decimal): -3364752 or 7383244. OLE color: 7383244.
HSL color Cylindrical-coordinate representation of color #CCA870: hue angle of 36.52º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCA870 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 168 | 112 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.2 |
| HSL | 36.52º | 0.47% | 0.62% | - |
| HSV(B) | 36.52º | 0.45% | 0.8% | - |
| XYZ | 41.83 | 42.01 | 21.23 | - |
| YUV | 172.38 | 93.93 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 112 | 0 | 0.18 | 0.45 | 0.2 | 36.52 | 0.47 | 0.62 |
| Hex | CC | A8 | 70 | 0 | 12 | 2D | 14 | 25 | 2F | 3E |
| Octal | 314 | 250 | 160 | 0 | 22 | 55 | 24 | 45 | 57 | 76 |
| Binary | 11001100 | 10101000 | 1110000 | 0 | 10010 | 101101 | 10100 | 100101 | 101111 | 111110 |
Color Harmonies of #CCA870
Complementary color
Monochromatic Colors of #CCA870
Black with #CCA870
Text Example
Text Example
White with #CCA870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA870; }
p { color: rgb(204,168,112); }
H1.HeaderClassName
{
color: #CCA870;
}
.AnyTagClassName
{
color: #CCA870;
}
</style>
background-color css
<style>
a { background-color: #CCA870; }
a { background-color: rgb(204,168,112); }
div.DivClassName
{
background-color: #CCA870;
}
.BgClassName
{
background-color: #CCA870;
}
</style>
border-color css
<style>
span { border-color: #CCA870; }
span { border-color: rgb(204,168,112); }
td.TdClassName
{
border-color: #CCA870;
}
.TagClassName
{
border-color: #CCA870;
}
</style>