Shades of Old Gold #C2BA41
Tints of Old Gold #C2BA41
RGB
CMYK
RGB Variations
Color information
#C2BA41 (or 0xC2BA41) is known color: Old Gold. HEX triplet: C2, BA and 41. RGB value is (194,186,65). Sum of RGB (Red+Green+Blue) = 194+186+65=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 65 (25.78% from 255 or 14.61% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BA41 is #3D45BE. Grayscale: #AFAFAF. Windows color (decimal): -4015551 or 4307650. OLE color: 4307650.
HSL color Cylindrical-coordinate representation of color #C2BA41: hue angle of 56.28º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C2BA41 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 186 | 65 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.24 |
| HSL | 56.28º | 0.51% | 0.51% | - |
| HSV(B) | 56.28º | 0.66% | 0.76% | - |
| XYZ | 40.76 | 46.97 | 11.92 | - |
| YUV | 174.6 | 66.15 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 186 | 65 | 0 | 0.04 | 0.66 | 0.24 | 56.28 | 0.51 | 0.51 |
| Hex | C2 | BA | 41 | 0 | 4 | 42 | 18 | 38 | 33 | 33 |
| Octal | 302 | 272 | 101 | 0 | 4 | 102 | 30 | 70 | 63 | 63 |
| Binary | 11000010 | 10111010 | 1000001 | 0 | 100 | 1000010 | 11000 | 111000 | 110011 | 110011 |
Color Harmonies of #C2BA41
Complementary color
Monochromatic Colors of #C2BA41
Black with #C2BA41
Text Example
Text Example
White with #C2BA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BA41; }
p { color: rgb(194,186,65); }
H1.HeaderClassName
{
color: #C2BA41;
}
.AnyTagClassName
{
color: #C2BA41;
}
</style>
background-color css
<style>
a { background-color: #C2BA41; }
a { background-color: rgb(194,186,65); }
div.DivClassName
{
background-color: #C2BA41;
}
.BgClassName
{
background-color: #C2BA41;
}
</style>
border-color css
<style>
span { border-color: #C2BA41; }
span { border-color: rgb(194,186,65); }
td.TdClassName
{
border-color: #C2BA41;
}
.TagClassName
{
border-color: #C2BA41;
}
</style>