Shades of Putty #C2AC70
Tints of Putty #C2AC70
RGB
CMYK
RGB Variations
Color information
#C2AC70 (or 0xC2AC70) is known color: Putty. HEX triplet: C2, AC and 70. RGB value is (194,172,112). Sum of RGB (Red+Green+Blue) = 194+172+112=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AC70 is #3D538F. Grayscale: #ABABAB. Windows color (decimal): -4019088 or 7384258. OLE color: 7384258.
HSL color Cylindrical-coordinate representation of color #C2AC70: hue angle of 43.9º 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 #C2AC70 is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 172 | 112 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.24 |
| HSL | 43.9º | 0.4% | 0.6% | - |
| HSV(B) | 43.9º | 0.42% | 0.76% | - |
| XYZ | 39.93 | 42.14 | 21.36 | - |
| YUV | 171.74 | 94.29 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 172 | 112 | 0 | 0.11 | 0.42 | 0.24 | 43.9 | 0.4 | 0.6 |
| Hex | C2 | AC | 70 | 0 | B | 2A | 18 | 2C | 28 | 3C |
| Octal | 302 | 254 | 160 | 0 | 13 | 52 | 30 | 54 | 50 | 74 |
| Binary | 11000010 | 10101100 | 1110000 | 0 | 1011 | 101010 | 11000 | 101100 | 101000 | 111100 |
Color Harmonies of #C2AC70
Complementary color
Monochromatic Colors of #C2AC70
Black with #C2AC70
Text Example
Text Example
White with #C2AC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AC70; }
p { color: rgb(194,172,112); }
H1.HeaderClassName
{
color: #C2AC70;
}
.AnyTagClassName
{
color: #C2AC70;
}
</style>
background-color css
<style>
a { background-color: #C2AC70; }
a { background-color: rgb(194,172,112); }
div.DivClassName
{
background-color: #C2AC70;
}
.BgClassName
{
background-color: #C2AC70;
}
</style>
border-color css
<style>
span { border-color: #C2AC70; }
span { border-color: rgb(194,172,112); }
td.TdClassName
{
border-color: #C2AC70;
}
.TagClassName
{
border-color: #C2AC70;
}
</style>