Shades of Putty #CCA878
Tints of Putty #CCA878
RGB
CMYK
RGB Variations
Color information
#CCA878 (or 0xCCA878) is known color: Putty. HEX triplet: CC, A8 and 78. RGB value is (204,168,120). Sum of RGB (Red+Green+Blue) = 204+168+120=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 120 (47.27% from 255 or 24.39% from 492); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA878 is #335787. Grayscale: #ADADAD. Windows color (decimal): -3364744 or 7907532. OLE color: 7907532.
HSL color Cylindrical-coordinate representation of color #CCA878: hue angle of 34.29º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CCA878 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 168 | 120 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.2 |
| HSL | 34.29º | 0.45% | 0.64% | - |
| HSV(B) | 34.29º | 0.41% | 0.8% | - |
| XYZ | 42.29 | 42.2 | 23.69 | - |
| YUV | 173.29 | 97.93 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 120 | 0 | 0.18 | 0.41 | 0.2 | 34.29 | 0.45 | 0.64 |
| Hex | CC | A8 | 78 | 0 | 12 | 29 | 14 | 22 | 2D | 40 |
| Octal | 314 | 250 | 170 | 0 | 22 | 51 | 24 | 42 | 55 | 100 |
| Binary | 11001100 | 10101000 | 1111000 | 0 | 10010 | 101001 | 10100 | 100010 | 101101 | 1000000 |
Color Harmonies of #CCA878
Complementary color
Monochromatic Colors of #CCA878
Black with #CCA878
Text Example
Text Example
White with #CCA878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA878; }
p { color: rgb(204,168,120); }
H1.HeaderClassName
{
color: #CCA878;
}
.AnyTagClassName
{
color: #CCA878;
}
</style>
background-color css
<style>
a { background-color: #CCA878; }
a { background-color: rgb(204,168,120); }
div.DivClassName
{
background-color: #CCA878;
}
.BgClassName
{
background-color: #CCA878;
}
</style>
border-color css
<style>
span { border-color: #CCA878; }
span { border-color: rgb(204,168,120); }
td.TdClassName
{
border-color: #CCA878;
}
.TagClassName
{
border-color: #CCA878;
}
</style>