Shades of Buddha Gold #C59112
Tints of Buddha Gold #C59112
RGB
CMYK
RGB Variations
Color information
#C59112 (or 0xC59112) is known color: Buddha Gold. HEX triplet: C5, 91 and 12. RGB value is (197,145,18). Sum of RGB (Red+Green+Blue) = 197+145+18=360 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.72% from 360); Green value is 145 (57.03% from 255 or 40.28% from 360); Blue value is 18 (7.42% from 255 or 5% from 360); Max value from RGB is 197 - color contains mainly: red. Hex color #C59112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59112 is #3A6EED. Grayscale: #929292. Windows color (decimal): -3829486 or 1216965. OLE color: 1216965.
HSL color Cylindrical-coordinate representation of color #C59112: hue angle of 42.57º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C59112 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 145 | 18 | - |
| CMYK | 0 | 0.26 | 0.91 | 0.23 |
| HSL | 42.57º | 0.83% | 0.42% | - |
| HSV(B) | 42.57º | 0.91% | 0.77% | - |
| XYZ | 33.26 | 32.16 | 5.03 | - |
| YUV | 146.07 | 55.73 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 145 | 18 | 0 | 0.26 | 0.91 | 0.23 | 42.57 | 0.83 | 0.42 |
| Hex | C5 | 91 | 12 | 0 | 1A | 5B | 17 | 2B | 53 | 2A |
| Octal | 305 | 221 | 22 | 0 | 32 | 133 | 27 | 53 | 123 | 52 |
| Binary | 11000101 | 10010001 | 10010 | 0 | 11010 | 1011011 | 10111 | 101011 | 1010011 | 101010 |
Color Harmonies of #C59112
Complementary color
Monochromatic Colors of #C59112
Black with #C59112
Text Example
Text Example
White with #C59112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59112; }
p { color: rgb(197,145,18); }
H1.HeaderClassName
{
color: #C59112;
}
.AnyTagClassName
{
color: #C59112;
}
</style>
background-color css
<style>
a { background-color: #C59112; }
a { background-color: rgb(197,145,18); }
div.DivClassName
{
background-color: #C59112;
}
.BgClassName
{
background-color: #C59112;
}
</style>
border-color css
<style>
span { border-color: #C59112; }
span { border-color: rgb(197,145,18); }
td.TdClassName
{
border-color: #C59112;
}
.TagClassName
{
border-color: #C59112;
}
</style>