Shades of Putty #C0A66D
Tints of Putty #C0A66D
RGB
CMYK
RGB Variations
Color information
#C0A66D (or 0xC0A66D) is known color: Putty. HEX triplet: C0, A6 and 6D. RGB value is (192,166,109). Sum of RGB (Red+Green+Blue) = 192+166+109=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A66D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A66D is #3F5992. Grayscale: #A7A7A7. Windows color (decimal): -4151699 or 7186112. OLE color: 7186112.
HSL color Cylindrical-coordinate representation of color #C0A66D: hue angle of 41.2º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C0A66D is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 166 | 109 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.25 |
| HSL | 41.2º | 0.4% | 0.59% | - |
| HSV(B) | 41.2º | 0.43% | 0.75% | - |
| XYZ | 38.13 | 39.58 | 20.1 | - |
| YUV | 167.28 | 95.11 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 166 | 109 | 0 | 0.14 | 0.43 | 0.25 | 41.2 | 0.4 | 0.59 |
| Hex | C0 | A6 | 6D | 0 | E | 2B | 19 | 29 | 28 | 3B |
| Octal | 300 | 246 | 155 | 0 | 16 | 53 | 31 | 51 | 50 | 73 |
| Binary | 11000000 | 10100110 | 1101101 | 0 | 1110 | 101011 | 11001 | 101001 | 101000 | 111011 |
Color Harmonies of #C0A66D
Complementary color
Monochromatic Colors of #C0A66D
Black with #C0A66D
Text Example
Text Example
White with #C0A66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A66D; }
p { color: rgb(192,166,109); }
H1.HeaderClassName
{
color: #C0A66D;
}
.AnyTagClassName
{
color: #C0A66D;
}
</style>
background-color css
<style>
a { background-color: #C0A66D; }
a { background-color: rgb(192,166,109); }
div.DivClassName
{
background-color: #C0A66D;
}
.BgClassName
{
background-color: #C0A66D;
}
</style>
border-color css
<style>
span { border-color: #C0A66D; }
span { border-color: rgb(192,166,109); }
td.TdClassName
{
border-color: #C0A66D;
}
.TagClassName
{
border-color: #C0A66D;
}
</style>