Shades of Old Gold #C0BB3E
Tints of Old Gold #C0BB3E
RGB
CMYK
RGB Variations
Color information
#C0BB3E (or 0xC0BB3E) is known color: Old Gold. HEX triplet: C0, BB and 3E. RGB value is (192,187,62). Sum of RGB (Red+Green+Blue) = 192+187+62=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 187 (73.44% from 255 or 42.40% from 441); Blue value is 62 (24.61% from 255 or 14.06% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BB3E is #3F44C1. Grayscale: #AEAEAE. Windows color (decimal): -4146370 or 4111296. OLE color: 4111296.
HSL color Cylindrical-coordinate representation of color #C0BB3E: hue angle of 57.69º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0BB3E is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 187 | 62 | - |
| CMYK | 0 | 0.03 | 0.68 | 0.25 |
| HSL | 57.69º | 0.51% | 0.5% | - |
| HSV(B) | 57.69º | 0.68% | 0.75% | - |
| XYZ | 40.38 | 47.09 | 11.52 | - |
| YUV | 174.25 | 64.66 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 187 | 62 | 0 | 0.03 | 0.68 | 0.25 | 57.69 | 0.51 | 0.5 |
| Hex | C0 | BB | 3E | 0 | 3 | 44 | 19 | 3A | 33 | 32 |
| Octal | 300 | 273 | 76 | 0 | 3 | 104 | 31 | 72 | 63 | 62 |
| Binary | 11000000 | 10111011 | 111110 | 0 | 11 | 1000100 | 11001 | 111010 | 110011 | 110010 |
Color Harmonies of #C0BB3E
Complementary color
Monochromatic Colors of #C0BB3E
Black with #C0BB3E
Text Example
Text Example
White with #C0BB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BB3E; }
p { color: rgb(192,187,62); }
H1.HeaderClassName
{
color: #C0BB3E;
}
.AnyTagClassName
{
color: #C0BB3E;
}
</style>
background-color css
<style>
a { background-color: #C0BB3E; }
a { background-color: rgb(192,187,62); }
div.DivClassName
{
background-color: #C0BB3E;
}
.BgClassName
{
background-color: #C0BB3E;
}
</style>
border-color css
<style>
span { border-color: #C0BB3E; }
span { border-color: rgb(192,187,62); }
td.TdClassName
{
border-color: #C0BB3E;
}
.TagClassName
{
border-color: #C0BB3E;
}
</style>