Shades of Old Gold #C2BC35
Tints of Old Gold #C2BC35
RGB
CMYK
RGB Variations
Color information
#C2BC35 (or 0xC2BC35) is known color: Old Gold. HEX triplet: C2, BC and 35. RGB value is (194,188,53). Sum of RGB (Red+Green+Blue) = 194+188+53=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 53 (21.09% from 255 or 12.18% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BC35 is #3D43CA. Grayscale: #AEAEAE. Windows color (decimal): -4015051 or 3521730. OLE color: 3521730.
HSL color Cylindrical-coordinate representation of color #C2BC35: hue angle of 57.45º 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 #C2BC35 is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 188 | 53 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.24 |
| HSL | 57.45º | 0.57% | 0.48% | - |
| HSV(B) | 57.45º | 0.73% | 0.76% | - |
| XYZ | 40.87 | 47.69 | 10.42 | - |
| YUV | 174.4 | 59.49 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 53 | 0 | 0.03 | 0.73 | 0.24 | 57.45 | 0.57 | 0.48 |
| Hex | C2 | BC | 35 | 0 | 3 | 49 | 18 | 39 | 39 | 30 |
| Octal | 302 | 274 | 65 | 0 | 3 | 111 | 30 | 71 | 71 | 60 |
| Binary | 11000010 | 10111100 | 110101 | 0 | 11 | 1001001 | 11000 | 111001 | 111001 | 110000 |
Color Harmonies of #C2BC35
Complementary color
Monochromatic Colors of #C2BC35
Black with #C2BC35
Text Example
Text Example
White with #C2BC35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BC35; }
p { color: rgb(194,188,53); }
H1.HeaderClassName
{
color: #C2BC35;
}
.AnyTagClassName
{
color: #C2BC35;
}
</style>
background-color css
<style>
a { background-color: #C2BC35; }
a { background-color: rgb(194,188,53); }
div.DivClassName
{
background-color: #C2BC35;
}
.BgClassName
{
background-color: #C2BC35;
}
</style>
border-color css
<style>
span { border-color: #C2BC35; }
span { border-color: rgb(194,188,53); }
td.TdClassName
{
border-color: #C2BC35;
}
.TagClassName
{
border-color: #C2BC35;
}
</style>