Shades of Old Gold #C1BA44
Tints of Old Gold #C1BA44
RGB
CMYK
RGB Variations
Color information
#C1BA44 (or 0xC1BA44) is known color: Old Gold. HEX triplet: C1, BA and 44. RGB value is (193,186,68). Sum of RGB (Red+Green+Blue) = 193+186+68=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 68 (26.95% from 255 or 15.21% from 447); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BA44 is #3E45BB. Grayscale: #AFAFAF. Windows color (decimal): -4081084 or 4504257. OLE color: 4504257.
HSL color Cylindrical-coordinate representation of color #C1BA44: hue angle of 56.64º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C1BA44 is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 186 | 68 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.24 |
| HSL | 56.64º | 0.5% | 0.51% | - |
| HSV(B) | 56.64º | 0.65% | 0.76% | - |
| XYZ | 40.59 | 46.87 | 12.38 | - |
| YUV | 174.64 | 67.82 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 186 | 68 | 0 | 0.04 | 0.65 | 0.24 | 56.64 | 0.5 | 0.51 |
| Hex | C1 | BA | 44 | 0 | 4 | 41 | 18 | 39 | 32 | 33 |
| Octal | 301 | 272 | 104 | 0 | 4 | 101 | 30 | 71 | 62 | 63 |
| Binary | 11000001 | 10111010 | 1000100 | 0 | 100 | 1000001 | 11000 | 111001 | 110010 | 110011 |
Color Harmonies of #C1BA44
Complementary color
Monochromatic Colors of #C1BA44
Black with #C1BA44
Text Example
Text Example
White with #C1BA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BA44; }
p { color: rgb(193,186,68); }
H1.HeaderClassName
{
color: #C1BA44;
}
.AnyTagClassName
{
color: #C1BA44;
}
</style>
background-color css
<style>
a { background-color: #C1BA44; }
a { background-color: rgb(193,186,68); }
div.DivClassName
{
background-color: #C1BA44;
}
.BgClassName
{
background-color: #C1BA44;
}
</style>
border-color css
<style>
span { border-color: #C1BA44; }
span { border-color: rgb(193,186,68); }
td.TdClassName
{
border-color: #C1BA44;
}
.TagClassName
{
border-color: #C1BA44;
}
</style>