Shades of Old Gold #C2BA44
Tints of Old Gold #C2BA44
RGB
CMYK
RGB Variations
Color information
#C2BA44 (or 0xC2BA44) is known color: Old Gold. HEX triplet: C2, BA and 44. RGB value is (194,186,68). Sum of RGB (Red+Green+Blue) = 194+186+68=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 68 (26.95% from 255 or 15.18% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BA44 is #3D45BB. Grayscale: #AFAFAF. Windows color (decimal): -4015548 or 4504258. OLE color: 4504258.
HSL color Cylindrical-coordinate representation of color #C2BA44: hue angle of 56.19º degrees, saturation: 0.51, 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 #C2BA44 is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 186 | 68 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.24 |
| HSL | 56.19º | 0.51% | 0.51% | - |
| HSV(B) | 56.19º | 0.65% | 0.76% | - |
| XYZ | 40.85 | 47 | 12.39 | - |
| YUV | 174.94 | 67.65 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 186 | 68 | 0 | 0.04 | 0.65 | 0.24 | 56.19 | 0.51 | 0.51 |
| Hex | C2 | BA | 44 | 0 | 4 | 41 | 18 | 38 | 33 | 33 |
| Octal | 302 | 272 | 104 | 0 | 4 | 101 | 30 | 70 | 63 | 63 |
| Binary | 11000010 | 10111010 | 1000100 | 0 | 100 | 1000001 | 11000 | 111000 | 110011 | 110011 |
Color Harmonies of #C2BA44
Complementary color
Monochromatic Colors of #C2BA44
Black with #C2BA44
Text Example
Text Example
White with #C2BA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BA44; }
p { color: rgb(194,186,68); }
H1.HeaderClassName
{
color: #C2BA44;
}
.AnyTagClassName
{
color: #C2BA44;
}
</style>
background-color css
<style>
a { background-color: #C2BA44; }
a { background-color: rgb(194,186,68); }
div.DivClassName
{
background-color: #C2BA44;
}
.BgClassName
{
background-color: #C2BA44;
}
</style>
border-color css
<style>
span { border-color: #C2BA44; }
span { border-color: rgb(194,186,68); }
td.TdClassName
{
border-color: #C2BA44;
}
.TagClassName
{
border-color: #C2BA44;
}
</style>