Shades of Old Gold #C7BB49
Tints of Old Gold #C7BB49
RGB
CMYK
RGB Variations
Color information
#C7BB49 (or 0xC7BB49) is known color: Old Gold. HEX triplet: C7, BB and 49. RGB value is (199,187,73). Sum of RGB (Red+Green+Blue) = 199+187+73=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 73 (28.91% from 255 or 15.90% from 459); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BB49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BB49 is #3844B6. Grayscale: #B2B2B2. Windows color (decimal): -3687607 or 4832199. OLE color: 4832199.
HSL color Cylindrical-coordinate representation of color #C7BB49: hue angle of 54.29º degrees, saturation: 0.53, 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 #C7BB49 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 187 | 73 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.22 |
| HSL | 54.29º | 0.53% | 0.53% | - |
| HSV(B) | 54.29º | 0.63% | 0.78% | - |
| XYZ | 42.53 | 48.16 | 13.36 | - |
| YUV | 177.59 | 68.98 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 187 | 73 | 0 | 0.06 | 0.63 | 0.22 | 54.29 | 0.53 | 0.53 |
| Hex | C7 | BB | 49 | 0 | 6 | 3F | 16 | 36 | 35 | 35 |
| Octal | 307 | 273 | 111 | 0 | 6 | 77 | 26 | 66 | 65 | 65 |
| Binary | 11000111 | 10111011 | 1001001 | 0 | 110 | 111111 | 10110 | 110110 | 110101 | 110101 |
Color Harmonies of #C7BB49
Complementary color
Monochromatic Colors of #C7BB49
Black with #C7BB49
Text Example
Text Example
White with #C7BB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BB49; }
p { color: rgb(199,187,73); }
H1.HeaderClassName
{
color: #C7BB49;
}
.AnyTagClassName
{
color: #C7BB49;
}
</style>
background-color css
<style>
a { background-color: #C7BB49; }
a { background-color: rgb(199,187,73); }
div.DivClassName
{
background-color: #C7BB49;
}
.BgClassName
{
background-color: #C7BB49;
}
</style>
border-color css
<style>
span { border-color: #C7BB49; }
span { border-color: rgb(199,187,73); }
td.TdClassName
{
border-color: #C7BB49;
}
.TagClassName
{
border-color: #C7BB49;
}
</style>