Shades of Putty #CCA872
Tints of Putty #CCA872
RGB
CMYK
RGB Variations
Color information
#CCA872 (or 0xCCA872) is known color: Putty. HEX triplet: CC, A8 and 72. RGB value is (204,168,114). Sum of RGB (Red+Green+Blue) = 204+168+114=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 168 (66.02% from 255 or 34.57% from 486); Blue value is 114 (44.92% from 255 or 23.46% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA872 is #33578D. Grayscale: #ACACAC. Windows color (decimal): -3364750 or 7514316. OLE color: 7514316.
HSL color Cylindrical-coordinate representation of color #CCA872: hue angle of 36º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCA872 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 168 | 114 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.2 |
| HSL | 36º | 0.47% | 0.62% | - |
| HSV(B) | 36º | 0.44% | 0.8% | - |
| XYZ | 41.94 | 42.06 | 21.83 | - |
| YUV | 172.61 | 94.93 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 114 | 0 | 0.18 | 0.44 | 0.2 | 36 | 0.47 | 0.62 |
| Hex | CC | A8 | 72 | 0 | 12 | 2C | 14 | 24 | 2F | 3E |
| Octal | 314 | 250 | 162 | 0 | 22 | 54 | 24 | 44 | 57 | 76 |
| Binary | 11001100 | 10101000 | 1110010 | 0 | 10010 | 101100 | 10100 | 100100 | 101111 | 111110 |
Color Harmonies of #CCA872
Complementary color
Monochromatic Colors of #CCA872
Black with #CCA872
Text Example
Text Example
White with #CCA872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA872; }
p { color: rgb(204,168,114); }
H1.HeaderClassName
{
color: #CCA872;
}
.AnyTagClassName
{
color: #CCA872;
}
</style>
background-color css
<style>
a { background-color: #CCA872; }
a { background-color: rgb(204,168,114); }
div.DivClassName
{
background-color: #CCA872;
}
.BgClassName
{
background-color: #CCA872;
}
</style>
border-color css
<style>
span { border-color: #CCA872; }
span { border-color: rgb(204,168,114); }
td.TdClassName
{
border-color: #CCA872;
}
.TagClassName
{
border-color: #CCA872;
}
</style>