Shades of Buddha Gold #C6A705
Tints of Buddha Gold #C6A705
RGB
CMYK
RGB Variations
Color information
#C6A705 (or 0xC6A705) is known color: Buddha Gold. HEX triplet: C6, A7 and 05. RGB value is (198,167,5). Sum of RGB (Red+Green+Blue) = 198+167+5=370 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.51% from 370); Green value is 167 (65.62% from 255 or 45.14% from 370); Blue value is 5 (2.34% from 255 or 1.35% from 370); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A705 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6A705 is #3958FA. Grayscale: #9E9E9E. Windows color (decimal): -3758331 or 370630. OLE color: 370630.
HSL color Cylindrical-coordinate representation of color #C6A705: hue angle of 50.36º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C6A705 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 167 | 5 | - |
| CMYK | 0 | 0.16 | 0.97 | 0.22 |
| HSL | 50.36º | 0.95% | 0.4% | - |
| HSV(B) | 50.36º | 0.97% | 0.78% | - |
| XYZ | 37.13 | 39.65 | 5.84 | - |
| YUV | 157.8 | 41.77 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 167 | 5 | 0 | 0.16 | 0.97 | 0.22 | 50.36 | 0.95 | 0.4 |
| Hex | C6 | A7 | 5 | 0 | 10 | 61 | 16 | 32 | 5F | 28 |
| Octal | 306 | 247 | 5 | 0 | 20 | 141 | 26 | 62 | 137 | 50 |
| Binary | 11000110 | 10100111 | 101 | 0 | 10000 | 1100001 | 10110 | 110010 | 1011111 | 101000 |
Color Harmonies of #C6A705
Complementary color
Monochromatic Colors of #C6A705
Black with #C6A705
Text Example
Text Example
White with #C6A705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A705; }
p { color: rgb(198,167,5); }
H1.HeaderClassName
{
color: #C6A705;
}
.AnyTagClassName
{
color: #C6A705;
}
</style>
background-color css
<style>
a { background-color: #C6A705; }
a { background-color: rgb(198,167,5); }
div.DivClassName
{
background-color: #C6A705;
}
.BgClassName
{
background-color: #C6A705;
}
</style>
border-color css
<style>
span { border-color: #C6A705; }
span { border-color: rgb(198,167,5); }
td.TdClassName
{
border-color: #C6A705;
}
.TagClassName
{
border-color: #C6A705;
}
</style>