Shades of Putty #C2A66C
Tints of Putty #C2A66C
RGB
CMYK
RGB Variations
Color information
#C2A66C (or 0xC2A66C) is known color: Putty. HEX triplet: C2, A6 and 6C. RGB value is (194,166,108). Sum of RGB (Red+Green+Blue) = 194+166+108=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 166 (65.23% from 255 or 35.47% from 468); Blue value is 108 (42.58% from 255 or 23.08% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A66C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A66C is #3D5993. Grayscale: #A8A8A8. Windows color (decimal): -4020628 or 7120578. OLE color: 7120578.
HSL color Cylindrical-coordinate representation of color #C2A66C: hue angle of 40.47º 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 #C2A66C is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 166 | 108 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.24 |
| HSL | 40.47º | 0.41% | 0.59% | - |
| HSV(B) | 40.47º | 0.44% | 0.76% | - |
| XYZ | 38.59 | 39.82 | 19.84 | - |
| YUV | 167.76 | 94.28 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 166 | 108 | 0 | 0.14 | 0.44 | 0.24 | 40.47 | 0.41 | 0.59 |
| Hex | C2 | A6 | 6C | 0 | E | 2C | 18 | 28 | 29 | 3B |
| Octal | 302 | 246 | 154 | 0 | 16 | 54 | 30 | 50 | 51 | 73 |
| Binary | 11000010 | 10100110 | 1101100 | 0 | 1110 | 101100 | 11000 | 101000 | 101001 | 111011 |
Color Harmonies of #C2A66C
Complementary color
Monochromatic Colors of #C2A66C
Black with #C2A66C
Text Example
Text Example
White with #C2A66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A66C; }
p { color: rgb(194,166,108); }
H1.HeaderClassName
{
color: #C2A66C;
}
.AnyTagClassName
{
color: #C2A66C;
}
</style>
background-color css
<style>
a { background-color: #C2A66C; }
a { background-color: rgb(194,166,108); }
div.DivClassName
{
background-color: #C2A66C;
}
.BgClassName
{
background-color: #C2A66C;
}
</style>
border-color css
<style>
span { border-color: #C2A66C; }
span { border-color: rgb(194,166,108); }
td.TdClassName
{
border-color: #C2A66C;
}
.TagClassName
{
border-color: #C2A66C;
}
</style>