Shades of Old Gold #C7B93C
Tints of Old Gold #C7B93C
RGB
CMYK
RGB Variations
Color information
#C7B93C (or 0xC7B93C) is known color: Old Gold. HEX triplet: C7, B9 and 3C. RGB value is (199,185,60). Sum of RGB (Red+Green+Blue) = 199+185+60=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 185 (72.66% from 255 or 41.67% from 444); Blue value is 60 (23.83% from 255 or 13.51% from 444); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B93C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B93C is #3846C3. Grayscale: #AFAFAF. Windows color (decimal): -3688132 or 3979719. OLE color: 3979719.
HSL color Cylindrical-coordinate representation of color #C7B93C: hue angle of 53.96º 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 #C7B93C is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 185 | 60 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.22 |
| HSL | 53.96º | 0.55% | 0.51% | - |
| HSV(B) | 53.96º | 0.7% | 0.78% | - |
| XYZ | 41.72 | 47.17 | 11.18 | - |
| YUV | 174.94 | 63.14 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 185 | 60 | 0 | 0.07 | 0.70 | 0.22 | 53.96 | 0.55 | 0.51 |
| Hex | C7 | B9 | 3C | 0 | 7 | 46 | 16 | 36 | 37 | 33 |
| Octal | 307 | 271 | 74 | 0 | 7 | 106 | 26 | 66 | 67 | 63 |
| Binary | 11000111 | 10111001 | 111100 | 0 | 111 | 1000110 | 10110 | 110110 | 110111 | 110011 |
Color Harmonies of #C7B93C
Complementary color
Monochromatic Colors of #C7B93C
Black with #C7B93C
Text Example
Text Example
White with #C7B93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B93C; }
p { color: rgb(199,185,60); }
H1.HeaderClassName
{
color: #C7B93C;
}
.AnyTagClassName
{
color: #C7B93C;
}
</style>
background-color css
<style>
a { background-color: #C7B93C; }
a { background-color: rgb(199,185,60); }
div.DivClassName
{
background-color: #C7B93C;
}
.BgClassName
{
background-color: #C7B93C;
}
</style>
border-color css
<style>
span { border-color: #C7B93C; }
span { border-color: rgb(199,185,60); }
td.TdClassName
{
border-color: #C7B93C;
}
.TagClassName
{
border-color: #C7B93C;
}
</style>