Shades of Buddha Gold #C6A315
Tints of Buddha Gold #C6A315
RGB
CMYK
RGB Variations
Color information
#C6A315 (or 0xC6A315) is known color: Buddha Gold. HEX triplet: C6, A3 and 15. RGB value is (198,163,21). Sum of RGB (Red+Green+Blue) = 198+163+21=382 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.83% from 382); Green value is 163 (64.06% from 255 or 42.67% from 382); Blue value is 21 (8.59% from 255 or 5.50% from 382); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A315 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6A315 is #395CEA. Grayscale: #9D9D9D. Windows color (decimal): -3759339 or 1418182. OLE color: 1418182.
HSL color Cylindrical-coordinate representation of color #C6A315: hue angle of 48.14º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C6A315 is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 163 | 21 | - |
| CMYK | 0 | 0.18 | 0.89 | 0.22 |
| HSL | 48.14º | 0.81% | 0.43% | - |
| HSV(B) | 48.14º | 0.89% | 0.78% | - |
| XYZ | 36.52 | 38.25 | 6.17 | - |
| YUV | 157.28 | 51.1 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 163 | 21 | 0 | 0.18 | 0.89 | 0.22 | 48.14 | 0.81 | 0.43 |
| Hex | C6 | A3 | 15 | 0 | 12 | 59 | 16 | 30 | 51 | 2B |
| Octal | 306 | 243 | 25 | 0 | 22 | 131 | 26 | 60 | 121 | 53 |
| Binary | 11000110 | 10100011 | 10101 | 0 | 10010 | 1011001 | 10110 | 110000 | 1010001 | 101011 |
Color Harmonies of #C6A315
Complementary color
Monochromatic Colors of #C6A315
Black with #C6A315
Text Example
Text Example
White with #C6A315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A315; }
p { color: rgb(198,163,21); }
H1.HeaderClassName
{
color: #C6A315;
}
.AnyTagClassName
{
color: #C6A315;
}
</style>
background-color css
<style>
a { background-color: #C6A315; }
a { background-color: rgb(198,163,21); }
div.DivClassName
{
background-color: #C6A315;
}
.BgClassName
{
background-color: #C6A315;
}
</style>
border-color css
<style>
span { border-color: #C6A315; }
span { border-color: rgb(198,163,21); }
td.TdClassName
{
border-color: #C6A315;
}
.TagClassName
{
border-color: #C6A315;
}
</style>