Shades of Buddha Gold #C8A910
Tints of Buddha Gold #C8A910
RGB
CMYK
RGB Variations
Color information
#C8A910 (or 0xC8A910) is known color: Buddha Gold. HEX triplet: C8, A9 and 10. RGB value is (200,169,16). Sum of RGB (Red+Green+Blue) = 200+169+16=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 169 (66.41% from 255 or 43.90% from 385); Blue value is 16 (6.64% from 255 or 4.16% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A910 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A910 is #3756EF. Grayscale: #A1A1A1. Windows color (decimal): -3626736 or 1092040. OLE color: 1092040.
HSL color Cylindrical-coordinate representation of color #C8A910: hue angle of 49.89º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C8A910 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 169 | 16 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.22 |
| HSL | 49.89º | 0.85% | 0.42% | - |
| HSV(B) | 49.89º | 0.92% | 0.78% | - |
| XYZ | 38.1 | 40.69 | 6.34 | - |
| YUV | 160.83 | 46.27 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 169 | 16 | 0 | 0.16 | 0.92 | 0.22 | 49.89 | 0.85 | 0.42 |
| Hex | C8 | A9 | 10 | 0 | 10 | 5C | 16 | 32 | 55 | 2A |
| Octal | 310 | 251 | 20 | 0 | 20 | 134 | 26 | 62 | 125 | 52 |
| Binary | 11001000 | 10101001 | 10000 | 0 | 10000 | 1011100 | 10110 | 110010 | 1010101 | 101010 |
Color Harmonies of #C8A910
Complementary color
Monochromatic Colors of #C8A910
Black with #C8A910
Text Example
Text Example
White with #C8A910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A910; }
p { color: rgb(200,169,16); }
H1.HeaderClassName
{
color: #C8A910;
}
.AnyTagClassName
{
color: #C8A910;
}
</style>
background-color css
<style>
a { background-color: #C8A910; }
a { background-color: rgb(200,169,16); }
div.DivClassName
{
background-color: #C8A910;
}
.BgClassName
{
background-color: #C8A910;
}
</style>
border-color css
<style>
span { border-color: #C8A910; }
span { border-color: rgb(200,169,16); }
td.TdClassName
{
border-color: #C8A910;
}
.TagClassName
{
border-color: #C8A910;
}
</style>