Shades of Old Gold #C0BE36
Tints of Old Gold #C0BE36
RGB
CMYK
RGB Variations
Color information
#C0BE36 (or 0xC0BE36) is known color: Old Gold. HEX triplet: C0, BE and 36. RGB value is (192,190,54). Sum of RGB (Red+Green+Blue) = 192+190+54=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 190 (74.61% from 255 or 43.58% from 436); Blue value is 54 (21.48% from 255 or 12.39% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BE36 is #3F41C9. Grayscale: #AFAFAF. Windows color (decimal): -4145610 or 3587776. OLE color: 3587776.
HSL color Cylindrical-coordinate representation of color #C0BE36: hue angle of 59.13º degrees, saturation: 0.56, 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 #C0BE36 is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 190 | 54 | - |
| CMYK | 0 | 0.01 | 0.72 | 0.25 |
| HSL | 59.13º | 0.56% | 0.48% | - |
| HSV(B) | 59.13º | 0.72% | 0.75% | - |
| XYZ | 40.82 | 48.3 | 10.66 | - |
| YUV | 175.09 | 59.66 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 190 | 54 | 0 | 0.01 | 0.72 | 0.25 | 59.13 | 0.56 | 0.48 |
| Hex | C0 | BE | 36 | 0 | 1 | 48 | 19 | 3B | 38 | 30 |
| Octal | 300 | 276 | 66 | 0 | 1 | 110 | 31 | 73 | 70 | 60 |
| Binary | 11000000 | 10111110 | 110110 | 0 | 1 | 1001000 | 11001 | 111011 | 111000 | 110000 |
Color Harmonies of #C0BE36
Complementary color
Monochromatic Colors of #C0BE36
Black with #C0BE36
Text Example
Text Example
White with #C0BE36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BE36; }
p { color: rgb(192,190,54); }
H1.HeaderClassName
{
color: #C0BE36;
}
.AnyTagClassName
{
color: #C0BE36;
}
</style>
background-color css
<style>
a { background-color: #C0BE36; }
a { background-color: rgb(192,190,54); }
div.DivClassName
{
background-color: #C0BE36;
}
.BgClassName
{
background-color: #C0BE36;
}
</style>
border-color css
<style>
span { border-color: #C0BE36; }
span { border-color: rgb(192,190,54); }
td.TdClassName
{
border-color: #C0BE36;
}
.TagClassName
{
border-color: #C0BE36;
}
</style>