Shades of Putty #CCA876
Tints of Putty #CCA876
RGB
CMYK
RGB Variations
Color information
#CCA876 (or 0xCCA876) is known color: Putty. HEX triplet: CC, A8 and 76. RGB value is (204,168,118). Sum of RGB (Red+Green+Blue) = 204+168+118=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 118 (46.48% from 255 or 24.08% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA876 is #335789. Grayscale: #ADADAD. Windows color (decimal): -3364746 or 7776460. OLE color: 7776460.
HSL color Cylindrical-coordinate representation of color #CCA876: hue angle of 34.88º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCA876 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 168 | 118 | - |
| CMYK | 0 | 0.18 | 0.42 | 0.2 |
| HSL | 34.88º | 0.46% | 0.63% | - |
| HSV(B) | 34.88º | 0.42% | 0.8% | - |
| XYZ | 42.17 | 42.15 | 23.05 | - |
| YUV | 173.06 | 96.93 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 118 | 0 | 0.18 | 0.42 | 0.2 | 34.88 | 0.46 | 0.63 |
| Hex | CC | A8 | 76 | 0 | 12 | 2A | 14 | 23 | 2E | 3F |
| Octal | 314 | 250 | 166 | 0 | 22 | 52 | 24 | 43 | 56 | 77 |
| Binary | 11001100 | 10101000 | 1110110 | 0 | 10010 | 101010 | 10100 | 100011 | 101110 | 111111 |
Color Harmonies of #CCA876
Complementary color
Monochromatic Colors of #CCA876
Black with #CCA876
Text Example
Text Example
White with #CCA876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA876; }
p { color: rgb(204,168,118); }
H1.HeaderClassName
{
color: #CCA876;
}
.AnyTagClassName
{
color: #CCA876;
}
</style>
background-color css
<style>
a { background-color: #CCA876; }
a { background-color: rgb(204,168,118); }
div.DivClassName
{
background-color: #CCA876;
}
.BgClassName
{
background-color: #CCA876;
}
</style>
border-color css
<style>
span { border-color: #CCA876; }
span { border-color: rgb(204,168,118); }
td.TdClassName
{
border-color: #CCA876;
}
.TagClassName
{
border-color: #CCA876;
}
</style>