Shades of Buddha Gold #C8A819
Tints of Buddha Gold #C8A819
RGB
CMYK
RGB Variations
Color information
#C8A819 (or 0xC8A819) is known color: Buddha Gold. HEX triplet: C8, A8 and 19. RGB value is (200,168,25). Sum of RGB (Red+Green+Blue) = 200+168+25=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 168 (66.02% from 255 or 42.75% from 393); Blue value is 25 (10.16% from 255 or 6.36% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A819 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A819 is #3757E6. Grayscale: #A1A1A1. Windows color (decimal): -3626983 or 1681608. OLE color: 1681608.
HSL color Cylindrical-coordinate representation of color #C8A819: hue angle of 49.03º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C8A819 is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 168 | 25 | - |
| CMYK | 0 | 0.16 | 0.88 | 0.22 |
| HSL | 49.03º | 0.78% | 0.44% | - |
| HSV(B) | 49.03º | 0.88% | 0.78% | - |
| XYZ | 38 | 40.35 | 6.71 | - |
| YUV | 161.27 | 51.1 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 168 | 25 | 0 | 0.16 | 0.88 | 0.22 | 49.03 | 0.78 | 0.44 |
| Hex | C8 | A8 | 19 | 0 | 10 | 58 | 16 | 31 | 4E | 2C |
| Octal | 310 | 250 | 31 | 0 | 20 | 130 | 26 | 61 | 116 | 54 |
| Binary | 11001000 | 10101000 | 11001 | 0 | 10000 | 1011000 | 10110 | 110001 | 1001110 | 101100 |
Color Harmonies of #C8A819
Complementary color
Monochromatic Colors of #C8A819
Black with #C8A819
Text Example
Text Example
White with #C8A819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A819; }
p { color: rgb(200,168,25); }
H1.HeaderClassName
{
color: #C8A819;
}
.AnyTagClassName
{
color: #C8A819;
}
</style>
background-color css
<style>
a { background-color: #C8A819; }
a { background-color: rgb(200,168,25); }
div.DivClassName
{
background-color: #C8A819;
}
.BgClassName
{
background-color: #C8A819;
}
</style>
border-color css
<style>
span { border-color: #C8A819; }
span { border-color: rgb(200,168,25); }
td.TdClassName
{
border-color: #C8A819;
}
.TagClassName
{
border-color: #C8A819;
}
</style>