Shades of Old Gold #C7A93C
Tints of Old Gold #C7A93C
RGB
CMYK
RGB Variations
Color information
#C7A93C (or 0xC7A93C) is known color: Old Gold. HEX triplet: C7, A9 and 3C. RGB value is (199,169,60). Sum of RGB (Red+Green+Blue) = 199+169+60=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 169 (66.41% from 255 or 39.49% from 428); Blue value is 60 (23.83% from 255 or 14.02% from 428); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A93C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A93C is #3856C3. Grayscale: #A6A6A6. Windows color (decimal): -3692228 or 3975623. OLE color: 3975623.
HSL color Cylindrical-coordinate representation of color #C7A93C: hue angle of 47.05º 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 #C7A93C is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 169 | 60 | - |
| CMYK | 0 | 0.15 | 0.70 | 0.22 |
| HSL | 47.05º | 0.55% | 0.51% | - |
| HSV(B) | 47.05º | 0.7% | 0.78% | - |
| XYZ | 38.56 | 40.84 | 10.13 | - |
| YUV | 165.54 | 68.44 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 169 | 60 | 0 | 0.15 | 0.70 | 0.22 | 47.05 | 0.55 | 0.51 |
| Hex | C7 | A9 | 3C | 0 | F | 46 | 16 | 2F | 37 | 33 |
| Octal | 307 | 251 | 74 | 0 | 17 | 106 | 26 | 57 | 67 | 63 |
| Binary | 11000111 | 10101001 | 111100 | 0 | 1111 | 1000110 | 10110 | 101111 | 110111 | 110011 |
Color Harmonies of #C7A93C
Complementary color
Monochromatic Colors of #C7A93C
Black with #C7A93C
Text Example
Text Example
White with #C7A93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A93C; }
p { color: rgb(199,169,60); }
H1.HeaderClassName
{
color: #C7A93C;
}
.AnyTagClassName
{
color: #C7A93C;
}
</style>
background-color css
<style>
a { background-color: #C7A93C; }
a { background-color: rgb(199,169,60); }
div.DivClassName
{
background-color: #C7A93C;
}
.BgClassName
{
background-color: #C7A93C;
}
</style>
border-color css
<style>
span { border-color: #C7A93C; }
span { border-color: rgb(199,169,60); }
td.TdClassName
{
border-color: #C7A93C;
}
.TagClassName
{
border-color: #C7A93C;
}
</style>