Shades of Buddha Gold #C8A026
Tints of Buddha Gold #C8A026
RGB
CMYK
RGB Variations
Color information
#C8A026 (or 0xC8A026) is known color: Buddha Gold. HEX triplet: C8, A0 and 26. RGB value is (200,160,38). Sum of RGB (Red+Green+Blue) = 200+160+38=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 160 (62.89% from 255 or 40.20% from 398); Blue value is 38 (15.23% from 255 or 9.55% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A026 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A026 is #375FD9. Grayscale: #9E9E9E. Windows color (decimal): -3629018 or 2531528. OLE color: 2531528.
HSL color Cylindrical-coordinate representation of color #C8A026: hue angle of 45.19º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C8A026 is Cyan = 0, Magento = 0.2, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 160 | 38 | - |
| CMYK | 0 | 0.2 | 0.81 | 0.22 |
| HSL | 45.19º | 0.68% | 0.47% | - |
| HSV(B) | 45.19º | 0.81% | 0.78% | - |
| XYZ | 36.74 | 37.56 | 7.15 | - |
| YUV | 158.05 | 60.25 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 160 | 38 | 0 | 0.2 | 0.81 | 0.22 | 45.19 | 0.68 | 0.47 |
| Hex | C8 | A0 | 26 | 0 | 14 | 51 | 16 | 2D | 44 | 2F |
| Octal | 310 | 240 | 46 | 0 | 24 | 121 | 26 | 55 | 104 | 57 |
| Binary | 11001000 | 10100000 | 100110 | 0 | 10100 | 1010001 | 10110 | 101101 | 1000100 | 101111 |
Color Harmonies of #C8A026
Complementary color
Monochromatic Colors of #C8A026
Black with #C8A026
Text Example
Text Example
White with #C8A026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A026; }
p { color: rgb(200,160,38); }
H1.HeaderClassName
{
color: #C8A026;
}
.AnyTagClassName
{
color: #C8A026;
}
</style>
background-color css
<style>
a { background-color: #C8A026; }
a { background-color: rgb(200,160,38); }
div.DivClassName
{
background-color: #C8A026;
}
.BgClassName
{
background-color: #C8A026;
}
</style>
border-color css
<style>
span { border-color: #C8A026; }
span { border-color: rgb(200,160,38); }
td.TdClassName
{
border-color: #C8A026;
}
.TagClassName
{
border-color: #C8A026;
}
</style>