Shades of Buddha Gold #C6A00B
Tints of Buddha Gold #C6A00B
RGB
CMYK
RGB Variations
Color information
#C6A00B (or 0xC6A00B) is known color: Buddha Gold. HEX triplet: C6, A0 and 0B. RGB value is (198,160,11). Sum of RGB (Red+Green+Blue) = 198+160+11=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 160 (62.89% from 255 or 43.36% from 369); Blue value is 11 (4.69% from 255 or 2.98% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A00B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6A00B is #395FF4. Grayscale: #9B9B9B. Windows color (decimal): -3760117 or 762054. OLE color: 762054.
HSL color Cylindrical-coordinate representation of color #C6A00B: hue angle of 47.81º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C6A00B is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 160 | 11 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.22 |
| HSL | 47.81º | 0.89% | 0.41% | - |
| HSV(B) | 47.81º | 0.94% | 0.78% | - |
| XYZ | 35.92 | 37.17 | 5.6 | - |
| YUV | 154.38 | 47.09 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 160 | 11 | 0 | 0.19 | 0.94 | 0.22 | 47.81 | 0.89 | 0.41 |
| Hex | C6 | A0 | B | 0 | 13 | 5E | 16 | 30 | 59 | 29 |
| Octal | 306 | 240 | 13 | 0 | 23 | 136 | 26 | 60 | 131 | 51 |
| Binary | 11000110 | 10100000 | 1011 | 0 | 10011 | 1011110 | 10110 | 110000 | 1011001 | 101001 |
Color Harmonies of #C6A00B
Complementary color
Monochromatic Colors of #C6A00B
Black with #C6A00B
Text Example
Text Example
White with #C6A00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A00B; }
p { color: rgb(198,160,11); }
H1.HeaderClassName
{
color: #C6A00B;
}
.AnyTagClassName
{
color: #C6A00B;
}
</style>
background-color css
<style>
a { background-color: #C6A00B; }
a { background-color: rgb(198,160,11); }
div.DivClassName
{
background-color: #C6A00B;
}
.BgClassName
{
background-color: #C6A00B;
}
</style>
border-color css
<style>
span { border-color: #C6A00B; }
span { border-color: rgb(198,160,11); }
td.TdClassName
{
border-color: #C6A00B;
}
.TagClassName
{
border-color: #C6A00B;
}
</style>