Shades of Putty #C2AB70
Tints of Putty #C2AB70
RGB
CMYK
RGB Variations
Color information
#C2AB70 (or 0xC2AB70) is known color: Putty. HEX triplet: C2, AB and 70. RGB value is (194,171,112). Sum of RGB (Red+Green+Blue) = 194+171+112=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 112 (44.14% from 255 or 23.48% from 477); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AB70 is #3D548F. Grayscale: #ABABAB. Windows color (decimal): -4019344 or 7384002. OLE color: 7384002.
HSL color Cylindrical-coordinate representation of color #C2AB70: hue angle of 43.17º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C2AB70 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 171 | 112 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.24 |
| HSL | 43.17º | 0.4% | 0.6% | - |
| HSV(B) | 43.17º | 0.42% | 0.76% | - |
| XYZ | 39.74 | 41.77 | 21.3 | - |
| YUV | 171.15 | 94.62 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 112 | 0 | 0.12 | 0.42 | 0.24 | 43.17 | 0.4 | 0.6 |
| Hex | C2 | AB | 70 | 0 | C | 2A | 18 | 2B | 28 | 3C |
| Octal | 302 | 253 | 160 | 0 | 14 | 52 | 30 | 53 | 50 | 74 |
| Binary | 11000010 | 10101011 | 1110000 | 0 | 1100 | 101010 | 11000 | 101011 | 101000 | 111100 |
Color Harmonies of #C2AB70
Complementary color
Monochromatic Colors of #C2AB70
Black with #C2AB70
Text Example
Text Example
White with #C2AB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AB70; }
p { color: rgb(194,171,112); }
H1.HeaderClassName
{
color: #C2AB70;
}
.AnyTagClassName
{
color: #C2AB70;
}
</style>
background-color css
<style>
a { background-color: #C2AB70; }
a { background-color: rgb(194,171,112); }
div.DivClassName
{
background-color: #C2AB70;
}
.BgClassName
{
background-color: #C2AB70;
}
</style>
border-color css
<style>
span { border-color: #C2AB70; }
span { border-color: rgb(194,171,112); }
td.TdClassName
{
border-color: #C2AB70;
}
.TagClassName
{
border-color: #C2AB70;
}
</style>