Shades of Old Gold #C2B642
Tints of Old Gold #C2B642
RGB
CMYK
RGB Variations
Color information
#C2B642 (or 0xC2B642) is known color: Old Gold. HEX triplet: C2, B6 and 42. RGB value is (194,182,66). Sum of RGB (Red+Green+Blue) = 194+182+66=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 182 (71.48% from 255 or 41.18% from 442); Blue value is 66 (26.17% from 255 or 14.93% from 442); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B642 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B642 is #3D49BD. Grayscale: #ACACAC. Windows color (decimal): -4016574 or 4372162. OLE color: 4372162.
HSL color Cylindrical-coordinate representation of color #C2B642: hue angle of 54.38º 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 #C2B642 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 182 | 66 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.24 |
| HSL | 54.38º | 0.51% | 0.51% | - |
| HSV(B) | 54.38º | 0.66% | 0.76% | - |
| XYZ | 39.96 | 45.32 | 11.8 | - |
| YUV | 172.36 | 67.98 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 182 | 66 | 0 | 0.06 | 0.66 | 0.24 | 54.38 | 0.51 | 0.51 |
| Hex | C2 | B6 | 42 | 0 | 6 | 42 | 18 | 36 | 33 | 33 |
| Octal | 302 | 266 | 102 | 0 | 6 | 102 | 30 | 66 | 63 | 63 |
| Binary | 11000010 | 10110110 | 1000010 | 0 | 110 | 1000010 | 11000 | 110110 | 110011 | 110011 |
Color Harmonies of #C2B642
Complementary color
Monochromatic Colors of #C2B642
Black with #C2B642
Text Example
Text Example
White with #C2B642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B642; }
p { color: rgb(194,182,66); }
H1.HeaderClassName
{
color: #C2B642;
}
.AnyTagClassName
{
color: #C2B642;
}
</style>
background-color css
<style>
a { background-color: #C2B642; }
a { background-color: rgb(194,182,66); }
div.DivClassName
{
background-color: #C2B642;
}
.BgClassName
{
background-color: #C2B642;
}
</style>
border-color css
<style>
span { border-color: #C2B642; }
span { border-color: rgb(194,182,66); }
td.TdClassName
{
border-color: #C2B642;
}
.TagClassName
{
border-color: #C2B642;
}
</style>