Shades of Metallic Gold #C8AF2A
Tints of Metallic Gold #C8AF2A
RGB
CMYK
RGB Variations
Color information
#C8AF2A (or 0xC8AF2A) is known color: Metallic Gold. HEX triplet: C8, AF and 2A. RGB value is (200,175,42). Sum of RGB (Red+Green+Blue) = 200+175+42=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 42 (16.80% from 255 or 10.07% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AF2A is #3750D5. Grayscale: #A7A7A7. Windows color (decimal): -3625174 or 2797512. OLE color: 2797512.
HSL color Cylindrical-coordinate representation of color #C8AF2A: hue angle of 50.51º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C8AF2A is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 175 | 42 | - |
| CMYK | 0 | 0.12 | 0.79 | 0.22 |
| HSL | 50.51º | 0.65% | 0.47% | - |
| HSV(B) | 50.51º | 0.79% | 0.78% | - |
| XYZ | 39.57 | 43.11 | 8.43 | - |
| YUV | 167.31 | 57.28 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 42 | 0 | 0.12 | 0.79 | 0.22 | 50.51 | 0.65 | 0.47 |
| Hex | C8 | AF | 2A | 0 | C | 4F | 16 | 33 | 41 | 2F |
| Octal | 310 | 257 | 52 | 0 | 14 | 117 | 26 | 63 | 101 | 57 |
| Binary | 11001000 | 10101111 | 101010 | 0 | 1100 | 1001111 | 10110 | 110011 | 1000001 | 101111 |
Color Harmonies of #C8AF2A
Complementary color
Monochromatic Colors of #C8AF2A
Black with #C8AF2A
Text Example
Text Example
White with #C8AF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AF2A; }
p { color: rgb(200,175,42); }
H1.HeaderClassName
{
color: #C8AF2A;
}
.AnyTagClassName
{
color: #C8AF2A;
}
</style>
background-color css
<style>
a { background-color: #C8AF2A; }
a { background-color: rgb(200,175,42); }
div.DivClassName
{
background-color: #C8AF2A;
}
.BgClassName
{
background-color: #C8AF2A;
}
</style>
border-color css
<style>
span { border-color: #C8AF2A; }
span { border-color: rgb(200,175,42); }
td.TdClassName
{
border-color: #C8AF2A;
}
.TagClassName
{
border-color: #C8AF2A;
}
</style>