Shades of Old Gold #C2B131
Tints of Old Gold #C2B131
RGB
CMYK
RGB Variations
Color information
#C2B131 (or 0xC2B131) is known color: Old Gold. HEX triplet: C2, B1 and 31. RGB value is (194,177,49). Sum of RGB (Red+Green+Blue) = 194+177+49=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 177 (69.53% from 255 or 42.14% from 420); Blue value is 49 (19.53% from 255 or 11.67% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B131 is #3D4ECE. Grayscale: #A8A8A8. Windows color (decimal): -4017871 or 3256770. OLE color: 3256770.
HSL color Cylindrical-coordinate representation of color #C2B131: hue angle of 52.97º 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 #C2B131 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 177 | 49 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.24 |
| HSL | 52.97º | 0.6% | 0.48% | - |
| HSV(B) | 52.97º | 0.75% | 0.76% | - |
| XYZ | 38.52 | 43.14 | 9.2 | - |
| YUV | 167.49 | 61.13 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 177 | 49 | 0 | 0.09 | 0.75 | 0.24 | 52.97 | 0.6 | 0.48 |
| Hex | C2 | B1 | 31 | 0 | 9 | 4B | 18 | 35 | 3C | 30 |
| Octal | 302 | 261 | 61 | 0 | 11 | 113 | 30 | 65 | 74 | 60 |
| Binary | 11000010 | 10110001 | 110001 | 0 | 1001 | 1001011 | 11000 | 110101 | 111100 | 110000 |
Color Harmonies of #C2B131
Complementary color
Monochromatic Colors of #C2B131
Black with #C2B131
Text Example
Text Example
White with #C2B131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B131; }
p { color: rgb(194,177,49); }
H1.HeaderClassName
{
color: #C2B131;
}
.AnyTagClassName
{
color: #C2B131;
}
</style>
background-color css
<style>
a { background-color: #C2B131; }
a { background-color: rgb(194,177,49); }
div.DivClassName
{
background-color: #C2B131;
}
.BgClassName
{
background-color: #C2B131;
}
</style>
border-color css
<style>
span { border-color: #C2B131; }
span { border-color: rgb(194,177,49); }
td.TdClassName
{
border-color: #C2B131;
}
.TagClassName
{
border-color: #C2B131;
}
</style>