Shades of Buddha Gold #C8A405
Tints of Buddha Gold #C8A405
RGB
CMYK
RGB Variations
Color information
#C8A405 (or 0xC8A405) is known color: Buddha Gold. HEX triplet: C8, A4 and 05. RGB value is (200,164,5). Sum of RGB (Red+Green+Blue) = 200+164+5=369 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.20% from 369); Green value is 164 (64.45% from 255 or 44.44% from 369); Blue value is 5 (2.34% from 255 or 1.36% from 369); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A405 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A405 is #375BFA. Grayscale: #9D9D9D. Windows color (decimal): -3628027 or 369864. OLE color: 369864.
HSL color Cylindrical-coordinate representation of color #C8A405: hue angle of 48.92º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C8A405 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 164 | 5 | - |
| CMYK | 0 | 0.18 | 0.98 | 0.22 |
| HSL | 48.92º | 0.95% | 0.4% | - |
| HSV(B) | 48.92º | 0.98% | 0.78% | - |
| XYZ | 37.12 | 38.84 | 5.68 | - |
| YUV | 156.64 | 42.43 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 164 | 5 | 0 | 0.18 | 0.98 | 0.22 | 48.92 | 0.95 | 0.4 |
| Hex | C8 | A4 | 5 | 0 | 12 | 62 | 16 | 31 | 5F | 28 |
| Octal | 310 | 244 | 5 | 0 | 22 | 142 | 26 | 61 | 137 | 50 |
| Binary | 11001000 | 10100100 | 101 | 0 | 10010 | 1100010 | 10110 | 110001 | 1011111 | 101000 |
Color Harmonies of #C8A405
Complementary color
Monochromatic Colors of #C8A405
Black with #C8A405
Text Example
Text Example
White with #C8A405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A405; }
p { color: rgb(200,164,5); }
H1.HeaderClassName
{
color: #C8A405;
}
.AnyTagClassName
{
color: #C8A405;
}
</style>
background-color css
<style>
a { background-color: #C8A405; }
a { background-color: rgb(200,164,5); }
div.DivClassName
{
background-color: #C8A405;
}
.BgClassName
{
background-color: #C8A405;
}
</style>
border-color css
<style>
span { border-color: #C8A405; }
span { border-color: rgb(200,164,5); }
td.TdClassName
{
border-color: #C8A405;
}
.TagClassName
{
border-color: #C8A405;
}
</style>