Shades of Metallic Gold #C8A635
Tints of Metallic Gold #C8A635
RGB
CMYK
RGB Variations
Color information
#C8A635 (or 0xC8A635) is known color: Metallic Gold. HEX triplet: C8, A6 and 35. RGB value is (200,166,53). Sum of RGB (Red+Green+Blue) = 200+166+53=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 166 (65.23% from 255 or 39.62% from 419); Blue value is 53 (21.09% from 255 or 12.65% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A635 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A635 is #3759CA. Grayscale: #A3A3A3. Windows color (decimal): -3627467 or 3516104. OLE color: 3516104.
HSL color Cylindrical-coordinate representation of color #C8A635: hue angle of 46.12º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C8A635 is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 166 | 53 | - |
| CMYK | 0 | 0.17 | 0.74 | 0.22 |
| HSL | 46.12º | 0.58% | 0.5% | - |
| HSV(B) | 46.12º | 0.74% | 0.78% | - |
| XYZ | 38.1 | 39.81 | 9.04 | - |
| YUV | 163.28 | 65.76 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 166 | 53 | 0 | 0.17 | 0.74 | 0.22 | 46.12 | 0.58 | 0.5 |
| Hex | C8 | A6 | 35 | 0 | 11 | 4A | 16 | 2E | 3A | 32 |
| Octal | 310 | 246 | 65 | 0 | 21 | 112 | 26 | 56 | 72 | 62 |
| Binary | 11001000 | 10100110 | 110101 | 0 | 10001 | 1001010 | 10110 | 101110 | 111010 | 110010 |
Color Harmonies of #C8A635
Complementary color
Monochromatic Colors of #C8A635
Black with #C8A635
Text Example
Text Example
White with #C8A635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A635; }
p { color: rgb(200,166,53); }
H1.HeaderClassName
{
color: #C8A635;
}
.AnyTagClassName
{
color: #C8A635;
}
</style>
background-color css
<style>
a { background-color: #C8A635; }
a { background-color: rgb(200,166,53); }
div.DivClassName
{
background-color: #C8A635;
}
.BgClassName
{
background-color: #C8A635;
}
</style>
border-color css
<style>
span { border-color: #C8A635; }
span { border-color: rgb(200,166,53); }
td.TdClassName
{
border-color: #C8A635;
}
.TagClassName
{
border-color: #C8A635;
}
</style>