Shades of Putty #C0A96D
Tints of Putty #C0A96D
RGB
CMYK
RGB Variations
Color information
#C0A96D (or 0xC0A96D) is known color: Putty. HEX triplet: C0, A9 and 6D. RGB value is (192,169,109). Sum of RGB (Red+Green+Blue) = 192+169+109=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 169 (66.41% from 255 or 35.96% from 470); Blue value is 109 (42.97% from 255 or 23.19% from 470); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A96D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A96D is #3F5692. Grayscale: #A9A9A9. Windows color (decimal): -4150931 or 7186880. OLE color: 7186880.
HSL color Cylindrical-coordinate representation of color #C0A96D: hue angle of 43.37º 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 #C0A96D is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 169 | 109 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.25 |
| HSL | 43.37º | 0.4% | 0.59% | - |
| HSV(B) | 43.37º | 0.43% | 0.75% | - |
| XYZ | 38.69 | 40.69 | 20.28 | - |
| YUV | 169.04 | 94.12 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 169 | 109 | 0 | 0.12 | 0.43 | 0.25 | 43.37 | 0.4 | 0.59 |
| Hex | C0 | A9 | 6D | 0 | C | 2B | 19 | 2B | 28 | 3B |
| Octal | 300 | 251 | 155 | 0 | 14 | 53 | 31 | 53 | 50 | 73 |
| Binary | 11000000 | 10101001 | 1101101 | 0 | 1100 | 101011 | 11001 | 101011 | 101000 | 111011 |
Color Harmonies of #C0A96D
Complementary color
Monochromatic Colors of #C0A96D
Black with #C0A96D
Text Example
Text Example
White with #C0A96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A96D; }
p { color: rgb(192,169,109); }
H1.HeaderClassName
{
color: #C0A96D;
}
.AnyTagClassName
{
color: #C0A96D;
}
</style>
background-color css
<style>
a { background-color: #C0A96D; }
a { background-color: rgb(192,169,109); }
div.DivClassName
{
background-color: #C0A96D;
}
.BgClassName
{
background-color: #C0A96D;
}
</style>
border-color css
<style>
span { border-color: #C0A96D; }
span { border-color: rgb(192,169,109); }
td.TdClassName
{
border-color: #C0A96D;
}
.TagClassName
{
border-color: #C0A96D;
}
</style>