Shades of Old Gold #C2BE40
Tints of Old Gold #C2BE40
RGB
CMYK
RGB Variations
Color information
#C2BE40 (or 0xC2BE40) is known color: Old Gold. HEX triplet: C2, BE and 40. RGB value is (194,190,64). Sum of RGB (Red+Green+Blue) = 194+190+64=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 190 (74.61% from 255 or 42.41% from 448); Blue value is 64 (25.39% from 255 or 14.29% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BE40 is #3D41BF. Grayscale: #B1B1B1. Windows color (decimal): -4014528 or 4243138. OLE color: 4243138.
HSL color Cylindrical-coordinate representation of color #C2BE40: hue angle of 58.15º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C2BE40 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 190 | 64 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.24 |
| HSL | 58.15º | 0.52% | 0.51% | - |
| HSV(B) | 58.15º | 0.67% | 0.76% | - |
| XYZ | 41.59 | 48.67 | 12.05 | - |
| YUV | 176.83 | 64.33 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 190 | 64 | 0 | 0.02 | 0.67 | 0.24 | 58.15 | 0.52 | 0.51 |
| Hex | C2 | BE | 40 | 0 | 2 | 43 | 18 | 3A | 34 | 33 |
| Octal | 302 | 276 | 100 | 0 | 2 | 103 | 30 | 72 | 64 | 63 |
| Binary | 11000010 | 10111110 | 1000000 | 0 | 10 | 1000011 | 11000 | 111010 | 110100 | 110011 |
Color Harmonies of #C2BE40
Complementary color
Monochromatic Colors of #C2BE40
Black with #C2BE40
Text Example
Text Example
White with #C2BE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BE40; }
p { color: rgb(194,190,64); }
H1.HeaderClassName
{
color: #C2BE40;
}
.AnyTagClassName
{
color: #C2BE40;
}
</style>
background-color css
<style>
a { background-color: #C2BE40; }
a { background-color: rgb(194,190,64); }
div.DivClassName
{
background-color: #C2BE40;
}
.BgClassName
{
background-color: #C2BE40;
}
</style>
border-color css
<style>
span { border-color: #C2BE40; }
span { border-color: rgb(194,190,64); }
td.TdClassName
{
border-color: #C2BE40;
}
.TagClassName
{
border-color: #C2BE40;
}
</style>