Shades of Old Gold #C2B544
Tints of Old Gold #C2B544
RGB
CMYK
RGB Variations
Color information
#C2B544 (or 0xC2B544) is known color: Old Gold. HEX triplet: C2, B5 and 44. RGB value is (194,181,68). Sum of RGB (Red+Green+Blue) = 194+181+68=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 181 (71.09% from 255 or 40.86% from 443); Blue value is 68 (26.95% from 255 or 15.35% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B544 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B544 is #3D4ABB. Grayscale: #ACACAC. Windows color (decimal): -4016828 or 4502978. OLE color: 4502978.
HSL color Cylindrical-coordinate representation of color #C2B544: hue angle of 53.81º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C2B544 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 181 | 68 | - |
| CMYK | 0 | 0.07 | 0.65 | 0.24 |
| HSL | 53.81º | 0.51% | 0.51% | - |
| HSV(B) | 53.81º | 0.65% | 0.76% | - |
| XYZ | 39.82 | 44.93 | 12.04 | - |
| YUV | 172.01 | 69.31 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 181 | 68 | 0 | 0.07 | 0.65 | 0.24 | 53.81 | 0.51 | 0.51 |
| Hex | C2 | B5 | 44 | 0 | 7 | 41 | 18 | 36 | 33 | 33 |
| Octal | 302 | 265 | 104 | 0 | 7 | 101 | 30 | 66 | 63 | 63 |
| Binary | 11000010 | 10110101 | 1000100 | 0 | 111 | 1000001 | 11000 | 110110 | 110011 | 110011 |
Color Harmonies of #C2B544
Complementary color
Monochromatic Colors of #C2B544
Black with #C2B544
Text Example
Text Example
White with #C2B544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B544; }
p { color: rgb(194,181,68); }
H1.HeaderClassName
{
color: #C2B544;
}
.AnyTagClassName
{
color: #C2B544;
}
</style>
background-color css
<style>
a { background-color: #C2B544; }
a { background-color: rgb(194,181,68); }
div.DivClassName
{
background-color: #C2B544;
}
.BgClassName
{
background-color: #C2B544;
}
</style>
border-color css
<style>
span { border-color: #C2B544; }
span { border-color: rgb(194,181,68); }
td.TdClassName
{
border-color: #C2B544;
}
.TagClassName
{
border-color: #C2B544;
}
</style>