Shades of Old Gold #C7BC3C
Tints of Old Gold #C7BC3C
RGB
CMYK
RGB Variations
Color information
#C7BC3C (or 0xC7BC3C) is known color: Old Gold. HEX triplet: C7, BC and 3C. RGB value is (199,188,60). Sum of RGB (Red+Green+Blue) = 199+188+60=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 60 (23.83% from 255 or 13.42% from 447); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BC3C is #3843C3. Grayscale: #B1B1B1. Windows color (decimal): -3687364 or 3980487. OLE color: 3980487.
HSL color Cylindrical-coordinate representation of color #C7BC3C: hue angle of 55.25º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C7BC3C is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 188 | 60 | - |
| CMYK | 0 | 0.06 | 0.70 | 0.22 |
| HSL | 55.25º | 0.55% | 0.51% | - |
| HSV(B) | 55.25º | 0.7% | 0.78% | - |
| XYZ | 42.35 | 48.43 | 11.39 | - |
| YUV | 176.7 | 62.14 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 188 | 60 | 0 | 0.06 | 0.70 | 0.22 | 55.25 | 0.55 | 0.51 |
| Hex | C7 | BC | 3C | 0 | 6 | 46 | 16 | 37 | 37 | 33 |
| Octal | 307 | 274 | 74 | 0 | 6 | 106 | 26 | 67 | 67 | 63 |
| Binary | 11000111 | 10111100 | 111100 | 0 | 110 | 1000110 | 10110 | 110111 | 110111 | 110011 |
Color Harmonies of #C7BC3C
Complementary color
Monochromatic Colors of #C7BC3C
Black with #C7BC3C
Text Example
Text Example
White with #C7BC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BC3C; }
p { color: rgb(199,188,60); }
H1.HeaderClassName
{
color: #C7BC3C;
}
.AnyTagClassName
{
color: #C7BC3C;
}
</style>
background-color css
<style>
a { background-color: #C7BC3C; }
a { background-color: rgb(199,188,60); }
div.DivClassName
{
background-color: #C7BC3C;
}
.BgClassName
{
background-color: #C7BC3C;
}
</style>
border-color css
<style>
span { border-color: #C7BC3C; }
span { border-color: rgb(199,188,60); }
td.TdClassName
{
border-color: #C7BC3C;
}
.TagClassName
{
border-color: #C7BC3C;
}
</style>