Shades of Buddha Gold #C6A718
Tints of Buddha Gold #C6A718
RGB
CMYK
RGB Variations
Color information
#C6A718 (or 0xC6A718) is known color: Buddha Gold. HEX triplet: C6, A7 and 18. RGB value is (198,167,24). Sum of RGB (Red+Green+Blue) = 198+167+24=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 167 (65.62% from 255 or 42.93% from 389); Blue value is 24 (9.77% from 255 or 6.17% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A718 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6A718 is #3958E7. Grayscale: #A0A0A0. Windows color (decimal): -3758312 or 1615814. OLE color: 1615814.
HSL color Cylindrical-coordinate representation of color #C6A718: hue angle of 49.31º 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 #C6A718 is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 167 | 24 | - |
| CMYK | 0 | 0.16 | 0.88 | 0.22 |
| HSL | 49.31º | 0.78% | 0.44% | - |
| HSV(B) | 49.31º | 0.88% | 0.78% | - |
| XYZ | 37.27 | 39.71 | 6.56 | - |
| YUV | 159.97 | 51.27 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 167 | 24 | 0 | 0.16 | 0.88 | 0.22 | 49.31 | 0.78 | 0.44 |
| Hex | C6 | A7 | 18 | 0 | 10 | 58 | 16 | 31 | 4E | 2C |
| Octal | 306 | 247 | 30 | 0 | 20 | 130 | 26 | 61 | 116 | 54 |
| Binary | 11000110 | 10100111 | 11000 | 0 | 10000 | 1011000 | 10110 | 110001 | 1001110 | 101100 |
Color Harmonies of #C6A718
Complementary color
Monochromatic Colors of #C6A718
Black with #C6A718
Text Example
Text Example
White with #C6A718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A718; }
p { color: rgb(198,167,24); }
H1.HeaderClassName
{
color: #C6A718;
}
.AnyTagClassName
{
color: #C6A718;
}
</style>
background-color css
<style>
a { background-color: #C6A718; }
a { background-color: rgb(198,167,24); }
div.DivClassName
{
background-color: #C6A718;
}
.BgClassName
{
background-color: #C6A718;
}
</style>
border-color css
<style>
span { border-color: #C6A718; }
span { border-color: rgb(198,167,24); }
td.TdClassName
{
border-color: #C6A718;
}
.TagClassName
{
border-color: #C6A718;
}
</style>