Shades of Putty #C2A66D
Tints of Putty #C2A66D
RGB
CMYK
RGB Variations
Color information
#C2A66D (or 0xC2A66D) is known color: Putty. HEX triplet: C2, A6 and 6D. RGB value is (194,166,109). Sum of RGB (Red+Green+Blue) = 194+166+109=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A66D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A66D is #3D5992. Grayscale: #A8A8A8. Windows color (decimal): -4020627 or 7186114. OLE color: 7186114.
HSL color Cylindrical-coordinate representation of color #C2A66D: hue angle of 40.24º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C2A66D is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 166 | 109 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.24 |
| HSL | 40.24º | 0.41% | 0.59% | - |
| HSV(B) | 40.24º | 0.44% | 0.76% | - |
| XYZ | 38.64 | 39.85 | 20.12 | - |
| YUV | 167.87 | 94.78 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 166 | 109 | 0 | 0.14 | 0.44 | 0.24 | 40.24 | 0.41 | 0.59 |
| Hex | C2 | A6 | 6D | 0 | E | 2C | 18 | 28 | 29 | 3B |
| Octal | 302 | 246 | 155 | 0 | 16 | 54 | 30 | 50 | 51 | 73 |
| Binary | 11000010 | 10100110 | 1101101 | 0 | 1110 | 101100 | 11000 | 101000 | 101001 | 111011 |
Color Harmonies of #C2A66D
Complementary color
Monochromatic Colors of #C2A66D
Black with #C2A66D
Text Example
Text Example
White with #C2A66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A66D; }
p { color: rgb(194,166,109); }
H1.HeaderClassName
{
color: #C2A66D;
}
.AnyTagClassName
{
color: #C2A66D;
}
</style>
background-color css
<style>
a { background-color: #C2A66D; }
a { background-color: rgb(194,166,109); }
div.DivClassName
{
background-color: #C2A66D;
}
.BgClassName
{
background-color: #C2A66D;
}
</style>
border-color css
<style>
span { border-color: #C2A66D; }
span { border-color: rgb(194,166,109); }
td.TdClassName
{
border-color: #C2A66D;
}
.TagClassName
{
border-color: #C2A66D;
}
</style>