Shades of Putty #CCA778
Tints of Putty #CCA778
RGB
CMYK
RGB Variations
Color information
#CCA778 (or 0xCCA778) is known color: Putty. HEX triplet: CC, A7 and 78. RGB value is (204,167,120). Sum of RGB (Red+Green+Blue) = 204+167+120=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 167 (65.62% from 255 or 34.01% from 491); Blue value is 120 (47.27% from 255 or 24.44% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA778 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA778 is #335887. Grayscale: #ACACAC. Windows color (decimal): -3365000 or 7907276. OLE color: 7907276.
HSL color Cylindrical-coordinate representation of color #CCA778: hue angle of 33.57º 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 #CCA778 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 167 | 120 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.2 |
| HSL | 33.57º | 0.45% | 0.64% | - |
| HSV(B) | 33.57º | 0.41% | 0.8% | - |
| XYZ | 42.11 | 41.83 | 23.62 | - |
| YUV | 172.71 | 98.26 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 167 | 120 | 0 | 0.18 | 0.41 | 0.2 | 33.57 | 0.45 | 0.64 |
| Hex | CC | A7 | 78 | 0 | 12 | 29 | 14 | 22 | 2D | 40 |
| Octal | 314 | 247 | 170 | 0 | 22 | 51 | 24 | 42 | 55 | 100 |
| Binary | 11001100 | 10100111 | 1111000 | 0 | 10010 | 101001 | 10100 | 100010 | 101101 | 1000000 |
Color Harmonies of #CCA778
Complementary color
Monochromatic Colors of #CCA778
Black with #CCA778
Text Example
Text Example
White with #CCA778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA778; }
p { color: rgb(204,167,120); }
H1.HeaderClassName
{
color: #CCA778;
}
.AnyTagClassName
{
color: #CCA778;
}
</style>
background-color css
<style>
a { background-color: #CCA778; }
a { background-color: rgb(204,167,120); }
div.DivClassName
{
background-color: #CCA778;
}
.BgClassName
{
background-color: #CCA778;
}
</style>
border-color css
<style>
span { border-color: #CCA778; }
span { border-color: rgb(204,167,120); }
td.TdClassName
{
border-color: #CCA778;
}
.TagClassName
{
border-color: #CCA778;
}
</style>