Shades of Metallic Gold #C8A93B
Tints of Metallic Gold #C8A93B
RGB
CMYK
RGB Variations
Color information
#C8A93B (or 0xC8A93B) is known color: Metallic Gold. HEX triplet: C8, A9 and 3B. RGB value is (200,169,59). Sum of RGB (Red+Green+Blue) = 200+169+59=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 169 (66.41% from 255 or 39.49% from 428); Blue value is 59 (23.44% from 255 or 13.79% from 428); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A93B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A93B is #3756C4. Grayscale: #A6A6A6. Windows color (decimal): -3626693 or 3910088. OLE color: 3910088.
HSL color Cylindrical-coordinate representation of color #C8A93B: hue angle of 46.81º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C8A93B is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 169 | 59 | - |
| CMYK | 0 | 0.16 | 0.70 | 0.22 |
| HSL | 46.81º | 0.56% | 0.51% | - |
| HSV(B) | 46.81º | 0.71% | 0.78% | - |
| XYZ | 38.8 | 40.97 | 10 | - |
| YUV | 165.73 | 67.77 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 169 | 59 | 0 | 0.16 | 0.70 | 0.22 | 46.81 | 0.56 | 0.51 |
| Hex | C8 | A9 | 3B | 0 | 10 | 46 | 16 | 2F | 38 | 33 |
| Octal | 310 | 251 | 73 | 0 | 20 | 106 | 26 | 57 | 70 | 63 |
| Binary | 11001000 | 10101001 | 111011 | 0 | 10000 | 1000110 | 10110 | 101111 | 111000 | 110011 |
Color Harmonies of #C8A93B
Complementary color
Monochromatic Colors of #C8A93B
Black with #C8A93B
Text Example
Text Example
White with #C8A93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A93B; }
p { color: rgb(200,169,59); }
H1.HeaderClassName
{
color: #C8A93B;
}
.AnyTagClassName
{
color: #C8A93B;
}
</style>
background-color css
<style>
a { background-color: #C8A93B; }
a { background-color: rgb(200,169,59); }
div.DivClassName
{
background-color: #C8A93B;
}
.BgClassName
{
background-color: #C8A93B;
}
</style>
border-color css
<style>
span { border-color: #C8A93B; }
span { border-color: rgb(200,169,59); }
td.TdClassName
{
border-color: #C8A93B;
}
.TagClassName
{
border-color: #C8A93B;
}
</style>