Shades of Old Gold #C2B845
Tints of Old Gold #C2B845
RGB
CMYK
RGB Variations
Color information
#C2B845 (or 0xC2B845) is known color: Old Gold. HEX triplet: C2, B8 and 45. RGB value is (194,184,69). Sum of RGB (Red+Green+Blue) = 194+184+69=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 184 (72.27% from 255 or 41.16% from 447); Blue value is 69 (27.34% from 255 or 15.44% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B845 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B845 is #3D47BA. Grayscale: #AEAEAE. Windows color (decimal): -4016059 or 4569282. OLE color: 4569282.
HSL color Cylindrical-coordinate representation of color #C2B845: hue angle of 55.2º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C2B845 is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 184 | 69 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.24 |
| HSL | 55.2º | 0.51% | 0.52% | - |
| HSV(B) | 55.2º | 0.64% | 0.76% | - |
| XYZ | 40.46 | 46.18 | 12.41 | - |
| YUV | 173.88 | 68.81 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 184 | 69 | 0 | 0.05 | 0.64 | 0.24 | 55.2 | 0.51 | 0.52 |
| Hex | C2 | B8 | 45 | 0 | 5 | 40 | 18 | 37 | 33 | 34 |
| Octal | 302 | 270 | 105 | 0 | 5 | 100 | 30 | 67 | 63 | 64 |
| Binary | 11000010 | 10111000 | 1000101 | 0 | 101 | 1000000 | 11000 | 110111 | 110011 | 110100 |
Color Harmonies of #C2B845
Complementary color
Monochromatic Colors of #C2B845
Black with #C2B845
Text Example
Text Example
White with #C2B845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B845; }
p { color: rgb(194,184,69); }
H1.HeaderClassName
{
color: #C2B845;
}
.AnyTagClassName
{
color: #C2B845;
}
</style>
background-color css
<style>
a { background-color: #C2B845; }
a { background-color: rgb(194,184,69); }
div.DivClassName
{
background-color: #C2B845;
}
.BgClassName
{
background-color: #C2B845;
}
</style>
border-color css
<style>
span { border-color: #C2B845; }
span { border-color: rgb(194,184,69); }
td.TdClassName
{
border-color: #C2B845;
}
.TagClassName
{
border-color: #C2B845;
}
</style>