Shades of Buddha Gold #C8A105
Tints of Buddha Gold #C8A105
RGB
CMYK
RGB Variations
Color information
#C8A105 (or 0xC8A105) is known color: Buddha Gold. HEX triplet: C8, A1 and 05. RGB value is (200,161,5). Sum of RGB (Red+Green+Blue) = 200+161+5=366 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.64% from 366); Green value is 161 (63.28% from 255 or 43.99% from 366); Blue value is 5 (2.34% from 255 or 1.37% from 366); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A105 is #375EFA. Grayscale: #9B9B9B. Windows color (decimal): -3628795 or 369096. OLE color: 369096.
HSL color Cylindrical-coordinate representation of color #C8A105: hue angle of 48º 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 #C8A105 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 161 | 5 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.22 |
| HSL | 48º | 0.95% | 0.4% | - |
| HSV(B) | 48º | 0.98% | 0.78% | - |
| XYZ | 36.59 | 37.78 | 5.51 | - |
| YUV | 154.88 | 43.42 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 161 | 5 | 0 | 0.19 | 0.98 | 0.22 | 48 | 0.95 | 0.4 |
| Hex | C8 | A1 | 5 | 0 | 13 | 62 | 16 | 30 | 5F | 28 |
| Octal | 310 | 241 | 5 | 0 | 23 | 142 | 26 | 60 | 137 | 50 |
| Binary | 11001000 | 10100001 | 101 | 0 | 10011 | 1100010 | 10110 | 110000 | 1011111 | 101000 |
Color Harmonies of #C8A105
Complementary color
Monochromatic Colors of #C8A105
Black with #C8A105
Text Example
Text Example
White with #C8A105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A105; }
p { color: rgb(200,161,5); }
H1.HeaderClassName
{
color: #C8A105;
}
.AnyTagClassName
{
color: #C8A105;
}
</style>
background-color css
<style>
a { background-color: #C8A105; }
a { background-color: rgb(200,161,5); }
div.DivClassName
{
background-color: #C8A105;
}
.BgClassName
{
background-color: #C8A105;
}
</style>
border-color css
<style>
span { border-color: #C8A105; }
span { border-color: rgb(200,161,5); }
td.TdClassName
{
border-color: #C8A105;
}
.TagClassName
{
border-color: #C8A105;
}
</style>