Shades of Old Gold #C1BA45
Tints of Old Gold #C1BA45
RGB
CMYK
RGB Variations
Color information
#C1BA45 (or 0xC1BA45) is known color: Old Gold. HEX triplet: C1, BA and 45. RGB value is (193,186,69). Sum of RGB (Red+Green+Blue) = 193+186+69=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 69 (27.34% from 255 or 15.40% from 448); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BA45 is #3E45BA. Grayscale: #AFAFAF. Windows color (decimal): -4081083 or 4569793. OLE color: 4569793.
HSL color Cylindrical-coordinate representation of color #C1BA45: hue angle of 56.61º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C1BA45 is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 186 | 69 | - |
| CMYK | 0 | 0.04 | 0.64 | 0.24 |
| HSL | 56.61º | 0.5% | 0.51% | - |
| HSV(B) | 56.61º | 0.64% | 0.76% | - |
| XYZ | 40.63 | 46.88 | 12.54 | - |
| YUV | 174.76 | 68.32 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 186 | 69 | 0 | 0.04 | 0.64 | 0.24 | 56.61 | 0.5 | 0.51 |
| Hex | C1 | BA | 45 | 0 | 4 | 40 | 18 | 39 | 32 | 33 |
| Octal | 301 | 272 | 105 | 0 | 4 | 100 | 30 | 71 | 62 | 63 |
| Binary | 11000001 | 10111010 | 1000101 | 0 | 100 | 1000000 | 11000 | 111001 | 110010 | 110011 |
Color Harmonies of #C1BA45
Complementary color
Monochromatic Colors of #C1BA45
Black with #C1BA45
Text Example
Text Example
White with #C1BA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BA45; }
p { color: rgb(193,186,69); }
H1.HeaderClassName
{
color: #C1BA45;
}
.AnyTagClassName
{
color: #C1BA45;
}
</style>
background-color css
<style>
a { background-color: #C1BA45; }
a { background-color: rgb(193,186,69); }
div.DivClassName
{
background-color: #C1BA45;
}
.BgClassName
{
background-color: #C1BA45;
}
</style>
border-color css
<style>
span { border-color: #C1BA45; }
span { border-color: rgb(193,186,69); }
td.TdClassName
{
border-color: #C1BA45;
}
.TagClassName
{
border-color: #C1BA45;
}
</style>