Shades of Old Gold #C2B635
Tints of Old Gold #C2B635
RGB
CMYK
RGB Variations
Color information
#C2B635 (or 0xC2B635) is known color: Old Gold. HEX triplet: C2, B6 and 35. RGB value is (194,182,53). Sum of RGB (Red+Green+Blue) = 194+182+53=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 182 (71.48% from 255 or 42.42% from 429); Blue value is 53 (21.09% from 255 or 12.35% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B635 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B635 is #3D49CA. Grayscale: #ABABAB. Windows color (decimal): -4016587 or 3520194. OLE color: 3520194.
HSL color Cylindrical-coordinate representation of color #C2B635: hue angle of 54.89º 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 #C2B635 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 182 | 53 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.24 |
| HSL | 54.89º | 0.57% | 0.48% | - |
| HSV(B) | 54.89º | 0.73% | 0.76% | - |
| XYZ | 39.62 | 45.18 | 10 | - |
| YUV | 170.88 | 61.48 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 182 | 53 | 0 | 0.06 | 0.73 | 0.24 | 54.89 | 0.57 | 0.48 |
| Hex | C2 | B6 | 35 | 0 | 6 | 49 | 18 | 37 | 39 | 30 |
| Octal | 302 | 266 | 65 | 0 | 6 | 111 | 30 | 67 | 71 | 60 |
| Binary | 11000010 | 10110110 | 110101 | 0 | 110 | 1001001 | 11000 | 110111 | 111001 | 110000 |
Color Harmonies of #C2B635
Complementary color
Monochromatic Colors of #C2B635
Black with #C2B635
Text Example
Text Example
White with #C2B635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B635; }
p { color: rgb(194,182,53); }
H1.HeaderClassName
{
color: #C2B635;
}
.AnyTagClassName
{
color: #C2B635;
}
</style>
background-color css
<style>
a { background-color: #C2B635; }
a { background-color: rgb(194,182,53); }
div.DivClassName
{
background-color: #C2B635;
}
.BgClassName
{
background-color: #C2B635;
}
</style>
border-color css
<style>
span { border-color: #C2B635; }
span { border-color: rgb(194,182,53); }
td.TdClassName
{
border-color: #C2B635;
}
.TagClassName
{
border-color: #C2B635;
}
</style>