Shades of Putty #CCAB70
Tints of Putty #CCAB70
RGB
CMYK
RGB Variations
Color information
#CCAB70 (or 0xCCAB70) is known color: Putty. HEX triplet: CC, AB and 70. RGB value is (204,171,112). Sum of RGB (Red+Green+Blue) = 204+171+112=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 171 (67.19% from 255 or 35.11% from 487); Blue value is 112 (44.14% from 255 or 23.00% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAB70 is #33548F. Grayscale: #AEAEAE. Windows color (decimal): -3363984 or 7384012. OLE color: 7384012.
HSL color Cylindrical-coordinate representation of color #CCAB70: hue angle of 38.48º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCAB70 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 171 | 112 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.2 |
| HSL | 38.48º | 0.47% | 0.62% | - |
| HSV(B) | 38.48º | 0.45% | 0.8% | - |
| XYZ | 42.39 | 43.13 | 21.42 | - |
| YUV | 174.14 | 92.93 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 112 | 0 | 0.16 | 0.45 | 0.2 | 38.48 | 0.47 | 0.62 |
| Hex | CC | AB | 70 | 0 | 10 | 2D | 14 | 26 | 2F | 3E |
| Octal | 314 | 253 | 160 | 0 | 20 | 55 | 24 | 46 | 57 | 76 |
| Binary | 11001100 | 10101011 | 1110000 | 0 | 10000 | 101101 | 10100 | 100110 | 101111 | 111110 |
Color Harmonies of #CCAB70
Complementary color
Monochromatic Colors of #CCAB70
Black with #CCAB70
Text Example
Text Example
White with #CCAB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAB70; }
p { color: rgb(204,171,112); }
H1.HeaderClassName
{
color: #CCAB70;
}
.AnyTagClassName
{
color: #CCAB70;
}
</style>
background-color css
<style>
a { background-color: #CCAB70; }
a { background-color: rgb(204,171,112); }
div.DivClassName
{
background-color: #CCAB70;
}
.BgClassName
{
background-color: #CCAB70;
}
</style>
border-color css
<style>
span { border-color: #CCAB70; }
span { border-color: rgb(204,171,112); }
td.TdClassName
{
border-color: #CCAB70;
}
.TagClassName
{
border-color: #CCAB70;
}
</style>