Shades of Putty #C0A66E
Tints of Putty #C0A66E
RGB
CMYK
RGB Variations
Color information
#C0A66E (or 0xC0A66E) is known color: Putty. HEX triplet: C0, A6 and 6E. RGB value is (192,166,110). Sum of RGB (Red+Green+Blue) = 192+166+110=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 166 (65.23% from 255 or 35.47% from 468); Blue value is 110 (43.36% from 255 or 23.50% from 468); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A66E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A66E is #3F5991. Grayscale: #A7A7A7. Windows color (decimal): -4151698 or 7251648. OLE color: 7251648.
HSL color Cylindrical-coordinate representation of color #C0A66E: hue angle of 40.98º degrees, saturation: 0.39, 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 #C0A66E is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 166 | 110 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.25 |
| HSL | 40.98º | 0.39% | 0.59% | - |
| HSV(B) | 40.98º | 0.43% | 0.75% | - |
| XYZ | 38.19 | 39.6 | 20.38 | - |
| YUV | 167.39 | 95.61 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 166 | 110 | 0 | 0.14 | 0.43 | 0.25 | 40.98 | 0.39 | 0.59 |
| Hex | C0 | A6 | 6E | 0 | E | 2B | 19 | 29 | 27 | 3B |
| Octal | 300 | 246 | 156 | 0 | 16 | 53 | 31 | 51 | 47 | 73 |
| Binary | 11000000 | 10100110 | 1101110 | 0 | 1110 | 101011 | 11001 | 101001 | 100111 | 111011 |
Color Harmonies of #C0A66E
Complementary color
Monochromatic Colors of #C0A66E
Black with #C0A66E
Text Example
Text Example
White with #C0A66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A66E; }
p { color: rgb(192,166,110); }
H1.HeaderClassName
{
color: #C0A66E;
}
.AnyTagClassName
{
color: #C0A66E;
}
</style>
background-color css
<style>
a { background-color: #C0A66E; }
a { background-color: rgb(192,166,110); }
div.DivClassName
{
background-color: #C0A66E;
}
.BgClassName
{
background-color: #C0A66E;
}
</style>
border-color css
<style>
span { border-color: #C0A66E; }
span { border-color: rgb(192,166,110); }
td.TdClassName
{
border-color: #C0A66E;
}
.TagClassName
{
border-color: #C0A66E;
}
</style>