Shades of Old Gold #C0B93A
Tints of Old Gold #C0B93A
RGB
CMYK
RGB Variations
Color information
#C0B93A (or 0xC0B93A) is known color: Old Gold. HEX triplet: C0, B9 and 3A. RGB value is (192,185,58). Sum of RGB (Red+Green+Blue) = 192+185+58=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 185 (72.66% from 255 or 42.53% from 435); Blue value is 58 (23.05% from 255 or 13.33% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B93A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B93A is #3F46C5. Grayscale: #ADADAD. Windows color (decimal): -4146886 or 3848640. OLE color: 3848640.
HSL color Cylindrical-coordinate representation of color #C0B93A: hue angle of 56.87º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0B93A is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 185 | 58 | - |
| CMYK | 0 | 0.04 | 0.70 | 0.25 |
| HSL | 56.87º | 0.54% | 0.49% | - |
| HSV(B) | 56.87º | 0.7% | 0.75% | - |
| XYZ | 39.85 | 46.21 | 10.82 | - |
| YUV | 172.62 | 63.32 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 185 | 58 | 0 | 0.04 | 0.70 | 0.25 | 56.87 | 0.54 | 0.49 |
| Hex | C0 | B9 | 3A | 0 | 4 | 46 | 19 | 39 | 36 | 31 |
| Octal | 300 | 271 | 72 | 0 | 4 | 106 | 31 | 71 | 66 | 61 |
| Binary | 11000000 | 10111001 | 111010 | 0 | 100 | 1000110 | 11001 | 111001 | 110110 | 110001 |
Color Harmonies of #C0B93A
Complementary color
Monochromatic Colors of #C0B93A
Black with #C0B93A
Text Example
Text Example
White with #C0B93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B93A; }
p { color: rgb(192,185,58); }
H1.HeaderClassName
{
color: #C0B93A;
}
.AnyTagClassName
{
color: #C0B93A;
}
</style>
background-color css
<style>
a { background-color: #C0B93A; }
a { background-color: rgb(192,185,58); }
div.DivClassName
{
background-color: #C0B93A;
}
.BgClassName
{
background-color: #C0B93A;
}
</style>
border-color css
<style>
span { border-color: #C0B93A; }
span { border-color: rgb(192,185,58); }
td.TdClassName
{
border-color: #C0B93A;
}
.TagClassName
{
border-color: #C0B93A;
}
</style>