Shades of Old Gold #C1BA37
Tints of Old Gold #C1BA37
RGB
CMYK
RGB Variations
Color information
#C1BA37 (or 0xC1BA37) is known color: Old Gold. HEX triplet: C1, BA and 37. RGB value is (193,186,55). Sum of RGB (Red+Green+Blue) = 193+186+55=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 55 (21.88% from 255 or 12.67% from 434); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BA37 is #3E45C8. Grayscale: #ADADAD. Windows color (decimal): -4081097 or 3652289. OLE color: 3652289.
HSL color Cylindrical-coordinate representation of color #C1BA37: hue angle of 56.96º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C1BA37 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 186 | 55 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.24 |
| HSL | 56.96º | 0.56% | 0.49% | - |
| HSV(B) | 56.96º | 0.72% | 0.76% | - |
| XYZ | 40.24 | 46.73 | 10.51 | - |
| YUV | 173.16 | 61.32 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 186 | 55 | 0 | 0.04 | 0.72 | 0.24 | 56.96 | 0.56 | 0.49 |
| Hex | C1 | BA | 37 | 0 | 4 | 48 | 18 | 39 | 38 | 31 |
| Octal | 301 | 272 | 67 | 0 | 4 | 110 | 30 | 71 | 70 | 61 |
| Binary | 11000001 | 10111010 | 110111 | 0 | 100 | 1001000 | 11000 | 111001 | 111000 | 110001 |
Color Harmonies of #C1BA37
Complementary color
Monochromatic Colors of #C1BA37
Black with #C1BA37
Text Example
Text Example
White with #C1BA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BA37; }
p { color: rgb(193,186,55); }
H1.HeaderClassName
{
color: #C1BA37;
}
.AnyTagClassName
{
color: #C1BA37;
}
</style>
background-color css
<style>
a { background-color: #C1BA37; }
a { background-color: rgb(193,186,55); }
div.DivClassName
{
background-color: #C1BA37;
}
.BgClassName
{
background-color: #C1BA37;
}
</style>
border-color css
<style>
span { border-color: #C1BA37; }
span { border-color: rgb(193,186,55); }
td.TdClassName
{
border-color: #C1BA37;
}
.TagClassName
{
border-color: #C1BA37;
}
</style>