Shades of Buddha Gold #C6A50F
Tints of Buddha Gold #C6A50F
RGB
CMYK
RGB Variations
Color information
#C6A50F (or 0xC6A50F) is known color: Buddha Gold. HEX triplet: C6, A5 and 0F. RGB value is (198,165,15). Sum of RGB (Red+Green+Blue) = 198+165+15=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 165 (64.84% from 255 or 43.65% from 378); Blue value is 15 (6.25% from 255 or 3.97% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A50F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6A50F is #395AF0. Grayscale: #9E9E9E. Windows color (decimal): -3758833 or 1025478. OLE color: 1025478.
HSL color Cylindrical-coordinate representation of color #C6A50F: hue angle of 49.18º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C6A50F is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 165 | 15 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.22 |
| HSL | 49.18º | 0.86% | 0.42% | - |
| HSV(B) | 49.18º | 0.92% | 0.78% | - |
| XYZ | 36.83 | 38.95 | 6.03 | - |
| YUV | 157.77 | 47.43 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 165 | 15 | 0 | 0.17 | 0.92 | 0.22 | 49.18 | 0.86 | 0.42 |
| Hex | C6 | A5 | F | 0 | 11 | 5C | 16 | 31 | 56 | 2A |
| Octal | 306 | 245 | 17 | 0 | 21 | 134 | 26 | 61 | 126 | 52 |
| Binary | 11000110 | 10100101 | 1111 | 0 | 10001 | 1011100 | 10110 | 110001 | 1010110 | 101010 |
Color Harmonies of #C6A50F
Complementary color
Monochromatic Colors of #C6A50F
Black with #C6A50F
Text Example
Text Example
White with #C6A50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A50F; }
p { color: rgb(198,165,15); }
H1.HeaderClassName
{
color: #C6A50F;
}
.AnyTagClassName
{
color: #C6A50F;
}
</style>
background-color css
<style>
a { background-color: #C6A50F; }
a { background-color: rgb(198,165,15); }
div.DivClassName
{
background-color: #C6A50F;
}
.BgClassName
{
background-color: #C6A50F;
}
</style>
border-color css
<style>
span { border-color: #C6A50F; }
span { border-color: rgb(198,165,15); }
td.TdClassName
{
border-color: #C6A50F;
}
.TagClassName
{
border-color: #C6A50F;
}
</style>