Shades of Buddha Gold #C29116
Tints of Buddha Gold #C29116
RGB
CMYK
RGB Variations
Color information
#C29116 (or 0xC29116) is known color: Buddha Gold. HEX triplet: C2, 91 and 16. RGB value is (194,145,22). Sum of RGB (Red+Green+Blue) = 194+145+22=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 22 (8.98% from 255 or 6.09% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C29116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29116 is #3D6EE9. Grayscale: #929292. Windows color (decimal): -4026090 or 1479106. OLE color: 1479106.
HSL color Cylindrical-coordinate representation of color #C29116: hue angle of 42.91º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C29116 is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 145 | 22 | - |
| CMYK | 0 | 0.25 | 0.89 | 0.24 |
| HSL | 42.91º | 0.8% | 0.42% | - |
| HSV(B) | 42.91º | 0.89% | 0.76% | - |
| XYZ | 32.52 | 31.78 | 5.18 | - |
| YUV | 145.63 | 58.23 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 145 | 22 | 0 | 0.25 | 0.89 | 0.24 | 42.91 | 0.8 | 0.42 |
| Hex | C2 | 91 | 16 | 0 | 19 | 59 | 18 | 2B | 50 | 2A |
| Octal | 302 | 221 | 26 | 0 | 31 | 131 | 30 | 53 | 120 | 52 |
| Binary | 11000010 | 10010001 | 10110 | 0 | 11001 | 1011001 | 11000 | 101011 | 1010000 | 101010 |
Color Harmonies of #C29116
Complementary color
Monochromatic Colors of #C29116
Black with #C29116
Text Example
Text Example
White with #C29116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29116; }
p { color: rgb(194,145,22); }
H1.HeaderClassName
{
color: #C29116;
}
.AnyTagClassName
{
color: #C29116;
}
</style>
background-color css
<style>
a { background-color: #C29116; }
a { background-color: rgb(194,145,22); }
div.DivClassName
{
background-color: #C29116;
}
.BgClassName
{
background-color: #C29116;
}
</style>
border-color css
<style>
span { border-color: #C29116; }
span { border-color: rgb(194,145,22); }
td.TdClassName
{
border-color: #C29116;
}
.TagClassName
{
border-color: #C29116;
}
</style>