Shades of Buddha Gold #C6A01B
Tints of Buddha Gold #C6A01B
RGB
CMYK
RGB Variations
Color information
#C6A01B (or 0xC6A01B) is known color: Buddha Gold. HEX triplet: C6, A0 and 1B. RGB value is (198,160,27). Sum of RGB (Red+Green+Blue) = 198+160+27=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 160 (62.89% from 255 or 41.56% from 385); Blue value is 27 (10.94% from 255 or 7.01% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A01B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A01B is #395FE4. Grayscale: #9C9C9C. Windows color (decimal): -3760101 or 1810630. OLE color: 1810630.
HSL color Cylindrical-coordinate representation of color #C6A01B: hue angle of 46.67º 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 #C6A01B is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 160 | 27 | - |
| CMYK | 0 | 0.19 | 0.86 | 0.22 |
| HSL | 46.67º | 0.76% | 0.44% | - |
| HSV(B) | 46.67º | 0.86% | 0.78% | - |
| XYZ | 36.06 | 37.23 | 6.32 | - |
| YUV | 156.2 | 55.09 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 160 | 27 | 0 | 0.19 | 0.86 | 0.22 | 46.67 | 0.76 | 0.44 |
| Hex | C6 | A0 | 1B | 0 | 13 | 56 | 16 | 2F | 4C | 2C |
| Octal | 306 | 240 | 33 | 0 | 23 | 126 | 26 | 57 | 114 | 54 |
| Binary | 11000110 | 10100000 | 11011 | 0 | 10011 | 1010110 | 10110 | 101111 | 1001100 | 101100 |
Color Harmonies of #C6A01B
Complementary color
Monochromatic Colors of #C6A01B
Black with #C6A01B
Text Example
Text Example
White with #C6A01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A01B; }
p { color: rgb(198,160,27); }
H1.HeaderClassName
{
color: #C6A01B;
}
.AnyTagClassName
{
color: #C6A01B;
}
</style>
background-color css
<style>
a { background-color: #C6A01B; }
a { background-color: rgb(198,160,27); }
div.DivClassName
{
background-color: #C6A01B;
}
.BgClassName
{
background-color: #C6A01B;
}
</style>
border-color css
<style>
span { border-color: #C6A01B; }
span { border-color: rgb(198,160,27); }
td.TdClassName
{
border-color: #C6A01B;
}
.TagClassName
{
border-color: #C6A01B;
}
</style>