Shades of Buddha Gold #C8A115
Tints of Buddha Gold #C8A115
RGB
CMYK
RGB Variations
Color information
#C8A115 (or 0xC8A115) is known color: Buddha Gold. HEX triplet: C8, A1 and 15. RGB value is (200,161,21). Sum of RGB (Red+Green+Blue) = 200+161+21=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 161 (63.28% from 255 or 42.15% from 382); Blue value is 21 (8.59% from 255 or 5.50% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A115 is #375EEA. Grayscale: #9D9D9D. Windows color (decimal): -3628779 or 1417672. OLE color: 1417672.
HSL color Cylindrical-coordinate representation of color #C8A115: hue angle of 46.93º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C8A115 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 161 | 21 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.22 |
| HSL | 46.93º | 0.81% | 0.43% | - |
| HSV(B) | 46.93º | 0.9% | 0.78% | - |
| XYZ | 36.7 | 37.82 | 6.08 | - |
| YUV | 156.7 | 51.42 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 161 | 21 | 0 | 0.19 | 0.90 | 0.22 | 46.93 | 0.81 | 0.43 |
| Hex | C8 | A1 | 15 | 0 | 13 | 5A | 16 | 2F | 51 | 2B |
| Octal | 310 | 241 | 25 | 0 | 23 | 132 | 26 | 57 | 121 | 53 |
| Binary | 11001000 | 10100001 | 10101 | 0 | 10011 | 1011010 | 10110 | 101111 | 1010001 | 101011 |
Color Harmonies of #C8A115
Complementary color
Monochromatic Colors of #C8A115
Black with #C8A115
Text Example
Text Example
White with #C8A115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A115; }
p { color: rgb(200,161,21); }
H1.HeaderClassName
{
color: #C8A115;
}
.AnyTagClassName
{
color: #C8A115;
}
</style>
background-color css
<style>
a { background-color: #C8A115; }
a { background-color: rgb(200,161,21); }
div.DivClassName
{
background-color: #C8A115;
}
.BgClassName
{
background-color: #C8A115;
}
</style>
border-color css
<style>
span { border-color: #C8A115; }
span { border-color: rgb(200,161,21); }
td.TdClassName
{
border-color: #C8A115;
}
.TagClassName
{
border-color: #C8A115;
}
</style>