Shades of Metallic Gold #C7A633
Tints of Metallic Gold #C7A633
RGB
CMYK
RGB Variations
Color information
#C7A633 (or 0xC7A633) is known color: Metallic Gold. HEX triplet: C7, A6 and 33. RGB value is (199,166,51). Sum of RGB (Red+Green+Blue) = 199+166+51=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 166 (65.23% from 255 or 39.90% from 416); Blue value is 51 (20.31% from 255 or 12.26% from 416); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A633 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A633 is #3859CC. Grayscale: #A3A3A3. Windows color (decimal): -3693005 or 3385031. OLE color: 3385031.
HSL color Cylindrical-coordinate representation of color #C7A633: hue angle of 46.62º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C7A633 is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 166 | 51 | - |
| CMYK | 0 | 0.17 | 0.74 | 0.22 |
| HSL | 46.62º | 0.59% | 0.49% | - |
| HSV(B) | 46.62º | 0.74% | 0.78% | - |
| XYZ | 37.79 | 39.65 | 8.79 | - |
| YUV | 162.76 | 64.93 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 166 | 51 | 0 | 0.17 | 0.74 | 0.22 | 46.62 | 0.59 | 0.49 |
| Hex | C7 | A6 | 33 | 0 | 11 | 4A | 16 | 2F | 3B | 31 |
| Octal | 307 | 246 | 63 | 0 | 21 | 112 | 26 | 57 | 73 | 61 |
| Binary | 11000111 | 10100110 | 110011 | 0 | 10001 | 1001010 | 10110 | 101111 | 111011 | 110001 |
Color Harmonies of #C7A633
Complementary color
Monochromatic Colors of #C7A633
Black with #C7A633
Text Example
Text Example
White with #C7A633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A633; }
p { color: rgb(199,166,51); }
H1.HeaderClassName
{
color: #C7A633;
}
.AnyTagClassName
{
color: #C7A633;
}
</style>
background-color css
<style>
a { background-color: #C7A633; }
a { background-color: rgb(199,166,51); }
div.DivClassName
{
background-color: #C7A633;
}
.BgClassName
{
background-color: #C7A633;
}
</style>
border-color css
<style>
span { border-color: #C7A633; }
span { border-color: rgb(199,166,51); }
td.TdClassName
{
border-color: #C7A633;
}
.TagClassName
{
border-color: #C7A633;
}
</style>