Shades of Putty #CCA875
Tints of Putty #CCA875
RGB
CMYK
RGB Variations
Color information
#CCA875 (or 0xCCA875) is known color: Putty. HEX triplet: CC, A8 and 75. RGB value is (204,168,117). Sum of RGB (Red+Green+Blue) = 204+168+117=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 168 (66.02% from 255 or 34.36% from 489); Blue value is 117 (46.09% from 255 or 23.93% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA875 is #33578A. Grayscale: #ADADAD. Windows color (decimal): -3364747 or 7710924. OLE color: 7710924.
HSL color Cylindrical-coordinate representation of color #CCA875: hue angle of 35.17º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CCA875 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 168 | 117 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.2 |
| HSL | 35.17º | 0.46% | 0.63% | - |
| HSV(B) | 35.17º | 0.43% | 0.8% | - |
| XYZ | 42.12 | 42.13 | 22.74 | - |
| YUV | 172.95 | 96.43 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 117 | 0 | 0.18 | 0.43 | 0.2 | 35.17 | 0.46 | 0.63 |
| Hex | CC | A8 | 75 | 0 | 12 | 2B | 14 | 23 | 2E | 3F |
| Octal | 314 | 250 | 165 | 0 | 22 | 53 | 24 | 43 | 56 | 77 |
| Binary | 11001100 | 10101000 | 1110101 | 0 | 10010 | 101011 | 10100 | 100011 | 101110 | 111111 |
Color Harmonies of #CCA875
Complementary color
Monochromatic Colors of #CCA875
Black with #CCA875
Text Example
Text Example
White with #CCA875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA875; }
p { color: rgb(204,168,117); }
H1.HeaderClassName
{
color: #CCA875;
}
.AnyTagClassName
{
color: #CCA875;
}
</style>
background-color css
<style>
a { background-color: #CCA875; }
a { background-color: rgb(204,168,117); }
div.DivClassName
{
background-color: #CCA875;
}
.BgClassName
{
background-color: #CCA875;
}
</style>
border-color css
<style>
span { border-color: #CCA875; }
span { border-color: rgb(204,168,117); }
td.TdClassName
{
border-color: #CCA875;
}
.TagClassName
{
border-color: #CCA875;
}
</style>