Shades of Putty #CCAB68
Tints of Putty #CCAB68
RGB
CMYK
RGB Variations
Color information
#CCAB68 (or 0xCCAB68) is known color: Putty. HEX triplet: CC, AB and 68. RGB value is (204,171,104). Sum of RGB (Red+Green+Blue) = 204+171+104=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 104 (41.02% from 255 or 21.71% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAB68 is #335497. Grayscale: #ADADAD. Windows color (decimal): -3363992 or 6859724. OLE color: 6859724.
HSL color Cylindrical-coordinate representation of color #CCAB68: hue angle of 40.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 #CCAB68 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 171 | 104 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.2 |
| HSL | 40.2º | 0.5% | 0.6% | - |
| HSV(B) | 40.2º | 0.49% | 0.8% | - |
| XYZ | 41.96 | 42.96 | 19.18 | - |
| YUV | 173.23 | 88.93 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 104 | 0 | 0.16 | 0.49 | 0.2 | 40.2 | 0.5 | 0.6 |
| Hex | CC | AB | 68 | 0 | 10 | 31 | 14 | 28 | 32 | 3C |
| Octal | 314 | 253 | 150 | 0 | 20 | 61 | 24 | 50 | 62 | 74 |
| Binary | 11001100 | 10101011 | 1101000 | 0 | 10000 | 110001 | 10100 | 101000 | 110010 | 111100 |
Color Harmonies of #CCAB68
Complementary color
Monochromatic Colors of #CCAB68
Black with #CCAB68
Text Example
Text Example
White with #CCAB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAB68; }
p { color: rgb(204,171,104); }
H1.HeaderClassName
{
color: #CCAB68;
}
.AnyTagClassName
{
color: #CCAB68;
}
</style>
background-color css
<style>
a { background-color: #CCAB68; }
a { background-color: rgb(204,171,104); }
div.DivClassName
{
background-color: #CCAB68;
}
.BgClassName
{
background-color: #CCAB68;
}
</style>
border-color css
<style>
span { border-color: #CCAB68; }
span { border-color: rgb(204,171,104); }
td.TdClassName
{
border-color: #CCAB68;
}
.TagClassName
{
border-color: #CCAB68;
}
</style>