Shades of Buddha Gold #C6A023
Tints of Buddha Gold #C6A023
RGB
CMYK
RGB Variations
Color information
#C6A023 (or 0xC6A023) is known color: Buddha Gold. HEX triplet: C6, A0 and 23. RGB value is (198,160,35). Sum of RGB (Red+Green+Blue) = 198+160+35=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 160 (62.89% from 255 or 40.71% from 393); Blue value is 35 (14.06% from 255 or 8.91% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A023 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A023 is #395FDC. Grayscale: #9D9D9D. Windows color (decimal): -3760093 or 2334918. OLE color: 2334918.
HSL color Cylindrical-coordinate representation of color #C6A023: hue angle of 46.01º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C6A023 is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 160 | 35 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.22 |
| HSL | 46.01º | 0.7% | 0.46% | - |
| HSV(B) | 46.01º | 0.82% | 0.78% | - |
| XYZ | 36.16 | 37.27 | 6.88 | - |
| YUV | 157.11 | 59.09 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 160 | 35 | 0 | 0.19 | 0.82 | 0.22 | 46.01 | 0.7 | 0.46 |
| Hex | C6 | A0 | 23 | 0 | 13 | 52 | 16 | 2E | 46 | 2E |
| Octal | 306 | 240 | 43 | 0 | 23 | 122 | 26 | 56 | 106 | 56 |
| Binary | 11000110 | 10100000 | 100011 | 0 | 10011 | 1010010 | 10110 | 101110 | 1000110 | 101110 |
Color Harmonies of #C6A023
Complementary color
Monochromatic Colors of #C6A023
Black with #C6A023
Text Example
Text Example
White with #C6A023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A023; }
p { color: rgb(198,160,35); }
H1.HeaderClassName
{
color: #C6A023;
}
.AnyTagClassName
{
color: #C6A023;
}
</style>
background-color css
<style>
a { background-color: #C6A023; }
a { background-color: rgb(198,160,35); }
div.DivClassName
{
background-color: #C6A023;
}
.BgClassName
{
background-color: #C6A023;
}
</style>
border-color css
<style>
span { border-color: #C6A023; }
span { border-color: rgb(198,160,35); }
td.TdClassName
{
border-color: #C6A023;
}
.TagClassName
{
border-color: #C6A023;
}
</style>