Shades of Buddha Gold #C59610
Tints of Buddha Gold #C59610
RGB
CMYK
RGB Variations
Color information
#C59610 (or 0xC59610) is known color: Buddha Gold. HEX triplet: C5, 96 and 10. RGB value is (197,150,16). Sum of RGB (Red+Green+Blue) = 197+150+16=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 150 (58.98% from 255 or 41.32% from 363); Blue value is 16 (6.64% from 255 or 4.41% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C59610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59610 is #3A69EF. Grayscale: #959595. Windows color (decimal): -3828208 or 1087173. OLE color: 1087173.
HSL color Cylindrical-coordinate representation of color #C59610: hue angle of 44.42º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C59610 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 150 | 16 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.23 |
| HSL | 44.42º | 0.85% | 0.42% | - |
| HSV(B) | 44.42º | 0.92% | 0.77% | - |
| XYZ | 34.03 | 33.72 | 5.21 | - |
| YUV | 148.78 | 53.07 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 150 | 16 | 0 | 0.24 | 0.92 | 0.23 | 44.42 | 0.85 | 0.42 |
| Hex | C5 | 96 | 10 | 0 | 18 | 5C | 17 | 2C | 55 | 2A |
| Octal | 305 | 226 | 20 | 0 | 30 | 134 | 27 | 54 | 125 | 52 |
| Binary | 11000101 | 10010110 | 10000 | 0 | 11000 | 1011100 | 10111 | 101100 | 1010101 | 101010 |
Color Harmonies of #C59610
Complementary color
Monochromatic Colors of #C59610
Black with #C59610
Text Example
Text Example
White with #C59610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59610; }
p { color: rgb(197,150,16); }
H1.HeaderClassName
{
color: #C59610;
}
.AnyTagClassName
{
color: #C59610;
}
</style>
background-color css
<style>
a { background-color: #C59610; }
a { background-color: rgb(197,150,16); }
div.DivClassName
{
background-color: #C59610;
}
.BgClassName
{
background-color: #C59610;
}
</style>
border-color css
<style>
span { border-color: #C59610; }
span { border-color: rgb(197,150,16); }
td.TdClassName
{
border-color: #C59610;
}
.TagClassName
{
border-color: #C59610;
}
</style>