Shades of Old Gold #C2B631
Tints of Old Gold #C2B631
RGB
CMYK
RGB Variations
Color information
#C2B631 (or 0xC2B631) is known color: Old Gold. HEX triplet: C2, B6 and 31. RGB value is (194,182,49). Sum of RGB (Red+Green+Blue) = 194+182+49=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 182 (71.48% from 255 or 42.82% from 425); Blue value is 49 (19.53% from 255 or 11.53% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B631 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B631 is #3D49CE. Grayscale: #AAAAAA. Windows color (decimal): -4016591 or 3258050. OLE color: 3258050.
HSL color Cylindrical-coordinate representation of color #C2B631: hue angle of 55.03º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C2B631 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 182 | 49 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.24 |
| HSL | 55.03º | 0.6% | 0.48% | - |
| HSV(B) | 55.03º | 0.75% | 0.76% | - |
| XYZ | 39.53 | 45.15 | 9.54 | - |
| YUV | 170.43 | 59.48 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 182 | 49 | 0 | 0.06 | 0.75 | 0.24 | 55.03 | 0.6 | 0.48 |
| Hex | C2 | B6 | 31 | 0 | 6 | 4B | 18 | 37 | 3C | 30 |
| Octal | 302 | 266 | 61 | 0 | 6 | 113 | 30 | 67 | 74 | 60 |
| Binary | 11000010 | 10110110 | 110001 | 0 | 110 | 1001011 | 11000 | 110111 | 111100 | 110000 |
Color Harmonies of #C2B631
Complementary color
Monochromatic Colors of #C2B631
Black with #C2B631
Text Example
Text Example
White with #C2B631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B631; }
p { color: rgb(194,182,49); }
H1.HeaderClassName
{
color: #C2B631;
}
.AnyTagClassName
{
color: #C2B631;
}
</style>
background-color css
<style>
a { background-color: #C2B631; }
a { background-color: rgb(194,182,49); }
div.DivClassName
{
background-color: #C2B631;
}
.BgClassName
{
background-color: #C2B631;
}
</style>
border-color css
<style>
span { border-color: #C2B631; }
span { border-color: rgb(194,182,49); }
td.TdClassName
{
border-color: #C2B631;
}
.TagClassName
{
border-color: #C2B631;
}
</style>