Shades of Buddha Gold #C6A019
Tints of Buddha Gold #C6A019
RGB
CMYK
RGB Variations
Color information
#C6A019 (or 0xC6A019) is known color: Buddha Gold. HEX triplet: C6, A0 and 19. RGB value is (198,160,25). Sum of RGB (Red+Green+Blue) = 198+160+25=383 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.70% from 383); Green value is 160 (62.89% from 255 or 41.78% from 383); Blue value is 25 (10.16% from 255 or 6.53% from 383); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6A019 is #395FE6. Grayscale: #9C9C9C. Windows color (decimal): -3760103 or 1679558. OLE color: 1679558.
HSL color Cylindrical-coordinate representation of color #C6A019: hue angle of 46.82º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C6A019 is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 160 | 25 | - |
| CMYK | 0 | 0.19 | 0.87 | 0.22 |
| HSL | 46.82º | 0.78% | 0.44% | - |
| HSV(B) | 46.82º | 0.87% | 0.78% | - |
| XYZ | 36.03 | 37.22 | 6.2 | - |
| YUV | 155.97 | 54.09 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 160 | 25 | 0 | 0.19 | 0.87 | 0.22 | 46.82 | 0.78 | 0.44 |
| Hex | C6 | A0 | 19 | 0 | 13 | 57 | 16 | 2F | 4E | 2C |
| Octal | 306 | 240 | 31 | 0 | 23 | 127 | 26 | 57 | 116 | 54 |
| Binary | 11000110 | 10100000 | 11001 | 0 | 10011 | 1010111 | 10110 | 101111 | 1001110 | 101100 |
Color Harmonies of #C6A019
Complementary color
Monochromatic Colors of #C6A019
Black with #C6A019
Text Example
Text Example
White with #C6A019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A019; }
p { color: rgb(198,160,25); }
H1.HeaderClassName
{
color: #C6A019;
}
.AnyTagClassName
{
color: #C6A019;
}
</style>
background-color css
<style>
a { background-color: #C6A019; }
a { background-color: rgb(198,160,25); }
div.DivClassName
{
background-color: #C6A019;
}
.BgClassName
{
background-color: #C6A019;
}
</style>
border-color css
<style>
span { border-color: #C6A019; }
span { border-color: rgb(198,160,25); }
td.TdClassName
{
border-color: #C6A019;
}
.TagClassName
{
border-color: #C6A019;
}
</style>