Shades of Old Gold #C2B03C
Tints of Old Gold #C2B03C
RGB
CMYK
RGB Variations
Color information
#C2B03C (or 0xC2B03C) is known color: Old Gold. HEX triplet: C2, B0 and 3C. RGB value is (194,176,60). Sum of RGB (Red+Green+Blue) = 194+176+60=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 176 (69.14% from 255 or 40.93% from 430); Blue value is 60 (23.83% from 255 or 13.95% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B03C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B03C is #3D4FC3. Grayscale: #A8A8A8. Windows color (decimal): -4018116 or 3977410. OLE color: 3977410.
HSL color Cylindrical-coordinate representation of color #C2B03C: hue angle of 51.94º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C2B03C is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 176 | 60 | - |
| CMYK | 0 | 0.09 | 0.69 | 0.24 |
| HSL | 51.94º | 0.53% | 0.5% | - |
| HSV(B) | 51.94º | 0.69% | 0.76% | - |
| XYZ | 38.59 | 42.85 | 10.51 | - |
| YUV | 168.16 | 66.96 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 176 | 60 | 0 | 0.09 | 0.69 | 0.24 | 51.94 | 0.53 | 0.5 |
| Hex | C2 | B0 | 3C | 0 | 9 | 45 | 18 | 34 | 35 | 32 |
| Octal | 302 | 260 | 74 | 0 | 11 | 105 | 30 | 64 | 65 | 62 |
| Binary | 11000010 | 10110000 | 111100 | 0 | 1001 | 1000101 | 11000 | 110100 | 110101 | 110010 |
Color Harmonies of #C2B03C
Complementary color
Monochromatic Colors of #C2B03C
Black with #C2B03C
Text Example
Text Example
White with #C2B03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B03C; }
p { color: rgb(194,176,60); }
H1.HeaderClassName
{
color: #C2B03C;
}
.AnyTagClassName
{
color: #C2B03C;
}
</style>
background-color css
<style>
a { background-color: #C2B03C; }
a { background-color: rgb(194,176,60); }
div.DivClassName
{
background-color: #C2B03C;
}
.BgClassName
{
background-color: #C2B03C;
}
</style>
border-color css
<style>
span { border-color: #C2B03C; }
span { border-color: rgb(194,176,60); }
td.TdClassName
{
border-color: #C2B03C;
}
.TagClassName
{
border-color: #C2B03C;
}
</style>