Shades of Buddha Gold #C8A419
Tints of Buddha Gold #C8A419
RGB
CMYK
RGB Variations
Color information
#C8A419 (or 0xC8A419) is known color: Buddha Gold. HEX triplet: C8, A4 and 19. RGB value is (200,164,25). Sum of RGB (Red+Green+Blue) = 200+164+25=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 164 (64.45% from 255 or 42.16% from 389); Blue value is 25 (10.16% from 255 or 6.43% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A419 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A419 is #375BE6. Grayscale: #9F9F9F. Windows color (decimal): -3628007 or 1680584. OLE color: 1680584.
HSL color Cylindrical-coordinate representation of color #C8A419: hue angle of 47.66º 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 #C8A419 is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 164 | 25 | - |
| CMYK | 0 | 0.18 | 0.88 | 0.22 |
| HSL | 47.66º | 0.78% | 0.44% | - |
| HSV(B) | 47.66º | 0.88% | 0.78% | - |
| XYZ | 37.27 | 38.9 | 6.46 | - |
| YUV | 158.92 | 52.43 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 164 | 25 | 0 | 0.18 | 0.88 | 0.22 | 47.66 | 0.78 | 0.44 |
| Hex | C8 | A4 | 19 | 0 | 12 | 58 | 16 | 30 | 4E | 2C |
| Octal | 310 | 244 | 31 | 0 | 22 | 130 | 26 | 60 | 116 | 54 |
| Binary | 11001000 | 10100100 | 11001 | 0 | 10010 | 1011000 | 10110 | 110000 | 1001110 | 101100 |
Color Harmonies of #C8A419
Complementary color
Monochromatic Colors of #C8A419
Black with #C8A419
Text Example
Text Example
White with #C8A419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A419; }
p { color: rgb(200,164,25); }
H1.HeaderClassName
{
color: #C8A419;
}
.AnyTagClassName
{
color: #C8A419;
}
</style>
background-color css
<style>
a { background-color: #C8A419; }
a { background-color: rgb(200,164,25); }
div.DivClassName
{
background-color: #C8A419;
}
.BgClassName
{
background-color: #C8A419;
}
</style>
border-color css
<style>
span { border-color: #C8A419; }
span { border-color: rgb(200,164,25); }
td.TdClassName
{
border-color: #C8A419;
}
.TagClassName
{
border-color: #C8A419;
}
</style>