Shades of Buddha Gold #C8A619
Tints of Buddha Gold #C8A619
RGB
CMYK
RGB Variations
Color information
#C8A619 (or 0xC8A619) is known color: Buddha Gold. HEX triplet: C8, A6 and 19. RGB value is (200,166,25). Sum of RGB (Red+Green+Blue) = 200+166+25=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 166 (65.23% from 255 or 42.46% from 391); Blue value is 25 (10.16% from 255 or 6.39% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A619 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A619 is #3759E6. Grayscale: #A0A0A0. Windows color (decimal): -3627495 or 1681096. OLE color: 1681096.
HSL color Cylindrical-coordinate representation of color #C8A619: hue angle of 48.34º 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 #C8A619 is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 166 | 25 | - |
| CMYK | 0 | 0.17 | 0.88 | 0.22 |
| HSL | 48.34º | 0.78% | 0.44% | - |
| HSV(B) | 48.34º | 0.88% | 0.78% | - |
| XYZ | 37.63 | 39.62 | 6.58 | - |
| YUV | 160.09 | 51.76 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 166 | 25 | 0 | 0.17 | 0.88 | 0.22 | 48.34 | 0.78 | 0.44 |
| Hex | C8 | A6 | 19 | 0 | 11 | 58 | 16 | 30 | 4E | 2C |
| Octal | 310 | 246 | 31 | 0 | 21 | 130 | 26 | 60 | 116 | 54 |
| Binary | 11001000 | 10100110 | 11001 | 0 | 10001 | 1011000 | 10110 | 110000 | 1001110 | 101100 |
Color Harmonies of #C8A619
Complementary color
Monochromatic Colors of #C8A619
Black with #C8A619
Text Example
Text Example
White with #C8A619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A619; }
p { color: rgb(200,166,25); }
H1.HeaderClassName
{
color: #C8A619;
}
.AnyTagClassName
{
color: #C8A619;
}
</style>
background-color css
<style>
a { background-color: #C8A619; }
a { background-color: rgb(200,166,25); }
div.DivClassName
{
background-color: #C8A619;
}
.BgClassName
{
background-color: #C8A619;
}
</style>
border-color css
<style>
span { border-color: #C8A619; }
span { border-color: rgb(200,166,25); }
td.TdClassName
{
border-color: #C8A619;
}
.TagClassName
{
border-color: #C8A619;
}
</style>