Shades of Old Gold #C0BE2F
Tints of Old Gold #C0BE2F
RGB
CMYK
RGB Variations
Color information
#C0BE2F (or 0xC0BE2F) is known color: Old Gold. HEX triplet: C0, BE and 2F. RGB value is (192,190,47). Sum of RGB (Red+Green+Blue) = 192+190+47=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 190 (74.61% from 255 or 44.29% from 429); Blue value is 47 (18.75% from 255 or 10.96% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BE2F is #3F41D0. Grayscale: #AEAEAE. Windows color (decimal): -4145617 or 3129024. OLE color: 3129024.
HSL color Cylindrical-coordinate representation of color #C0BE2F: hue angle of 59.17º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C0BE2F is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 190 | 47 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.25 |
| HSL | 59.17º | 0.61% | 0.47% | - |
| HSV(B) | 59.17º | 0.76% | 0.75% | - |
| XYZ | 40.66 | 48.24 | 9.86 | - |
| YUV | 174.3 | 56.16 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 190 | 47 | 0 | 0.01 | 0.76 | 0.25 | 59.17 | 0.61 | 0.47 |
| Hex | C0 | BE | 2F | 0 | 1 | 4C | 19 | 3B | 3D | 2F |
| Octal | 300 | 276 | 57 | 0 | 1 | 114 | 31 | 73 | 75 | 57 |
| Binary | 11000000 | 10111110 | 101111 | 0 | 1 | 1001100 | 11001 | 111011 | 111101 | 101111 |
Color Harmonies of #C0BE2F
Complementary color
Monochromatic Colors of #C0BE2F
Black with #C0BE2F
Text Example
Text Example
White with #C0BE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BE2F; }
p { color: rgb(192,190,47); }
H1.HeaderClassName
{
color: #C0BE2F;
}
.AnyTagClassName
{
color: #C0BE2F;
}
</style>
background-color css
<style>
a { background-color: #C0BE2F; }
a { background-color: rgb(192,190,47); }
div.DivClassName
{
background-color: #C0BE2F;
}
.BgClassName
{
background-color: #C0BE2F;
}
</style>
border-color css
<style>
span { border-color: #C0BE2F; }
span { border-color: rgb(192,190,47); }
td.TdClassName
{
border-color: #C0BE2F;
}
.TagClassName
{
border-color: #C0BE2F;
}
</style>