Shades of Putty #C2A86C
Tints of Putty #C2A86C
RGB
CMYK
RGB Variations
Color information
#C2A86C (or 0xC2A86C) is known color: Putty. HEX triplet: C2, A8 and 6C. RGB value is (194,168,108). Sum of RGB (Red+Green+Blue) = 194+168+108=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 108 (42.58% from 255 or 22.98% from 470); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A86C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A86C is #3D5793. Grayscale: #A9A9A9. Windows color (decimal): -4020116 or 7121090. OLE color: 7121090.
HSL color Cylindrical-coordinate representation of color #C2A86C: hue angle of 41.86º 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 #C2A86C is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 168 | 108 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.24 |
| HSL | 41.86º | 0.41% | 0.59% | - |
| HSV(B) | 41.86º | 0.44% | 0.76% | - |
| XYZ | 38.96 | 40.56 | 19.96 | - |
| YUV | 168.93 | 93.61 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 168 | 108 | 0 | 0.13 | 0.44 | 0.24 | 41.86 | 0.41 | 0.59 |
| Hex | C2 | A8 | 6C | 0 | D | 2C | 18 | 2A | 29 | 3B |
| Octal | 302 | 250 | 154 | 0 | 15 | 54 | 30 | 52 | 51 | 73 |
| Binary | 11000010 | 10101000 | 1101100 | 0 | 1101 | 101100 | 11000 | 101010 | 101001 | 111011 |
Color Harmonies of #C2A86C
Complementary color
Monochromatic Colors of #C2A86C
Black with #C2A86C
Text Example
Text Example
White with #C2A86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A86C; }
p { color: rgb(194,168,108); }
H1.HeaderClassName
{
color: #C2A86C;
}
.AnyTagClassName
{
color: #C2A86C;
}
</style>
background-color css
<style>
a { background-color: #C2A86C; }
a { background-color: rgb(194,168,108); }
div.DivClassName
{
background-color: #C2A86C;
}
.BgClassName
{
background-color: #C2A86C;
}
</style>
border-color css
<style>
span { border-color: #C2A86C; }
span { border-color: rgb(194,168,108); }
td.TdClassName
{
border-color: #C2A86C;
}
.TagClassName
{
border-color: #C2A86C;
}
</style>