Shades of Old Gold #C0BB3A
Tints of Old Gold #C0BB3A
RGB
CMYK
RGB Variations
Color information
#C0BB3A (or 0xC0BB3A) is known color: Old Gold. HEX triplet: C0, BB and 3A. RGB value is (192,187,58). Sum of RGB (Red+Green+Blue) = 192+187+58=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 187 (73.44% from 255 or 42.79% from 437); Blue value is 58 (23.05% from 255 or 13.27% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BB3A is #3F44C5. Grayscale: #AEAEAE. Windows color (decimal): -4146374 or 3849152. OLE color: 3849152.
HSL color Cylindrical-coordinate representation of color #C0BB3A: hue angle of 57.76º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0BB3A is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 187 | 58 | - |
| CMYK | 0 | 0.03 | 0.70 | 0.25 |
| HSL | 57.76º | 0.54% | 0.49% | - |
| HSV(B) | 57.76º | 0.7% | 0.75% | - |
| XYZ | 40.27 | 47.05 | 10.96 | - |
| YUV | 173.79 | 62.66 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 187 | 58 | 0 | 0.03 | 0.70 | 0.25 | 57.76 | 0.54 | 0.49 |
| Hex | C0 | BB | 3A | 0 | 3 | 46 | 19 | 3A | 36 | 31 |
| Octal | 300 | 273 | 72 | 0 | 3 | 106 | 31 | 72 | 66 | 61 |
| Binary | 11000000 | 10111011 | 111010 | 0 | 11 | 1000110 | 11001 | 111010 | 110110 | 110001 |
Color Harmonies of #C0BB3A
Complementary color
Monochromatic Colors of #C0BB3A
Black with #C0BB3A
Text Example
Text Example
White with #C0BB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BB3A; }
p { color: rgb(192,187,58); }
H1.HeaderClassName
{
color: #C0BB3A;
}
.AnyTagClassName
{
color: #C0BB3A;
}
</style>
background-color css
<style>
a { background-color: #C0BB3A; }
a { background-color: rgb(192,187,58); }
div.DivClassName
{
background-color: #C0BB3A;
}
.BgClassName
{
background-color: #C0BB3A;
}
</style>
border-color css
<style>
span { border-color: #C0BB3A; }
span { border-color: rgb(192,187,58); }
td.TdClassName
{
border-color: #C0BB3A;
}
.TagClassName
{
border-color: #C0BB3A;
}
</style>