Shades of Old Gold #C1BA3A
Tints of Old Gold #C1BA3A
RGB
CMYK
RGB Variations
Color information
#C1BA3A (or 0xC1BA3A) is known color: Old Gold. HEX triplet: C1, BA and 3A. RGB value is (193,186,58). Sum of RGB (Red+Green+Blue) = 193+186+58=437 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.16% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 58 (23.05% from 255 or 13.27% from 437); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BA3A is #3E45C5. Grayscale: #AEAEAE. Windows color (decimal): -4081094 or 3848897. OLE color: 3848897.
HSL color Cylindrical-coordinate representation of color #C1BA3A: hue angle of 56.89º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C1BA3A is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 186 | 58 | - |
| CMYK | 0 | 0.04 | 0.70 | 0.24 |
| HSL | 56.89º | 0.54% | 0.49% | - |
| HSV(B) | 56.89º | 0.7% | 0.76% | - |
| XYZ | 40.31 | 46.76 | 10.9 | - |
| YUV | 173.5 | 62.82 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 186 | 58 | 0 | 0.04 | 0.70 | 0.24 | 56.89 | 0.54 | 0.49 |
| Hex | C1 | BA | 3A | 0 | 4 | 46 | 18 | 39 | 36 | 31 |
| Octal | 301 | 272 | 72 | 0 | 4 | 106 | 30 | 71 | 66 | 61 |
| Binary | 11000001 | 10111010 | 111010 | 0 | 100 | 1000110 | 11000 | 111001 | 110110 | 110001 |
Color Harmonies of #C1BA3A
Complementary color
Monochromatic Colors of #C1BA3A
Black with #C1BA3A
Text Example
Text Example
White with #C1BA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BA3A; }
p { color: rgb(193,186,58); }
H1.HeaderClassName
{
color: #C1BA3A;
}
.AnyTagClassName
{
color: #C1BA3A;
}
</style>
background-color css
<style>
a { background-color: #C1BA3A; }
a { background-color: rgb(193,186,58); }
div.DivClassName
{
background-color: #C1BA3A;
}
.BgClassName
{
background-color: #C1BA3A;
}
</style>
border-color css
<style>
span { border-color: #C1BA3A; }
span { border-color: rgb(193,186,58); }
td.TdClassName
{
border-color: #C1BA3A;
}
.TagClassName
{
border-color: #C1BA3A;
}
</style>