Shades of Old Gold #C2B741
Tints of Old Gold #C2B741
RGB
CMYK
RGB Variations
Color information
#C2B741 (or 0xC2B741) is known color: Old Gold. HEX triplet: C2, B7 and 41. RGB value is (194,183,65). Sum of RGB (Red+Green+Blue) = 194+183+65=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 183 (71.88% from 255 or 41.40% from 442); Blue value is 65 (25.78% from 255 or 14.71% from 442); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B741 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B741 is #3D48BE. Grayscale: #ADADAD. Windows color (decimal): -4016319 or 4306882. OLE color: 4306882.
HSL color Cylindrical-coordinate representation of color #C2B741: hue angle of 54.88º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C2B741 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 183 | 65 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.24 |
| HSL | 54.88º | 0.51% | 0.51% | - |
| HSV(B) | 54.88º | 0.66% | 0.76% | - |
| XYZ | 40.14 | 45.72 | 11.71 | - |
| YUV | 172.84 | 67.14 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 183 | 65 | 0 | 0.06 | 0.66 | 0.24 | 54.88 | 0.51 | 0.51 |
| Hex | C2 | B7 | 41 | 0 | 6 | 42 | 18 | 37 | 33 | 33 |
| Octal | 302 | 267 | 101 | 0 | 6 | 102 | 30 | 67 | 63 | 63 |
| Binary | 11000010 | 10110111 | 1000001 | 0 | 110 | 1000010 | 11000 | 110111 | 110011 | 110011 |
Color Harmonies of #C2B741
Complementary color
Monochromatic Colors of #C2B741
Black with #C2B741
Text Example
Text Example
White with #C2B741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B741; }
p { color: rgb(194,183,65); }
H1.HeaderClassName
{
color: #C2B741;
}
.AnyTagClassName
{
color: #C2B741;
}
</style>
background-color css
<style>
a { background-color: #C2B741; }
a { background-color: rgb(194,183,65); }
div.DivClassName
{
background-color: #C2B741;
}
.BgClassName
{
background-color: #C2B741;
}
</style>
border-color css
<style>
span { border-color: #C2B741; }
span { border-color: rgb(194,183,65); }
td.TdClassName
{
border-color: #C2B741;
}
.TagClassName
{
border-color: #C2B741;
}
</style>