Shades of Old Gold #C0BC38
Tints of Old Gold #C0BC38
RGB
CMYK
RGB Variations
Color information
#C0BC38 (or 0xC0BC38) is known color: Old Gold. HEX triplet: C0, BC and 38. RGB value is (192,188,56). Sum of RGB (Red+Green+Blue) = 192+188+56=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 56 (22.27% from 255 or 12.84% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BC38 is #3F43C7. Grayscale: #AEAEAE. Windows color (decimal): -4146120 or 3718336. OLE color: 3718336.
HSL color Cylindrical-coordinate representation of color #C0BC38: hue angle of 58.24º 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 #C0BC38 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 188 | 56 | - |
| CMYK | 0 | 0.02 | 0.71 | 0.25 |
| HSL | 58.24º | 0.55% | 0.49% | - |
| HSV(B) | 58.24º | 0.71% | 0.75% | - |
| XYZ | 40.44 | 47.46 | 10.77 | - |
| YUV | 174.15 | 61.33 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 56 | 0 | 0.02 | 0.71 | 0.25 | 58.24 | 0.55 | 0.49 |
| Hex | C0 | BC | 38 | 0 | 2 | 47 | 19 | 3A | 37 | 31 |
| Octal | 300 | 274 | 70 | 0 | 2 | 107 | 31 | 72 | 67 | 61 |
| Binary | 11000000 | 10111100 | 111000 | 0 | 10 | 1000111 | 11001 | 111010 | 110111 | 110001 |
Color Harmonies of #C0BC38
Complementary color
Monochromatic Colors of #C0BC38
Black with #C0BC38
Text Example
Text Example
White with #C0BC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BC38; }
p { color: rgb(192,188,56); }
H1.HeaderClassName
{
color: #C0BC38;
}
.AnyTagClassName
{
color: #C0BC38;
}
</style>
background-color css
<style>
a { background-color: #C0BC38; }
a { background-color: rgb(192,188,56); }
div.DivClassName
{
background-color: #C0BC38;
}
.BgClassName
{
background-color: #C0BC38;
}
</style>
border-color css
<style>
span { border-color: #C0BC38; }
span { border-color: rgb(192,188,56); }
td.TdClassName
{
border-color: #C0BC38;
}
.TagClassName
{
border-color: #C0BC38;
}
</style>