Shades of Putty #CCAB66
Tints of Putty #CCAB66
RGB
CMYK
RGB Variations
Color information
#CCAB66 (or 0xCCAB66) is known color: Putty. HEX triplet: CC, AB and 66. RGB value is (204,171,102). Sum of RGB (Red+Green+Blue) = 204+171+102=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 102 (40.23% from 255 or 21.38% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAB66 is #335499. Grayscale: #ADADAD. Windows color (decimal): -3363994 or 6728652. OLE color: 6728652.
HSL color Cylindrical-coordinate representation of color #CCAB66: hue angle of 40.59º 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 #CCAB66 is Cyan = 0, Magento = 0.16, Yellow = 0.5 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 171 | 102 | - |
| CMYK | 0 | 0.16 | 0.5 | 0.2 |
| HSL | 40.59º | 0.5% | 0.6% | - |
| HSV(B) | 40.59º | 0.5% | 0.8% | - |
| XYZ | 41.86 | 42.92 | 18.65 | - |
| YUV | 173 | 87.93 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 102 | 0 | 0.16 | 0.5 | 0.2 | 40.59 | 0.5 | 0.6 |
| Hex | CC | AB | 66 | 0 | 10 | 32 | 14 | 29 | 32 | 3C |
| Octal | 314 | 253 | 146 | 0 | 20 | 62 | 24 | 51 | 62 | 74 |
| Binary | 11001100 | 10101011 | 1100110 | 0 | 10000 | 110010 | 10100 | 101001 | 110010 | 111100 |
Color Harmonies of #CCAB66
Complementary color
Monochromatic Colors of #CCAB66
Black with #CCAB66
Text Example
Text Example
White with #CCAB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAB66; }
p { color: rgb(204,171,102); }
H1.HeaderClassName
{
color: #CCAB66;
}
.AnyTagClassName
{
color: #CCAB66;
}
</style>
background-color css
<style>
a { background-color: #CCAB66; }
a { background-color: rgb(204,171,102); }
div.DivClassName
{
background-color: #CCAB66;
}
.BgClassName
{
background-color: #CCAB66;
}
</style>
border-color css
<style>
span { border-color: #CCAB66; }
span { border-color: rgb(204,171,102); }
td.TdClassName
{
border-color: #CCAB66;
}
.TagClassName
{
border-color: #CCAB66;
}
</style>