Shades of Putty #C2A86D
Tints of Putty #C2A86D
RGB
CMYK
RGB Variations
Color information
#C2A86D (or 0xC2A86D) is known color: Putty. HEX triplet: C2, A8 and 6D. RGB value is (194,168,109). Sum of RGB (Red+Green+Blue) = 194+168+109=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A86D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A86D is #3D5792. Grayscale: #A9A9A9. Windows color (decimal): -4020115 or 7186626. OLE color: 7186626.
HSL color Cylindrical-coordinate representation of color #C2A86D: hue angle of 41.65º 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 #C2A86D is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 168 | 109 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.24 |
| HSL | 41.65º | 0.41% | 0.59% | - |
| HSV(B) | 41.65º | 0.44% | 0.76% | - |
| XYZ | 39.01 | 40.58 | 20.24 | - |
| YUV | 169.05 | 94.11 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 168 | 109 | 0 | 0.13 | 0.44 | 0.24 | 41.65 | 0.41 | 0.59 |
| Hex | C2 | A8 | 6D | 0 | D | 2C | 18 | 2A | 29 | 3B |
| Octal | 302 | 250 | 155 | 0 | 15 | 54 | 30 | 52 | 51 | 73 |
| Binary | 11000010 | 10101000 | 1101101 | 0 | 1101 | 101100 | 11000 | 101010 | 101001 | 111011 |
Color Harmonies of #C2A86D
Complementary color
Monochromatic Colors of #C2A86D
Black with #C2A86D
Text Example
Text Example
White with #C2A86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A86D; }
p { color: rgb(194,168,109); }
H1.HeaderClassName
{
color: #C2A86D;
}
.AnyTagClassName
{
color: #C2A86D;
}
</style>
background-color css
<style>
a { background-color: #C2A86D; }
a { background-color: rgb(194,168,109); }
div.DivClassName
{
background-color: #C2A86D;
}
.BgClassName
{
background-color: #C2A86D;
}
</style>
border-color css
<style>
span { border-color: #C2A86D; }
span { border-color: rgb(194,168,109); }
td.TdClassName
{
border-color: #C2A86D;
}
.TagClassName
{
border-color: #C2A86D;
}
</style>