Shades of Putty #CCA866
Tints of Putty #CCA866
RGB
CMYK
RGB Variations
Color information
#CCA866 (or 0xCCA866) is known color: Putty. HEX triplet: CC, A8 and 66. RGB value is (204,168,102). Sum of RGB (Red+Green+Blue) = 204+168+102=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 168 (66.02% from 255 or 35.44% from 474); Blue value is 102 (40.23% from 255 or 21.52% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA866 is #335799. Grayscale: #ABABAB. Windows color (decimal): -3364762 or 6727884. OLE color: 6727884.
HSL color Cylindrical-coordinate representation of color #CCA866: hue angle of 38.82º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCA866 is Cyan = 0, Magento = 0.18, Yellow = 0.5 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 168 | 102 | - |
| CMYK | 0 | 0.18 | 0.5 | 0.2 |
| HSL | 38.82º | 0.5% | 0.6% | - |
| HSV(B) | 38.82º | 0.5% | 0.8% | - |
| XYZ | 41.3 | 41.8 | 18.46 | - |
| YUV | 171.24 | 88.93 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 102 | 0 | 0.18 | 0.5 | 0.2 | 38.82 | 0.5 | 0.6 |
| Hex | CC | A8 | 66 | 0 | 12 | 32 | 14 | 27 | 32 | 3C |
| Octal | 314 | 250 | 146 | 0 | 22 | 62 | 24 | 47 | 62 | 74 |
| Binary | 11001100 | 10101000 | 1100110 | 0 | 10010 | 110010 | 10100 | 100111 | 110010 | 111100 |
Color Harmonies of #CCA866
Complementary color
Monochromatic Colors of #CCA866
Black with #CCA866
Text Example
Text Example
White with #CCA866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA866; }
p { color: rgb(204,168,102); }
H1.HeaderClassName
{
color: #CCA866;
}
.AnyTagClassName
{
color: #CCA866;
}
</style>
background-color css
<style>
a { background-color: #CCA866; }
a { background-color: rgb(204,168,102); }
div.DivClassName
{
background-color: #CCA866;
}
.BgClassName
{
background-color: #CCA866;
}
</style>
border-color css
<style>
span { border-color: #CCA866; }
span { border-color: rgb(204,168,102); }
td.TdClassName
{
border-color: #CCA866;
}
.TagClassName
{
border-color: #CCA866;
}
</style>