Shades of Buddha Gold #C8A005
Tints of Buddha Gold #C8A005
RGB
CMYK
RGB Variations
Color information
#C8A005 (or 0xC8A005) is known color: Buddha Gold. HEX triplet: C8, A0 and 05. RGB value is (200,160,5). Sum of RGB (Red+Green+Blue) = 200+160+5=365 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.79% from 365); Green value is 160 (62.89% from 255 or 43.84% from 365); Blue value is 5 (2.34% from 255 or 1.37% from 365); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A005 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A005 is #375FFA. Grayscale: #9A9A9A. Windows color (decimal): -3629051 or 368840. OLE color: 368840.
HSL color Cylindrical-coordinate representation of color #C8A005: hue angle of 47.69º 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 #C8A005 is Cyan = 0, Magento = 0.2, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 160 | 5 | - |
| CMYK | 0 | 0.2 | 0.98 | 0.22 |
| HSL | 47.69º | 0.95% | 0.4% | - |
| HSV(B) | 47.69º | 0.98% | 0.78% | - |
| XYZ | 36.42 | 37.43 | 5.45 | - |
| YUV | 154.29 | 43.75 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 160 | 5 | 0 | 0.2 | 0.98 | 0.22 | 47.69 | 0.95 | 0.4 |
| Hex | C8 | A0 | 5 | 0 | 14 | 62 | 16 | 30 | 5F | 28 |
| Octal | 310 | 240 | 5 | 0 | 24 | 142 | 26 | 60 | 137 | 50 |
| Binary | 11001000 | 10100000 | 101 | 0 | 10100 | 1100010 | 10110 | 110000 | 1011111 | 101000 |
Color Harmonies of #C8A005
Complementary color
Monochromatic Colors of #C8A005
Black with #C8A005
Text Example
Text Example
White with #C8A005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A005; }
p { color: rgb(200,160,5); }
H1.HeaderClassName
{
color: #C8A005;
}
.AnyTagClassName
{
color: #C8A005;
}
</style>
background-color css
<style>
a { background-color: #C8A005; }
a { background-color: rgb(200,160,5); }
div.DivClassName
{
background-color: #C8A005;
}
.BgClassName
{
background-color: #C8A005;
}
</style>
border-color css
<style>
span { border-color: #C8A005; }
span { border-color: rgb(200,160,5); }
td.TdClassName
{
border-color: #C8A005;
}
.TagClassName
{
border-color: #C8A005;
}
</style>