Shades of Old Gold #C2B73C
Tints of Old Gold #C2B73C
RGB
CMYK
RGB Variations
Color information
#C2B73C (or 0xC2B73C) is known color: Old Gold. HEX triplet: C2, B7 and 3C. RGB value is (194,183,60). Sum of RGB (Red+Green+Blue) = 194+183+60=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 183 (71.88% from 255 or 41.88% from 437); Blue value is 60 (23.83% from 255 or 13.73% from 437); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B73C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B73C is #3D48C3. Grayscale: #ACACAC. Windows color (decimal): -4016324 or 3979202. OLE color: 3979202.
HSL color Cylindrical-coordinate representation of color #C2B73C: hue angle of 55.07º 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 #C2B73C is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 183 | 60 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.24 |
| HSL | 55.07º | 0.53% | 0.5% | - |
| HSV(B) | 55.07º | 0.69% | 0.76% | - |
| XYZ | 40 | 45.66 | 10.98 | - |
| YUV | 172.27 | 64.64 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 183 | 60 | 0 | 0.06 | 0.69 | 0.24 | 55.07 | 0.53 | 0.5 |
| Hex | C2 | B7 | 3C | 0 | 6 | 45 | 18 | 37 | 35 | 32 |
| Octal | 302 | 267 | 74 | 0 | 6 | 105 | 30 | 67 | 65 | 62 |
| Binary | 11000010 | 10110111 | 111100 | 0 | 110 | 1000101 | 11000 | 110111 | 110101 | 110010 |
Color Harmonies of #C2B73C
Complementary color
Monochromatic Colors of #C2B73C
Black with #C2B73C
Text Example
Text Example
White with #C2B73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B73C; }
p { color: rgb(194,183,60); }
H1.HeaderClassName
{
color: #C2B73C;
}
.AnyTagClassName
{
color: #C2B73C;
}
</style>
background-color css
<style>
a { background-color: #C2B73C; }
a { background-color: rgb(194,183,60); }
div.DivClassName
{
background-color: #C2B73C;
}
.BgClassName
{
background-color: #C2B73C;
}
</style>
border-color css
<style>
span { border-color: #C2B73C; }
span { border-color: rgb(194,183,60); }
td.TdClassName
{
border-color: #C2B73C;
}
.TagClassName
{
border-color: #C2B73C;
}
</style>