Shades of Putty #C0AD6F
Tints of Putty #C0AD6F
RGB
CMYK
RGB Variations
Color information
#C0AD6F (or 0xC0AD6F) is known color: Putty. HEX triplet: C0, AD and 6F. RGB value is (192,173,111). Sum of RGB (Red+Green+Blue) = 192+173+111=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 111 (43.75% from 255 or 23.32% from 476); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AD6F is #3F5290. Grayscale: #ABABAB. Windows color (decimal): -4149905 or 7318976. OLE color: 7318976.
HSL color Cylindrical-coordinate representation of color #C0AD6F: hue angle of 45.93º 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 #C0AD6F is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 173 | 111 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.25 |
| HSL | 45.93º | 0.39% | 0.59% | - |
| HSV(B) | 45.93º | 0.42% | 0.75% | - |
| XYZ | 39.55 | 42.24 | 21.11 | - |
| YUV | 171.61 | 93.79 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 173 | 111 | 0 | 0.10 | 0.42 | 0.25 | 45.93 | 0.39 | 0.59 |
| Hex | C0 | AD | 6F | 0 | A | 2A | 19 | 2E | 27 | 3B |
| Octal | 300 | 255 | 157 | 0 | 12 | 52 | 31 | 56 | 47 | 73 |
| Binary | 11000000 | 10101101 | 1101111 | 0 | 1010 | 101010 | 11001 | 101110 | 100111 | 111011 |
Color Harmonies of #C0AD6F
Complementary color
Monochromatic Colors of #C0AD6F
Black with #C0AD6F
Text Example
Text Example
White with #C0AD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AD6F; }
p { color: rgb(192,173,111); }
H1.HeaderClassName
{
color: #C0AD6F;
}
.AnyTagClassName
{
color: #C0AD6F;
}
</style>
background-color css
<style>
a { background-color: #C0AD6F; }
a { background-color: rgb(192,173,111); }
div.DivClassName
{
background-color: #C0AD6F;
}
.BgClassName
{
background-color: #C0AD6F;
}
</style>
border-color css
<style>
span { border-color: #C0AD6F; }
span { border-color: rgb(192,173,111); }
td.TdClassName
{
border-color: #C0AD6F;
}
.TagClassName
{
border-color: #C0AD6F;
}
</style>