Shades of Putty #C2AA76
Tints of Putty #C2AA76
RGB
CMYK
RGB Variations
Color information
#C2AA76 (or 0xC2AA76) is known color: Putty. HEX triplet: C2, AA and 76. RGB value is (194,170,118). Sum of RGB (Red+Green+Blue) = 194+170+118=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 118 (46.48% from 255 or 24.48% from 482); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AA76 is #3D5589. Grayscale: #ABABAB. Windows color (decimal): -4019594 or 7776962. OLE color: 7776962.
HSL color Cylindrical-coordinate representation of color #C2AA76: hue angle of 41.05º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C2AA76 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 170 | 118 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.24 |
| HSL | 41.05º | 0.38% | 0.61% | - |
| HSV(B) | 41.05º | 0.39% | 0.76% | - |
| XYZ | 39.89 | 41.53 | 23.05 | - |
| YUV | 171.25 | 97.95 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 170 | 118 | 0 | 0.12 | 0.39 | 0.24 | 41.05 | 0.38 | 0.61 |
| Hex | C2 | AA | 76 | 0 | C | 27 | 18 | 29 | 26 | 3D |
| Octal | 302 | 252 | 166 | 0 | 14 | 47 | 30 | 51 | 46 | 75 |
| Binary | 11000010 | 10101010 | 1110110 | 0 | 1100 | 100111 | 11000 | 101001 | 100110 | 111101 |
Color Harmonies of #C2AA76
Complementary color
Monochromatic Colors of #C2AA76
Black with #C2AA76
Text Example
Text Example
White with #C2AA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AA76; }
p { color: rgb(194,170,118); }
H1.HeaderClassName
{
color: #C2AA76;
}
.AnyTagClassName
{
color: #C2AA76;
}
</style>
background-color css
<style>
a { background-color: #C2AA76; }
a { background-color: rgb(194,170,118); }
div.DivClassName
{
background-color: #C2AA76;
}
.BgClassName
{
background-color: #C2AA76;
}
</style>
border-color css
<style>
span { border-color: #C2AA76; }
span { border-color: rgb(194,170,118); }
td.TdClassName
{
border-color: #C2AA76;
}
.TagClassName
{
border-color: #C2AA76;
}
</style>