Shades of Metallic Gold #C8A632
Tints of Metallic Gold #C8A632
RGB
CMYK
RGB Variations
Color information
#C8A632 (or 0xC8A632) is known color: Metallic Gold. HEX triplet: C8, A6 and 32. RGB value is (200,166,50). Sum of RGB (Red+Green+Blue) = 200+166+50=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 166 (65.23% from 255 or 39.90% from 416); Blue value is 50 (19.92% from 255 or 12.02% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A632 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A632 is #3759CD. Grayscale: #A3A3A3. Windows color (decimal): -3627470 or 3319496. OLE color: 3319496.
HSL color Cylindrical-coordinate representation of color #C8A632: hue angle of 46.4º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C8A632 is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 166 | 50 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.22 |
| HSL | 46.4º | 0.6% | 0.49% | - |
| HSV(B) | 46.4º | 0.75% | 0.78% | - |
| XYZ | 38.03 | 39.78 | 8.69 | - |
| YUV | 162.94 | 64.26 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 166 | 50 | 0 | 0.17 | 0.75 | 0.22 | 46.4 | 0.6 | 0.49 |
| Hex | C8 | A6 | 32 | 0 | 11 | 4B | 16 | 2E | 3C | 31 |
| Octal | 310 | 246 | 62 | 0 | 21 | 113 | 26 | 56 | 74 | 61 |
| Binary | 11001000 | 10100110 | 110010 | 0 | 10001 | 1001011 | 10110 | 101110 | 111100 | 110001 |
Color Harmonies of #C8A632
Complementary color
Monochromatic Colors of #C8A632
Black with #C8A632
Text Example
Text Example
White with #C8A632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A632; }
p { color: rgb(200,166,50); }
H1.HeaderClassName
{
color: #C8A632;
}
.AnyTagClassName
{
color: #C8A632;
}
</style>
background-color css
<style>
a { background-color: #C8A632; }
a { background-color: rgb(200,166,50); }
div.DivClassName
{
background-color: #C8A632;
}
.BgClassName
{
background-color: #C8A632;
}
</style>
border-color css
<style>
span { border-color: #C8A632; }
span { border-color: rgb(200,166,50); }
td.TdClassName
{
border-color: #C8A632;
}
.TagClassName
{
border-color: #C8A632;
}
</style>