Shades of Old Gold #C0BE3B
Tints of Old Gold #C0BE3B
RGB
CMYK
RGB Variations
Color information
#C0BE3B (or 0xC0BE3B) is known color: Old Gold. HEX triplet: C0, BE and 3B. RGB value is (192,190,59). Sum of RGB (Red+Green+Blue) = 192+190+59=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 190 (74.61% from 255 or 43.08% from 441); Blue value is 59 (23.44% from 255 or 13.38% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BE3B is #3F41C4. Grayscale: #B0B0B0. Windows color (decimal): -4145605 or 3915456. OLE color: 3915456.
HSL color Cylindrical-coordinate representation of color #C0BE3B: hue angle of 59.1º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0BE3B is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 190 | 59 | - |
| CMYK | 0 | 0.01 | 0.69 | 0.25 |
| HSL | 59.1º | 0.53% | 0.49% | - |
| HSV(B) | 59.1º | 0.69% | 0.75% | - |
| XYZ | 40.94 | 48.35 | 11.31 | - |
| YUV | 175.66 | 62.16 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 190 | 59 | 0 | 0.01 | 0.69 | 0.25 | 59.1 | 0.53 | 0.49 |
| Hex | C0 | BE | 3B | 0 | 1 | 45 | 19 | 3B | 35 | 31 |
| Octal | 300 | 276 | 73 | 0 | 1 | 105 | 31 | 73 | 65 | 61 |
| Binary | 11000000 | 10111110 | 111011 | 0 | 1 | 1000101 | 11001 | 111011 | 110101 | 110001 |
Color Harmonies of #C0BE3B
Complementary color
Monochromatic Colors of #C0BE3B
Black with #C0BE3B
Text Example
Text Example
White with #C0BE3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BE3B; }
p { color: rgb(192,190,59); }
H1.HeaderClassName
{
color: #C0BE3B;
}
.AnyTagClassName
{
color: #C0BE3B;
}
</style>
background-color css
<style>
a { background-color: #C0BE3B; }
a { background-color: rgb(192,190,59); }
div.DivClassName
{
background-color: #C0BE3B;
}
.BgClassName
{
background-color: #C0BE3B;
}
</style>
border-color css
<style>
span { border-color: #C0BE3B; }
span { border-color: rgb(192,190,59); }
td.TdClassName
{
border-color: #C0BE3B;
}
.TagClassName
{
border-color: #C0BE3B;
}
</style>