Shades of Putty #C0A86F
Tints of Putty #C0A86F
RGB
CMYK
RGB Variations
Color information
#C0A86F (or 0xC0A86F) is known color: Putty. HEX triplet: C0, A8 and 6F. RGB value is (192,168,111). Sum of RGB (Red+Green+Blue) = 192+168+111=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 111 (43.75% from 255 or 23.57% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A86F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A86F is #3F5790. Grayscale: #A8A8A8. Windows color (decimal): -4151185 or 7317696. OLE color: 7317696.
HSL color Cylindrical-coordinate representation of color #C0A86F: hue angle of 42.22º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C0A86F is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 168 | 111 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.25 |
| HSL | 42.22º | 0.39% | 0.59% | - |
| HSV(B) | 42.22º | 0.42% | 0.75% | - |
| XYZ | 38.61 | 40.36 | 20.79 | - |
| YUV | 168.68 | 95.45 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 168 | 111 | 0 | 0.12 | 0.42 | 0.25 | 42.22 | 0.39 | 0.59 |
| Hex | C0 | A8 | 6F | 0 | C | 2A | 19 | 2A | 27 | 3B |
| Octal | 300 | 250 | 157 | 0 | 14 | 52 | 31 | 52 | 47 | 73 |
| Binary | 11000000 | 10101000 | 1101111 | 0 | 1100 | 101010 | 11001 | 101010 | 100111 | 111011 |
Color Harmonies of #C0A86F
Complementary color
Monochromatic Colors of #C0A86F
Black with #C0A86F
Text Example
Text Example
White with #C0A86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A86F; }
p { color: rgb(192,168,111); }
H1.HeaderClassName
{
color: #C0A86F;
}
.AnyTagClassName
{
color: #C0A86F;
}
</style>
background-color css
<style>
a { background-color: #C0A86F; }
a { background-color: rgb(192,168,111); }
div.DivClassName
{
background-color: #C0A86F;
}
.BgClassName
{
background-color: #C0A86F;
}
</style>
border-color css
<style>
span { border-color: #C0A86F; }
span { border-color: rgb(192,168,111); }
td.TdClassName
{
border-color: #C0A86F;
}
.TagClassName
{
border-color: #C0A86F;
}
</style>