Shades of Buddha Gold #C6A204
Tints of Buddha Gold #C6A204
RGB
CMYK
RGB Variations
Color information
#C6A204 (or 0xC6A204) is known color: Buddha Gold. HEX triplet: C6, A2 and 04. RGB value is (198,162,4). Sum of RGB (Red+Green+Blue) = 198+162+4=364 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.40% from 364); Green value is 162 (63.67% from 255 or 44.51% from 364); Blue value is 4 (1.95% from 255 or 1.10% from 364); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A204 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6A204 is #395DFB. Grayscale: #9B9B9B. Windows color (decimal): -3759612 or 303814. OLE color: 303814.
HSL color Cylindrical-coordinate representation of color #C6A204: hue angle of 48.87º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C6A204 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 162 | 4 | - |
| CMYK | 0 | 0.18 | 0.98 | 0.22 |
| HSL | 48.87º | 0.96% | 0.4% | - |
| HSV(B) | 48.87º | 0.98% | 0.78% | - |
| XYZ | 36.23 | 37.86 | 5.51 | - |
| YUV | 154.75 | 42.93 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 162 | 4 | 0 | 0.18 | 0.98 | 0.22 | 48.87 | 0.96 | 0.4 |
| Hex | C6 | A2 | 4 | 0 | 12 | 62 | 16 | 31 | 60 | 28 |
| Octal | 306 | 242 | 4 | 0 | 22 | 142 | 26 | 61 | 140 | 50 |
| Binary | 11000110 | 10100010 | 100 | 0 | 10010 | 1100010 | 10110 | 110001 | 1100000 | 101000 |
Color Harmonies of #C6A204
Complementary color
Monochromatic Colors of #C6A204
Black with #C6A204
Text Example
Text Example
White with #C6A204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A204; }
p { color: rgb(198,162,4); }
H1.HeaderClassName
{
color: #C6A204;
}
.AnyTagClassName
{
color: #C6A204;
}
</style>
background-color css
<style>
a { background-color: #C6A204; }
a { background-color: rgb(198,162,4); }
div.DivClassName
{
background-color: #C6A204;
}
.BgClassName
{
background-color: #C6A204;
}
</style>
border-color css
<style>
span { border-color: #C6A204; }
span { border-color: rgb(198,162,4); }
td.TdClassName
{
border-color: #C6A204;
}
.TagClassName
{
border-color: #C6A204;
}
</style>