Shades of Old Gold #C6BE49
Tints of Old Gold #C6BE49
RGB
CMYK
RGB Variations
Color information
#C6BE49 (or 0xC6BE49) is known color: Old Gold. HEX triplet: C6, BE and 49. RGB value is (198,190,73). Sum of RGB (Red+Green+Blue) = 198+190+73=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 190 (74.61% from 255 or 41.21% from 461); Blue value is 73 (28.91% from 255 or 15.84% from 461); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BE49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BE49 is #3941B6. Grayscale: #B3B3B3. Windows color (decimal): -3752375 or 4832966. OLE color: 4832966.
HSL color Cylindrical-coordinate representation of color #C6BE49: hue angle of 56.16º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C6BE49 is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 190 | 73 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.22 |
| HSL | 56.16º | 0.52% | 0.53% | - |
| HSV(B) | 56.16º | 0.63% | 0.78% | - |
| XYZ | 42.9 | 49.31 | 13.56 | - |
| YUV | 179.05 | 68.15 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 190 | 73 | 0 | 0.04 | 0.63 | 0.22 | 56.16 | 0.52 | 0.53 |
| Hex | C6 | BE | 49 | 0 | 4 | 3F | 16 | 38 | 34 | 35 |
| Octal | 306 | 276 | 111 | 0 | 4 | 77 | 26 | 70 | 64 | 65 |
| Binary | 11000110 | 10111110 | 1001001 | 0 | 100 | 111111 | 10110 | 111000 | 110100 | 110101 |
Color Harmonies of #C6BE49
Complementary color
Monochromatic Colors of #C6BE49
Black with #C6BE49
Text Example
Text Example
White with #C6BE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BE49; }
p { color: rgb(198,190,73); }
H1.HeaderClassName
{
color: #C6BE49;
}
.AnyTagClassName
{
color: #C6BE49;
}
</style>
background-color css
<style>
a { background-color: #C6BE49; }
a { background-color: rgb(198,190,73); }
div.DivClassName
{
background-color: #C6BE49;
}
.BgClassName
{
background-color: #C6BE49;
}
</style>
border-color css
<style>
span { border-color: #C6BE49; }
span { border-color: rgb(198,190,73); }
td.TdClassName
{
border-color: #C6BE49;
}
.TagClassName
{
border-color: #C6BE49;
}
</style>