Shades of Buddha Gold #C6A31B
Tints of Buddha Gold #C6A31B
RGB
CMYK
RGB Variations
Color information
#C6A31B (or 0xC6A31B) is known color: Buddha Gold. HEX triplet: C6, A3 and 1B. RGB value is (198,163,27). Sum of RGB (Red+Green+Blue) = 198+163+27=388 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.03% from 388); Green value is 163 (64.06% from 255 or 42.01% from 388); Blue value is 27 (10.94% from 255 or 6.96% from 388); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A31B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A31B is #395CE4. Grayscale: #9E9E9E. Windows color (decimal): -3759333 or 1811398. OLE color: 1811398.
HSL color Cylindrical-coordinate representation of color #C6A31B: hue angle of 47.72º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C6A31B is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 163 | 27 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.22 |
| HSL | 47.72º | 0.76% | 0.44% | - |
| HSV(B) | 47.72º | 0.86% | 0.78% | - |
| XYZ | 36.58 | 38.28 | 6.5 | - |
| YUV | 157.96 | 54.1 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 163 | 27 | 0 | 0.18 | 0.86 | 0.22 | 47.72 | 0.76 | 0.44 |
| Hex | C6 | A3 | 1B | 0 | 12 | 56 | 16 | 30 | 4C | 2C |
| Octal | 306 | 243 | 33 | 0 | 22 | 126 | 26 | 60 | 114 | 54 |
| Binary | 11000110 | 10100011 | 11011 | 0 | 10010 | 1010110 | 10110 | 110000 | 1001100 | 101100 |
Color Harmonies of #C6A31B
Complementary color
Monochromatic Colors of #C6A31B
Black with #C6A31B
Text Example
Text Example
White with #C6A31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A31B; }
p { color: rgb(198,163,27); }
H1.HeaderClassName
{
color: #C6A31B;
}
.AnyTagClassName
{
color: #C6A31B;
}
</style>
background-color css
<style>
a { background-color: #C6A31B; }
a { background-color: rgb(198,163,27); }
div.DivClassName
{
background-color: #C6A31B;
}
.BgClassName
{
background-color: #C6A31B;
}
</style>
border-color css
<style>
span { border-color: #C6A31B; }
span { border-color: rgb(198,163,27); }
td.TdClassName
{
border-color: #C6A31B;
}
.TagClassName
{
border-color: #C6A31B;
}
</style>