Shades of Old Gold #C0BE38
Tints of Old Gold #C0BE38
RGB
CMYK
RGB Variations
Color information
#C0BE38 (or 0xC0BE38) is known color: Old Gold. HEX triplet: C0, BE and 38. RGB value is (192,190,56). Sum of RGB (Red+Green+Blue) = 192+190+56=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 56 (22.27% from 255 or 12.79% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BE38 is #3F41C7. Grayscale: #AFAFAF. Windows color (decimal): -4145608 or 3718848. OLE color: 3718848.
HSL color Cylindrical-coordinate representation of color #C0BE38: hue angle of 59.12º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C0BE38 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 190 | 56 | - |
| CMYK | 0 | 0.01 | 0.71 | 0.25 |
| HSL | 59.12º | 0.55% | 0.49% | - |
| HSV(B) | 59.12º | 0.71% | 0.75% | - |
| XYZ | 40.87 | 48.32 | 10.91 | - |
| YUV | 175.32 | 60.66 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 190 | 56 | 0 | 0.01 | 0.71 | 0.25 | 59.12 | 0.55 | 0.49 |
| Hex | C0 | BE | 38 | 0 | 1 | 47 | 19 | 3B | 37 | 31 |
| Octal | 300 | 276 | 70 | 0 | 1 | 107 | 31 | 73 | 67 | 61 |
| Binary | 11000000 | 10111110 | 111000 | 0 | 1 | 1000111 | 11001 | 111011 | 110111 | 110001 |
Color Harmonies of #C0BE38
Complementary color
Monochromatic Colors of #C0BE38
Black with #C0BE38
Text Example
Text Example
White with #C0BE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BE38; }
p { color: rgb(192,190,56); }
H1.HeaderClassName
{
color: #C0BE38;
}
.AnyTagClassName
{
color: #C0BE38;
}
</style>
background-color css
<style>
a { background-color: #C0BE38; }
a { background-color: rgb(192,190,56); }
div.DivClassName
{
background-color: #C0BE38;
}
.BgClassName
{
background-color: #C0BE38;
}
</style>
border-color css
<style>
span { border-color: #C0BE38; }
span { border-color: rgb(192,190,56); }
td.TdClassName
{
border-color: #C0BE38;
}
.TagClassName
{
border-color: #C0BE38;
}
</style>