Shades of Old Gold #C2BC42
Tints of Old Gold #C2BC42
RGB
CMYK
RGB Variations
Color information
#C2BC42 (or 0xC2BC42) is known color: Old Gold. HEX triplet: C2, BC and 42. RGB value is (194,188,66). Sum of RGB (Red+Green+Blue) = 194+188+66=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 66 (26.17% from 255 or 14.73% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BC42 is #3D43BD. Grayscale: #B0B0B0. Windows color (decimal): -4015038 or 4373698. OLE color: 4373698.
HSL color Cylindrical-coordinate representation of color #C2BC42: hue angle of 57.19º 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 #C2BC42 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 188 | 66 | - |
| CMYK | 0 | 0.03 | 0.66 | 0.24 |
| HSL | 57.19º | 0.51% | 0.51% | - |
| HSV(B) | 57.19º | 0.66% | 0.76% | - |
| XYZ | 41.21 | 47.83 | 12.21 | - |
| YUV | 175.89 | 65.99 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 66 | 0 | 0.03 | 0.66 | 0.24 | 57.19 | 0.51 | 0.51 |
| Hex | C2 | BC | 42 | 0 | 3 | 42 | 18 | 39 | 33 | 33 |
| Octal | 302 | 274 | 102 | 0 | 3 | 102 | 30 | 71 | 63 | 63 |
| Binary | 11000010 | 10111100 | 1000010 | 0 | 11 | 1000010 | 11000 | 111001 | 110011 | 110011 |
Color Harmonies of #C2BC42
Complementary color
Monochromatic Colors of #C2BC42
Black with #C2BC42
Text Example
Text Example
White with #C2BC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BC42; }
p { color: rgb(194,188,66); }
H1.HeaderClassName
{
color: #C2BC42;
}
.AnyTagClassName
{
color: #C2BC42;
}
</style>
background-color css
<style>
a { background-color: #C2BC42; }
a { background-color: rgb(194,188,66); }
div.DivClassName
{
background-color: #C2BC42;
}
.BgClassName
{
background-color: #C2BC42;
}
</style>
border-color css
<style>
span { border-color: #C2BC42; }
span { border-color: rgb(194,188,66); }
td.TdClassName
{
border-color: #C2BC42;
}
.TagClassName
{
border-color: #C2BC42;
}
</style>