Shades of Old Gold #C0AD35
Tints of Old Gold #C0AD35
RGB
CMYK
RGB Variations
Color information
#C0AD35 (or 0xC0AD35) is known color: Old Gold. HEX triplet: C0, AD and 35. RGB value is (192,173,53). Sum of RGB (Red+Green+Blue) = 192+173+53=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 173 (67.97% from 255 or 41.39% from 418); Blue value is 53 (21.09% from 255 or 12.68% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AD35 is #3F52CA. Grayscale: #A5A5A5. Windows color (decimal): -4149963 or 3517888. OLE color: 3517888.
HSL color Cylindrical-coordinate representation of color #C0AD35: hue angle of 51.8º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C0AD35 is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 173 | 53 | - |
| CMYK | 0 | 0.10 | 0.72 | 0.25 |
| HSL | 51.8º | 0.57% | 0.48% | - |
| HSV(B) | 51.8º | 0.72% | 0.75% | - |
| XYZ | 37.32 | 41.35 | 9.38 | - |
| YUV | 165 | 64.79 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 173 | 53 | 0 | 0.10 | 0.72 | 0.25 | 51.8 | 0.57 | 0.48 |
| Hex | C0 | AD | 35 | 0 | A | 48 | 19 | 34 | 39 | 30 |
| Octal | 300 | 255 | 65 | 0 | 12 | 110 | 31 | 64 | 71 | 60 |
| Binary | 11000000 | 10101101 | 110101 | 0 | 1010 | 1001000 | 11001 | 110100 | 111001 | 110000 |
Color Harmonies of #C0AD35
Complementary color
Monochromatic Colors of #C0AD35
Black with #C0AD35
Text Example
Text Example
White with #C0AD35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AD35; }
p { color: rgb(192,173,53); }
H1.HeaderClassName
{
color: #C0AD35;
}
.AnyTagClassName
{
color: #C0AD35;
}
</style>
background-color css
<style>
a { background-color: #C0AD35; }
a { background-color: rgb(192,173,53); }
div.DivClassName
{
background-color: #C0AD35;
}
.BgClassName
{
background-color: #C0AD35;
}
</style>
border-color css
<style>
span { border-color: #C0AD35; }
span { border-color: rgb(192,173,53); }
td.TdClassName
{
border-color: #C0AD35;
}
.TagClassName
{
border-color: #C0AD35;
}
</style>