Shades of Buddha Gold #C8A00E
Tints of Buddha Gold #C8A00E
RGB
CMYK
RGB Variations
Color information
#C8A00E (or 0xC8A00E) is known color: Buddha Gold. HEX triplet: C8, A0 and 0E. RGB value is (200,160,14). Sum of RGB (Red+Green+Blue) = 200+160+14=374 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.48% from 374); Green value is 160 (62.89% from 255 or 42.78% from 374); Blue value is 14 (5.86% from 255 or 3.74% from 374); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A00E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A00E is #375FF1. Grayscale: #9B9B9B. Windows color (decimal): -3629042 or 958664. OLE color: 958664.
HSL color Cylindrical-coordinate representation of color #C8A00E: hue angle of 47.1º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C8A00E is Cyan = 0, Magento = 0.2, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 160 | 14 | - |
| CMYK | 0 | 0.2 | 0.93 | 0.22 |
| HSL | 47.1º | 0.87% | 0.42% | - |
| HSV(B) | 47.1º | 0.93% | 0.78% | - |
| XYZ | 36.47 | 37.45 | 5.72 | - |
| YUV | 155.32 | 48.25 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 160 | 14 | 0 | 0.2 | 0.93 | 0.22 | 47.1 | 0.87 | 0.42 |
| Hex | C8 | A0 | E | 0 | 14 | 5D | 16 | 2F | 57 | 2A |
| Octal | 310 | 240 | 16 | 0 | 24 | 135 | 26 | 57 | 127 | 52 |
| Binary | 11001000 | 10100000 | 1110 | 0 | 10100 | 1011101 | 10110 | 101111 | 1010111 | 101010 |
Color Harmonies of #C8A00E
Complementary color
Monochromatic Colors of #C8A00E
Black with #C8A00E
Text Example
Text Example
White with #C8A00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A00E; }
p { color: rgb(200,160,14); }
H1.HeaderClassName
{
color: #C8A00E;
}
.AnyTagClassName
{
color: #C8A00E;
}
</style>
background-color css
<style>
a { background-color: #C8A00E; }
a { background-color: rgb(200,160,14); }
div.DivClassName
{
background-color: #C8A00E;
}
.BgClassName
{
background-color: #C8A00E;
}
</style>
border-color css
<style>
span { border-color: #C8A00E; }
span { border-color: rgb(200,160,14); }
td.TdClassName
{
border-color: #C8A00E;
}
.TagClassName
{
border-color: #C8A00E;
}
</style>