Shades of Old Gold #C0BE31
Tints of Old Gold #C0BE31
RGB
CMYK
RGB Variations
Color information
#C0BE31 (or 0xC0BE31) is known color: Old Gold. HEX triplet: C0, BE and 31. RGB value is (192,190,49). Sum of RGB (Red+Green+Blue) = 192+190+49=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 190 (74.61% from 255 or 44.08% from 431); Blue value is 49 (19.53% from 255 or 11.37% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BE31 is #3F41CE. Grayscale: #AFAFAF. Windows color (decimal): -4145615 or 3260096. OLE color: 3260096.
HSL color Cylindrical-coordinate representation of color #C0BE31: hue angle of 59.16º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C0BE31 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 190 | 49 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.25 |
| HSL | 59.16º | 0.59% | 0.47% | - |
| HSV(B) | 59.16º | 0.74% | 0.75% | - |
| XYZ | 40.71 | 48.26 | 10.07 | - |
| YUV | 174.52 | 57.16 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 190 | 49 | 0 | 0.01 | 0.74 | 0.25 | 59.16 | 0.59 | 0.47 |
| Hex | C0 | BE | 31 | 0 | 1 | 4A | 19 | 3B | 3B | 2F |
| Octal | 300 | 276 | 61 | 0 | 1 | 112 | 31 | 73 | 73 | 57 |
| Binary | 11000000 | 10111110 | 110001 | 0 | 1 | 1001010 | 11001 | 111011 | 111011 | 101111 |
Color Harmonies of #C0BE31
Complementary color
Monochromatic Colors of #C0BE31
Black with #C0BE31
Text Example
Text Example
White with #C0BE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BE31; }
p { color: rgb(192,190,49); }
H1.HeaderClassName
{
color: #C0BE31;
}
.AnyTagClassName
{
color: #C0BE31;
}
</style>
background-color css
<style>
a { background-color: #C0BE31; }
a { background-color: rgb(192,190,49); }
div.DivClassName
{
background-color: #C0BE31;
}
.BgClassName
{
background-color: #C0BE31;
}
</style>
border-color css
<style>
span { border-color: #C0BE31; }
span { border-color: rgb(192,190,49); }
td.TdClassName
{
border-color: #C0BE31;
}
.TagClassName
{
border-color: #C0BE31;
}
</style>