Shades of Metallic Gold #C7A33C
Tints of Metallic Gold #C7A33C
RGB
CMYK
RGB Variations
Color information
#C7A33C (or 0xC7A33C) is known color: Metallic Gold. HEX triplet: C7, A3 and 3C. RGB value is (199,163,60). Sum of RGB (Red+Green+Blue) = 199+163+60=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 60 (23.83% from 255 or 14.22% from 422); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A33C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A33C is #385CC3. Grayscale: #A2A2A2. Windows color (decimal): -3693764 or 3974087. OLE color: 3974087.
HSL color Cylindrical-coordinate representation of color #C7A33C: hue angle of 44.46º 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 #C7A33C is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 163 | 60 | - |
| CMYK | 0 | 0.18 | 0.70 | 0.22 |
| HSL | 44.46º | 0.55% | 0.51% | - |
| HSV(B) | 44.46º | 0.7% | 0.78% | - |
| XYZ | 37.47 | 38.66 | 9.76 | - |
| YUV | 162.02 | 70.43 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 163 | 60 | 0 | 0.18 | 0.70 | 0.22 | 44.46 | 0.55 | 0.51 |
| Hex | C7 | A3 | 3C | 0 | 12 | 46 | 16 | 2C | 37 | 33 |
| Octal | 307 | 243 | 74 | 0 | 22 | 106 | 26 | 54 | 67 | 63 |
| Binary | 11000111 | 10100011 | 111100 | 0 | 10010 | 1000110 | 10110 | 101100 | 110111 | 110011 |
Color Harmonies of #C7A33C
Complementary color
Monochromatic Colors of #C7A33C
Black with #C7A33C
Text Example
Text Example
White with #C7A33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A33C; }
p { color: rgb(199,163,60); }
H1.HeaderClassName
{
color: #C7A33C;
}
.AnyTagClassName
{
color: #C7A33C;
}
</style>
background-color css
<style>
a { background-color: #C7A33C; }
a { background-color: rgb(199,163,60); }
div.DivClassName
{
background-color: #C7A33C;
}
.BgClassName
{
background-color: #C7A33C;
}
</style>
border-color css
<style>
span { border-color: #C7A33C; }
span { border-color: rgb(199,163,60); }
td.TdClassName
{
border-color: #C7A33C;
}
.TagClassName
{
border-color: #C7A33C;
}
</style>