Shades of Metallic Gold #C8A637
Tints of Metallic Gold #C8A637
RGB
CMYK
RGB Variations
Color information
#C8A637 (or 0xC8A637) is known color: Metallic Gold. HEX triplet: C8, A6 and 37. RGB value is (200,166,55). Sum of RGB (Red+Green+Blue) = 200+166+55=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 166 (65.23% from 255 or 39.43% from 421); Blue value is 55 (21.88% from 255 or 13.06% from 421); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A637 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A637 is #3759C8. Grayscale: #A3A3A3. Windows color (decimal): -3627465 or 3647176. OLE color: 3647176.
HSL color Cylindrical-coordinate representation of color #C8A637: hue angle of 45.93º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C8A637 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 166 | 55 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.22 |
| HSL | 45.93º | 0.57% | 0.5% | - |
| HSV(B) | 45.93º | 0.73% | 0.78% | - |
| XYZ | 38.15 | 39.83 | 9.29 | - |
| YUV | 163.51 | 66.76 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 166 | 55 | 0 | 0.17 | 0.72 | 0.22 | 45.93 | 0.57 | 0.5 |
| Hex | C8 | A6 | 37 | 0 | 11 | 48 | 16 | 2E | 39 | 32 |
| Octal | 310 | 246 | 67 | 0 | 21 | 110 | 26 | 56 | 71 | 62 |
| Binary | 11001000 | 10100110 | 110111 | 0 | 10001 | 1001000 | 10110 | 101110 | 111001 | 110010 |
Color Harmonies of #C8A637
Complementary color
Monochromatic Colors of #C8A637
Black with #C8A637
Text Example
Text Example
White with #C8A637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A637; }
p { color: rgb(200,166,55); }
H1.HeaderClassName
{
color: #C8A637;
}
.AnyTagClassName
{
color: #C8A637;
}
</style>
background-color css
<style>
a { background-color: #C8A637; }
a { background-color: rgb(200,166,55); }
div.DivClassName
{
background-color: #C8A637;
}
.BgClassName
{
background-color: #C8A637;
}
</style>
border-color css
<style>
span { border-color: #C8A637; }
span { border-color: rgb(200,166,55); }
td.TdClassName
{
border-color: #C8A637;
}
.TagClassName
{
border-color: #C8A637;
}
</style>