Shades of Old Gold #C2B640
Tints of Old Gold #C2B640
RGB
CMYK
RGB Variations
Color information
#C2B640 (or 0xC2B640) is known color: Old Gold. HEX triplet: C2, B6 and 40. RGB value is (194,182,64). Sum of RGB (Red+Green+Blue) = 194+182+64=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 182 (71.48% from 255 or 41.36% from 440); Blue value is 64 (25.39% from 255 or 14.55% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B640 is #3D49BF. Grayscale: #ACACAC. Windows color (decimal): -4016576 or 4241090. OLE color: 4241090.
HSL color Cylindrical-coordinate representation of color #C2B640: hue angle of 54.46º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C2B640 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 182 | 64 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.24 |
| HSL | 54.46º | 0.52% | 0.51% | - |
| HSV(B) | 54.46º | 0.67% | 0.76% | - |
| XYZ | 39.9 | 45.3 | 11.49 | - |
| YUV | 172.14 | 66.98 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 182 | 64 | 0 | 0.06 | 0.67 | 0.24 | 54.46 | 0.52 | 0.51 |
| Hex | C2 | B6 | 40 | 0 | 6 | 43 | 18 | 36 | 34 | 33 |
| Octal | 302 | 266 | 100 | 0 | 6 | 103 | 30 | 66 | 64 | 63 |
| Binary | 11000010 | 10110110 | 1000000 | 0 | 110 | 1000011 | 11000 | 110110 | 110100 | 110011 |
Color Harmonies of #C2B640
Complementary color
Monochromatic Colors of #C2B640
Black with #C2B640
Text Example
Text Example
White with #C2B640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B640; }
p { color: rgb(194,182,64); }
H1.HeaderClassName
{
color: #C2B640;
}
.AnyTagClassName
{
color: #C2B640;
}
</style>
background-color css
<style>
a { background-color: #C2B640; }
a { background-color: rgb(194,182,64); }
div.DivClassName
{
background-color: #C2B640;
}
.BgClassName
{
background-color: #C2B640;
}
</style>
border-color css
<style>
span { border-color: #C2B640; }
span { border-color: rgb(194,182,64); }
td.TdClassName
{
border-color: #C2B640;
}
.TagClassName
{
border-color: #C2B640;
}
</style>