Shades of Buddha Gold #C8A211
Tints of Buddha Gold #C8A211
RGB
CMYK
RGB Variations
Color information
#C8A211 (or 0xC8A211) is known color: Buddha Gold. HEX triplet: C8, A2 and 11. RGB value is (200,162,17). Sum of RGB (Red+Green+Blue) = 200+162+17=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 162 (63.67% from 255 or 42.74% from 379); Blue value is 17 (7.03% from 255 or 4.49% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A211 is #375DEE. Grayscale: #9D9D9D. Windows color (decimal): -3628527 or 1155784. OLE color: 1155784.
HSL color Cylindrical-coordinate representation of color #C8A211: hue angle of 47.54º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C8A211 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 162 | 17 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.22 |
| HSL | 47.54º | 0.84% | 0.43% | - |
| HSV(B) | 47.54º | 0.92% | 0.78% | - |
| XYZ | 36.84 | 38.16 | 5.95 | - |
| YUV | 156.83 | 49.09 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 162 | 17 | 0 | 0.19 | 0.92 | 0.22 | 47.54 | 0.84 | 0.43 |
| Hex | C8 | A2 | 11 | 0 | 13 | 5C | 16 | 30 | 54 | 2B |
| Octal | 310 | 242 | 21 | 0 | 23 | 134 | 26 | 60 | 124 | 53 |
| Binary | 11001000 | 10100010 | 10001 | 0 | 10011 | 1011100 | 10110 | 110000 | 1010100 | 101011 |
Color Harmonies of #C8A211
Complementary color
Monochromatic Colors of #C8A211
Black with #C8A211
Text Example
Text Example
White with #C8A211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A211; }
p { color: rgb(200,162,17); }
H1.HeaderClassName
{
color: #C8A211;
}
.AnyTagClassName
{
color: #C8A211;
}
</style>
background-color css
<style>
a { background-color: #C8A211; }
a { background-color: rgb(200,162,17); }
div.DivClassName
{
background-color: #C8A211;
}
.BgClassName
{
background-color: #C8A211;
}
</style>
border-color css
<style>
span { border-color: #C8A211; }
span { border-color: rgb(200,162,17); }
td.TdClassName
{
border-color: #C8A211;
}
.TagClassName
{
border-color: #C8A211;
}
</style>