Shades of Putty #CCA868
Tints of Putty #CCA868
RGB
CMYK
RGB Variations
Color information
#CCA868 (or 0xCCA868) is known color: Putty. HEX triplet: CC, A8 and 68. RGB value is (204,168,104). Sum of RGB (Red+Green+Blue) = 204+168+104=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 104 (41.02% from 255 or 21.85% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA868 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA868 is #335797. Grayscale: #ABABAB. Windows color (decimal): -3364760 or 6858956. OLE color: 6858956.
HSL color Cylindrical-coordinate representation of color #CCA868: hue angle of 38.4º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CCA868 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 168 | 104 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.2 |
| HSL | 38.4º | 0.5% | 0.6% | - |
| HSV(B) | 38.4º | 0.49% | 0.8% | - |
| XYZ | 41.4 | 41.84 | 18.99 | - |
| YUV | 171.47 | 89.93 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 104 | 0 | 0.18 | 0.49 | 0.2 | 38.4 | 0.5 | 0.6 |
| Hex | CC | A8 | 68 | 0 | 12 | 31 | 14 | 26 | 32 | 3C |
| Octal | 314 | 250 | 150 | 0 | 22 | 61 | 24 | 46 | 62 | 74 |
| Binary | 11001100 | 10101000 | 1101000 | 0 | 10010 | 110001 | 10100 | 100110 | 110010 | 111100 |
Color Harmonies of #CCA868
Complementary color
Monochromatic Colors of #CCA868
Black with #CCA868
Text Example
Text Example
White with #CCA868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA868; }
p { color: rgb(204,168,104); }
H1.HeaderClassName
{
color: #CCA868;
}
.AnyTagClassName
{
color: #CCA868;
}
</style>
background-color css
<style>
a { background-color: #CCA868; }
a { background-color: rgb(204,168,104); }
div.DivClassName
{
background-color: #CCA868;
}
.BgClassName
{
background-color: #CCA868;
}
</style>
border-color css
<style>
span { border-color: #CCA868; }
span { border-color: rgb(204,168,104); }
td.TdClassName
{
border-color: #CCA868;
}
.TagClassName
{
border-color: #CCA868;
}
</style>