Shades of Putty #CCA668
Tints of Putty #CCA668
RGB
CMYK
RGB Variations
Color information
#CCA668 (or 0xCCA668) is known color: Putty. HEX triplet: CC, A6 and 68. RGB value is (204,166,104). Sum of RGB (Red+Green+Blue) = 204+166+104=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 166 (65.23% from 255 or 35.02% from 474); Blue value is 104 (41.02% from 255 or 21.94% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA668 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA668 is #335997. Grayscale: #AAAAAA. Windows color (decimal): -3365272 or 6858444. OLE color: 6858444.
HSL color Cylindrical-coordinate representation of color #CCA668: hue angle of 37.2º 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 #CCA668 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 166 | 104 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.2 |
| HSL | 37.2º | 0.5% | 0.6% | - |
| HSV(B) | 37.2º | 0.49% | 0.8% | - |
| XYZ | 41.04 | 41.11 | 18.87 | - |
| YUV | 170.29 | 90.59 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 104 | 0 | 0.19 | 0.49 | 0.2 | 37.2 | 0.5 | 0.6 |
| Hex | CC | A6 | 68 | 0 | 13 | 31 | 14 | 25 | 32 | 3C |
| Octal | 314 | 246 | 150 | 0 | 23 | 61 | 24 | 45 | 62 | 74 |
| Binary | 11001100 | 10100110 | 1101000 | 0 | 10011 | 110001 | 10100 | 100101 | 110010 | 111100 |
Color Harmonies of #CCA668
Complementary color
Monochromatic Colors of #CCA668
Black with #CCA668
Text Example
Text Example
White with #CCA668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA668; }
p { color: rgb(204,166,104); }
H1.HeaderClassName
{
color: #CCA668;
}
.AnyTagClassName
{
color: #CCA668;
}
</style>
background-color css
<style>
a { background-color: #CCA668; }
a { background-color: rgb(204,166,104); }
div.DivClassName
{
background-color: #CCA668;
}
.BgClassName
{
background-color: #CCA668;
}
</style>
border-color css
<style>
span { border-color: #CCA668; }
span { border-color: rgb(204,166,104); }
td.TdClassName
{
border-color: #CCA668;
}
.TagClassName
{
border-color: #CCA668;
}
</style>