Shades of Old Gold #C2B035
Tints of Old Gold #C2B035
RGB
CMYK
RGB Variations
Color information
#C2B035 (or 0xC2B035) is known color: Old Gold. HEX triplet: C2, B0 and 35. RGB value is (194,176,53). Sum of RGB (Red+Green+Blue) = 194+176+53=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 176 (69.14% from 255 or 41.61% from 423); Blue value is 53 (21.09% from 255 or 12.53% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B035 is #3D4FCA. Grayscale: #A7A7A7. Windows color (decimal): -4018123 or 3518658. OLE color: 3518658.
HSL color Cylindrical-coordinate representation of color #C2B035: hue angle of 52.34º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C2B035 is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 176 | 53 | - |
| CMYK | 0 | 0.09 | 0.73 | 0.24 |
| HSL | 52.34º | 0.57% | 0.48% | - |
| HSV(B) | 52.34º | 0.73% | 0.76% | - |
| XYZ | 38.42 | 42.78 | 9.6 | - |
| YUV | 167.36 | 63.46 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 176 | 53 | 0 | 0.09 | 0.73 | 0.24 | 52.34 | 0.57 | 0.48 |
| Hex | C2 | B0 | 35 | 0 | 9 | 49 | 18 | 34 | 39 | 30 |
| Octal | 302 | 260 | 65 | 0 | 11 | 111 | 30 | 64 | 71 | 60 |
| Binary | 11000010 | 10110000 | 110101 | 0 | 1001 | 1001001 | 11000 | 110100 | 111001 | 110000 |
Color Harmonies of #C2B035
Complementary color
Monochromatic Colors of #C2B035
Black with #C2B035
Text Example
Text Example
White with #C2B035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B035; }
p { color: rgb(194,176,53); }
H1.HeaderClassName
{
color: #C2B035;
}
.AnyTagClassName
{
color: #C2B035;
}
</style>
background-color css
<style>
a { background-color: #C2B035; }
a { background-color: rgb(194,176,53); }
div.DivClassName
{
background-color: #C2B035;
}
.BgClassName
{
background-color: #C2B035;
}
</style>
border-color css
<style>
span { border-color: #C2B035; }
span { border-color: rgb(194,176,53); }
td.TdClassName
{
border-color: #C2B035;
}
.TagClassName
{
border-color: #C2B035;
}
</style>