Shades of Buddha Gold #C6A000
Tints of Buddha Gold #C6A000
RGB
CMYK
RGB Variations
Color information
#C6A000 (or 0xC6A000) is known color: Buddha Gold. HEX triplet: C6, A0 and 00. RGB value is (198,160,0). Sum of RGB (Red+Green+Blue) = 198+160+0=358 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.31% from 358); Green value is 160 (62.89% from 255 or 44.69% from 358); Blue value is 0 (0.39% from 255 or 0% from 358); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6A000 is #395FFF. Grayscale: #999999. Windows color (decimal): -3760128 or 41158. OLE color: 41158.
HSL color Cylindrical-coordinate representation of color #C6A000: hue angle of 48.48º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C6A000 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 160 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.22 |
| HSL | 48.48º | 1% | 0.39% | - |
| HSV(B) | 48.48º | 1% | 0.78% | - |
| XYZ | 35.86 | 37.15 | 5.28 | - |
| YUV | 153.12 | 41.59 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 160 | 0 | 0 | 0.19 | 1 | 0.22 | 48.48 | 1 | 0.39 |
| Hex | C6 | A0 | 0 | 0 | 13 | 64 | 16 | 30 | 64 | 27 |
| Octal | 306 | 240 | 0 | 0 | 23 | 144 | 26 | 60 | 144 | 47 |
| Binary | 11000110 | 10100000 | 0 | 0 | 10011 | 1100100 | 10110 | 110000 | 1100100 | 100111 |
Color Harmonies of #C6A000
Complementary color
Monochromatic Colors of #C6A000
Black with #C6A000
Text Example
Text Example
White with #C6A000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A000; }
p { color: rgb(198,160,0); }
H1.HeaderClassName
{
color: #C6A000;
}
.AnyTagClassName
{
color: #C6A000;
}
</style>
background-color css
<style>
a { background-color: #C6A000; }
a { background-color: rgb(198,160,0); }
div.DivClassName
{
background-color: #C6A000;
}
.BgClassName
{
background-color: #C6A000;
}
</style>
border-color css
<style>
span { border-color: #C6A000; }
span { border-color: rgb(198,160,0); }
td.TdClassName
{
border-color: #C6A000;
}
.TagClassName
{
border-color: #C6A000;
}
</style>