Shades of Metallic Gold #C8AB34
Tints of Metallic Gold #C8AB34
RGB
CMYK
RGB Variations
Color information
#C8AB34 (or 0xC8AB34) is known color: Metallic Gold. HEX triplet: C8, AB and 34. RGB value is (200,171,52). Sum of RGB (Red+Green+Blue) = 200+171+52=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 52 (20.70% from 255 or 12.29% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AB34 is #3754CB. Grayscale: #A6A6A6. Windows color (decimal): -3626188 or 3451848. OLE color: 3451848.
HSL color Cylindrical-coordinate representation of color #C8AB34: hue angle of 48.24º 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 #C8AB34 is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 171 | 52 | - |
| CMYK | 0 | 0.14 | 0.74 | 0.22 |
| HSL | 48.24º | 0.59% | 0.49% | - |
| HSV(B) | 48.24º | 0.74% | 0.78% | - |
| XYZ | 39 | 41.65 | 9.23 | - |
| YUV | 166.11 | 63.61 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 171 | 52 | 0 | 0.14 | 0.74 | 0.22 | 48.24 | 0.59 | 0.49 |
| Hex | C8 | AB | 34 | 0 | E | 4A | 16 | 30 | 3B | 31 |
| Octal | 310 | 253 | 64 | 0 | 16 | 112 | 26 | 60 | 73 | 61 |
| Binary | 11001000 | 10101011 | 110100 | 0 | 1110 | 1001010 | 10110 | 110000 | 111011 | 110001 |
Color Harmonies of #C8AB34
Complementary color
Monochromatic Colors of #C8AB34
Black with #C8AB34
Text Example
Text Example
White with #C8AB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AB34; }
p { color: rgb(200,171,52); }
H1.HeaderClassName
{
color: #C8AB34;
}
.AnyTagClassName
{
color: #C8AB34;
}
</style>
background-color css
<style>
a { background-color: #C8AB34; }
a { background-color: rgb(200,171,52); }
div.DivClassName
{
background-color: #C8AB34;
}
.BgClassName
{
background-color: #C8AB34;
}
</style>
border-color css
<style>
span { border-color: #C8AB34; }
span { border-color: rgb(200,171,52); }
td.TdClassName
{
border-color: #C8AB34;
}
.TagClassName
{
border-color: #C8AB34;
}
</style>