Shades of Buddha Gold #C8A305
Tints of Buddha Gold #C8A305
RGB
CMYK
RGB Variations
Color information
#C8A305 (or 0xC8A305) is known color: Buddha Gold. HEX triplet: C8, A3 and 05. RGB value is (200,163,5). Sum of RGB (Red+Green+Blue) = 200+163+5=368 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.35% from 368); Green value is 163 (64.06% from 255 or 44.29% from 368); Blue value is 5 (2.34% from 255 or 1.36% from 368); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A305 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A305 is #375CFA. Grayscale: #9C9C9C. Windows color (decimal): -3628283 or 369608. OLE color: 369608.
HSL color Cylindrical-coordinate representation of color #C8A305: hue angle of 48.62º 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 #C8A305 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 163 | 5 | - |
| CMYK | 0 | 0.18 | 0.98 | 0.22 |
| HSL | 48.62º | 0.95% | 0.4% | - |
| HSV(B) | 48.62º | 0.98% | 0.78% | - |
| XYZ | 36.94 | 38.48 | 5.62 | - |
| YUV | 156.05 | 42.76 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 163 | 5 | 0 | 0.18 | 0.98 | 0.22 | 48.62 | 0.95 | 0.4 |
| Hex | C8 | A3 | 5 | 0 | 12 | 62 | 16 | 31 | 5F | 28 |
| Octal | 310 | 243 | 5 | 0 | 22 | 142 | 26 | 61 | 137 | 50 |
| Binary | 11001000 | 10100011 | 101 | 0 | 10010 | 1100010 | 10110 | 110001 | 1011111 | 101000 |
Color Harmonies of #C8A305
Complementary color
Monochromatic Colors of #C8A305
Black with #C8A305
Text Example
Text Example
White with #C8A305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A305; }
p { color: rgb(200,163,5); }
H1.HeaderClassName
{
color: #C8A305;
}
.AnyTagClassName
{
color: #C8A305;
}
</style>
background-color css
<style>
a { background-color: #C8A305; }
a { background-color: rgb(200,163,5); }
div.DivClassName
{
background-color: #C8A305;
}
.BgClassName
{
background-color: #C8A305;
}
</style>
border-color css
<style>
span { border-color: #C8A305; }
span { border-color: rgb(200,163,5); }
td.TdClassName
{
border-color: #C8A305;
}
.TagClassName
{
border-color: #C8A305;
}
</style>