Shades of Putty #CCAB73
Tints of Putty #CCAB73
RGB
CMYK
RGB Variations
Color information
#CCAB73 (or 0xCCAB73) is known color: Putty. HEX triplet: CC, AB and 73. RGB value is (204,171,115). Sum of RGB (Red+Green+Blue) = 204+171+115=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAB73 is #33548C. Grayscale: #AEAEAE. Windows color (decimal): -3363981 or 7580620. OLE color: 7580620.
HSL color Cylindrical-coordinate representation of color #CCAB73: hue angle of 37.75º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCAB73 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 171 | 115 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.2 |
| HSL | 37.75º | 0.47% | 0.63% | - |
| HSV(B) | 37.75º | 0.44% | 0.8% | - |
| XYZ | 42.56 | 43.2 | 22.32 | - |
| YUV | 174.48 | 94.43 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 115 | 0 | 0.16 | 0.44 | 0.2 | 37.75 | 0.47 | 0.63 |
| Hex | CC | AB | 73 | 0 | 10 | 2C | 14 | 26 | 2F | 3F |
| Octal | 314 | 253 | 163 | 0 | 20 | 54 | 24 | 46 | 57 | 77 |
| Binary | 11001100 | 10101011 | 1110011 | 0 | 10000 | 101100 | 10100 | 100110 | 101111 | 111111 |
Color Harmonies of #CCAB73
Complementary color
Monochromatic Colors of #CCAB73
Black with #CCAB73
Text Example
Text Example
White with #CCAB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAB73; }
p { color: rgb(204,171,115); }
H1.HeaderClassName
{
color: #CCAB73;
}
.AnyTagClassName
{
color: #CCAB73;
}
</style>
background-color css
<style>
a { background-color: #CCAB73; }
a { background-color: rgb(204,171,115); }
div.DivClassName
{
background-color: #CCAB73;
}
.BgClassName
{
background-color: #CCAB73;
}
</style>
border-color css
<style>
span { border-color: #CCAB73; }
span { border-color: rgb(204,171,115); }
td.TdClassName
{
border-color: #CCAB73;
}
.TagClassName
{
border-color: #CCAB73;
}
</style>