Shades of Buddha Gold #C8A516
Tints of Buddha Gold #C8A516
RGB
CMYK
RGB Variations
Color information
#C8A516 (or 0xC8A516) is known color: Buddha Gold. HEX triplet: C8, A5 and 16. RGB value is (200,165,22). Sum of RGB (Red+Green+Blue) = 200+165+22=387 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.68% from 387); Green value is 165 (64.84% from 255 or 42.64% from 387); Blue value is 22 (8.98% from 255 or 5.68% from 387); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A516 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A516 is #375AE9. Grayscale: #9F9F9F. Windows color (decimal): -3627754 or 1484232. OLE color: 1484232.
HSL color Cylindrical-coordinate representation of color #C8A516: hue angle of 48.2º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C8A516 is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 165 | 22 | - |
| CMYK | 0 | 0.18 | 0.89 | 0.22 |
| HSL | 48.2º | 0.8% | 0.44% | - |
| HSV(B) | 48.2º | 0.89% | 0.78% | - |
| XYZ | 37.42 | 39.25 | 6.36 | - |
| YUV | 159.16 | 50.6 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 165 | 22 | 0 | 0.18 | 0.89 | 0.22 | 48.2 | 0.8 | 0.44 |
| Hex | C8 | A5 | 16 | 0 | 12 | 59 | 16 | 30 | 50 | 2C |
| Octal | 310 | 245 | 26 | 0 | 22 | 131 | 26 | 60 | 120 | 54 |
| Binary | 11001000 | 10100101 | 10110 | 0 | 10010 | 1011001 | 10110 | 110000 | 1010000 | 101100 |
Color Harmonies of #C8A516
Complementary color
Monochromatic Colors of #C8A516
Black with #C8A516
Text Example
Text Example
White with #C8A516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A516; }
p { color: rgb(200,165,22); }
H1.HeaderClassName
{
color: #C8A516;
}
.AnyTagClassName
{
color: #C8A516;
}
</style>
background-color css
<style>
a { background-color: #C8A516; }
a { background-color: rgb(200,165,22); }
div.DivClassName
{
background-color: #C8A516;
}
.BgClassName
{
background-color: #C8A516;
}
</style>
border-color css
<style>
span { border-color: #C8A516; }
span { border-color: rgb(200,165,22); }
td.TdClassName
{
border-color: #C8A516;
}
.TagClassName
{
border-color: #C8A516;
}
</style>