Shades of Old Gold #C2C039
Tints of Old Gold #C2C039
RGB
CMYK
RGB Variations
Color information
#C2C039 (or 0xC2C039) is known color: Old Gold. HEX triplet: C2, C0 and 39. RGB value is (194,192,57). Sum of RGB (Red+Green+Blue) = 194+192+57=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 57 (22.66% from 255 or 12.87% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C039 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C039 is #3D3FC6. Grayscale: #B1B1B1. Windows color (decimal): -4014023 or 3784898. OLE color: 3784898.
HSL color Cylindrical-coordinate representation of color #C2C039: hue angle of 59.12º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C2C039 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 192 | 57 | - |
| CMYK | 0 | 0.01 | 0.71 | 0.24 |
| HSL | 59.12º | 0.55% | 0.49% | - |
| HSV(B) | 59.12º | 0.71% | 0.76% | - |
| XYZ | 41.84 | 49.46 | 11.21 | - |
| YUV | 177.21 | 60.16 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 192 | 57 | 0 | 0.01 | 0.71 | 0.24 | 59.12 | 0.55 | 0.49 |
| Hex | C2 | C0 | 39 | 0 | 1 | 47 | 18 | 3B | 37 | 31 |
| Octal | 302 | 300 | 71 | 0 | 1 | 107 | 30 | 73 | 67 | 61 |
| Binary | 11000010 | 11000000 | 111001 | 0 | 1 | 1000111 | 11000 | 111011 | 110111 | 110001 |
Color Harmonies of #C2C039
Complementary color
Monochromatic Colors of #C2C039
Black with #C2C039
Text Example
Text Example
White with #C2C039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C039; }
p { color: rgb(194,192,57); }
H1.HeaderClassName
{
color: #C2C039;
}
.AnyTagClassName
{
color: #C2C039;
}
</style>
background-color css
<style>
a { background-color: #C2C039; }
a { background-color: rgb(194,192,57); }
div.DivClassName
{
background-color: #C2C039;
}
.BgClassName
{
background-color: #C2C039;
}
</style>
border-color css
<style>
span { border-color: #C2C039; }
span { border-color: rgb(194,192,57); }
td.TdClassName
{
border-color: #C2C039;
}
.TagClassName
{
border-color: #C2C039;
}
</style>