Shades of Buddha Gold #C6A00F
Tints of Buddha Gold #C6A00F
RGB
CMYK
RGB Variations
Color information
#C6A00F (or 0xC6A00F) is known color: Buddha Gold. HEX triplet: C6, A0 and 0F. RGB value is (198,160,15). Sum of RGB (Red+Green+Blue) = 198+160+15=373 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.08% from 373); Green value is 160 (62.89% from 255 or 42.90% from 373); Blue value is 15 (6.25% from 255 or 4.02% from 373); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A00F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6A00F is #395FF0. Grayscale: #9B9B9B. Windows color (decimal): -3760113 or 1024198. OLE color: 1024198.
HSL color Cylindrical-coordinate representation of color #C6A00F: hue angle of 47.54º 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 #C6A00F is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 160 | 15 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.22 |
| HSL | 47.54º | 0.86% | 0.42% | - |
| HSV(B) | 47.54º | 0.92% | 0.78% | - |
| XYZ | 35.95 | 37.18 | 5.73 | - |
| YUV | 154.83 | 49.09 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 160 | 15 | 0 | 0.19 | 0.92 | 0.22 | 47.54 | 0.86 | 0.42 |
| Hex | C6 | A0 | F | 0 | 13 | 5C | 16 | 30 | 56 | 2A |
| Octal | 306 | 240 | 17 | 0 | 23 | 134 | 26 | 60 | 126 | 52 |
| Binary | 11000110 | 10100000 | 1111 | 0 | 10011 | 1011100 | 10110 | 110000 | 1010110 | 101010 |
Color Harmonies of #C6A00F
Complementary color
Monochromatic Colors of #C6A00F
Black with #C6A00F
Text Example
Text Example
White with #C6A00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A00F; }
p { color: rgb(198,160,15); }
H1.HeaderClassName
{
color: #C6A00F;
}
.AnyTagClassName
{
color: #C6A00F;
}
</style>
background-color css
<style>
a { background-color: #C6A00F; }
a { background-color: rgb(198,160,15); }
div.DivClassName
{
background-color: #C6A00F;
}
.BgClassName
{
background-color: #C6A00F;
}
</style>
border-color css
<style>
span { border-color: #C6A00F; }
span { border-color: rgb(198,160,15); }
td.TdClassName
{
border-color: #C6A00F;
}
.TagClassName
{
border-color: #C6A00F;
}
</style>