Shades of Putty #C2AA6E
Tints of Putty #C2AA6E
RGB
CMYK
RGB Variations
Color information
#C2AA6E (or 0xC2AA6E) is known color: Putty. HEX triplet: C2, AA and 6E. RGB value is (194,170,110). Sum of RGB (Red+Green+Blue) = 194+170+110=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 170 (66.80% from 255 or 35.86% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AA6E is #3D5591. Grayscale: #AAAAAA. Windows color (decimal): -4019602 or 7252674. OLE color: 7252674.
HSL color Cylindrical-coordinate representation of color #C2AA6E: hue angle of 42.86º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C2AA6E is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 170 | 110 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.24 |
| HSL | 42.86º | 0.41% | 0.6% | - |
| HSV(B) | 42.86º | 0.43% | 0.76% | - |
| XYZ | 39.44 | 41.34 | 20.65 | - |
| YUV | 170.34 | 93.95 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 170 | 110 | 0 | 0.12 | 0.43 | 0.24 | 42.86 | 0.41 | 0.6 |
| Hex | C2 | AA | 6E | 0 | C | 2B | 18 | 2B | 29 | 3C |
| Octal | 302 | 252 | 156 | 0 | 14 | 53 | 30 | 53 | 51 | 74 |
| Binary | 11000010 | 10101010 | 1101110 | 0 | 1100 | 101011 | 11000 | 101011 | 101001 | 111100 |
Color Harmonies of #C2AA6E
Complementary color
Monochromatic Colors of #C2AA6E
Black with #C2AA6E
Text Example
Text Example
White with #C2AA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AA6E; }
p { color: rgb(194,170,110); }
H1.HeaderClassName
{
color: #C2AA6E;
}
.AnyTagClassName
{
color: #C2AA6E;
}
</style>
background-color css
<style>
a { background-color: #C2AA6E; }
a { background-color: rgb(194,170,110); }
div.DivClassName
{
background-color: #C2AA6E;
}
.BgClassName
{
background-color: #C2AA6E;
}
</style>
border-color css
<style>
span { border-color: #C2AA6E; }
span { border-color: rgb(194,170,110); }
td.TdClassName
{
border-color: #C2AA6E;
}
.TagClassName
{
border-color: #C2AA6E;
}
</style>