Shades of Old Gold #C2BA42
Tints of Old Gold #C2BA42
RGB
CMYK
RGB Variations
Color information
#C2BA42 (or 0xC2BA42) is known color: Old Gold. HEX triplet: C2, BA and 42. RGB value is (194,186,66). Sum of RGB (Red+Green+Blue) = 194+186+66=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 66 (26.17% from 255 or 14.80% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BA42 is #3D45BD. Grayscale: #AFAFAF. Windows color (decimal): -4015550 or 4373186. OLE color: 4373186.
HSL color Cylindrical-coordinate representation of color #C2BA42: hue angle of 56.25º 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 #C2BA42 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 186 | 66 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.24 |
| HSL | 56.25º | 0.51% | 0.51% | - |
| HSV(B) | 56.25º | 0.66% | 0.76% | - |
| XYZ | 40.79 | 46.98 | 12.07 | - |
| YUV | 174.71 | 66.65 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 186 | 66 | 0 | 0.04 | 0.66 | 0.24 | 56.25 | 0.51 | 0.51 |
| Hex | C2 | BA | 42 | 0 | 4 | 42 | 18 | 38 | 33 | 33 |
| Octal | 302 | 272 | 102 | 0 | 4 | 102 | 30 | 70 | 63 | 63 |
| Binary | 11000010 | 10111010 | 1000010 | 0 | 100 | 1000010 | 11000 | 111000 | 110011 | 110011 |
Color Harmonies of #C2BA42
Complementary color
Monochromatic Colors of #C2BA42
Black with #C2BA42
Text Example
Text Example
White with #C2BA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BA42; }
p { color: rgb(194,186,66); }
H1.HeaderClassName
{
color: #C2BA42;
}
.AnyTagClassName
{
color: #C2BA42;
}
</style>
background-color css
<style>
a { background-color: #C2BA42; }
a { background-color: rgb(194,186,66); }
div.DivClassName
{
background-color: #C2BA42;
}
.BgClassName
{
background-color: #C2BA42;
}
</style>
border-color css
<style>
span { border-color: #C2BA42; }
span { border-color: rgb(194,186,66); }
td.TdClassName
{
border-color: #C2BA42;
}
.TagClassName
{
border-color: #C2BA42;
}
</style>