Shades of Old Gold #C2B03E
Tints of Old Gold #C2B03E
RGB
CMYK
RGB Variations
Color information
#C2B03E (or 0xC2B03E) is known color: Old Gold. HEX triplet: C2, B0 and 3E. RGB value is (194,176,62). Sum of RGB (Red+Green+Blue) = 194+176+62=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 176 (69.14% from 255 or 40.74% from 432); Blue value is 62 (24.61% from 255 or 14.35% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B03E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B03E is #3D4FC1. Grayscale: #A8A8A8. Windows color (decimal): -4018114 or 4108482. OLE color: 4108482.
HSL color Cylindrical-coordinate representation of color #C2B03E: hue angle of 51.82º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2B03E is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 176 | 62 | - |
| CMYK | 0 | 0.09 | 0.68 | 0.24 |
| HSL | 51.82º | 0.52% | 0.5% | - |
| HSV(B) | 51.82º | 0.68% | 0.76% | - |
| XYZ | 38.64 | 42.87 | 10.8 | - |
| YUV | 168.39 | 67.96 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 176 | 62 | 0 | 0.09 | 0.68 | 0.24 | 51.82 | 0.52 | 0.5 |
| Hex | C2 | B0 | 3E | 0 | 9 | 44 | 18 | 34 | 34 | 32 |
| Octal | 302 | 260 | 76 | 0 | 11 | 104 | 30 | 64 | 64 | 62 |
| Binary | 11000010 | 10110000 | 111110 | 0 | 1001 | 1000100 | 11000 | 110100 | 110100 | 110010 |
Color Harmonies of #C2B03E
Complementary color
Monochromatic Colors of #C2B03E
Black with #C2B03E
Text Example
Text Example
White with #C2B03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B03E; }
p { color: rgb(194,176,62); }
H1.HeaderClassName
{
color: #C2B03E;
}
.AnyTagClassName
{
color: #C2B03E;
}
</style>
background-color css
<style>
a { background-color: #C2B03E; }
a { background-color: rgb(194,176,62); }
div.DivClassName
{
background-color: #C2B03E;
}
.BgClassName
{
background-color: #C2B03E;
}
</style>
border-color css
<style>
span { border-color: #C2B03E; }
span { border-color: rgb(194,176,62); }
td.TdClassName
{
border-color: #C2B03E;
}
.TagClassName
{
border-color: #C2B03E;
}
</style>