Shades of Buddha Gold #C29216
Tints of Buddha Gold #C29216
RGB
CMYK
RGB Variations
Color information
#C29216 (or 0xC29216) is known color: Buddha Gold. HEX triplet: C2, 92 and 16. RGB value is (194,146,22). Sum of RGB (Red+Green+Blue) = 194+146+22=362 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.59% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 22 (8.98% from 255 or 6.08% from 362); Max value from RGB is 194 - color contains mainly: red. Hex color #C29216 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29216 is #3D6DE9. Grayscale: #929292. Windows color (decimal): -4025834 or 1479362. OLE color: 1479362.
HSL color Cylindrical-coordinate representation of color #C29216: hue angle of 43.26º 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 #C29216 is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 146 | 22 | - |
| CMYK | 0 | 0.25 | 0.89 | 0.24 |
| HSL | 43.26º | 0.8% | 0.42% | - |
| HSV(B) | 43.26º | 0.89% | 0.76% | - |
| XYZ | 32.67 | 32.09 | 5.23 | - |
| YUV | 146.22 | 57.9 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 146 | 22 | 0 | 0.25 | 0.89 | 0.24 | 43.26 | 0.8 | 0.42 |
| Hex | C2 | 92 | 16 | 0 | 19 | 59 | 18 | 2B | 50 | 2A |
| Octal | 302 | 222 | 26 | 0 | 31 | 131 | 30 | 53 | 120 | 52 |
| Binary | 11000010 | 10010010 | 10110 | 0 | 11001 | 1011001 | 11000 | 101011 | 1010000 | 101010 |
Color Harmonies of #C29216
Complementary color
Monochromatic Colors of #C29216
Black with #C29216
Text Example
Text Example
White with #C29216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29216; }
p { color: rgb(194,146,22); }
H1.HeaderClassName
{
color: #C29216;
}
.AnyTagClassName
{
color: #C29216;
}
</style>
background-color css
<style>
a { background-color: #C29216; }
a { background-color: rgb(194,146,22); }
div.DivClassName
{
background-color: #C29216;
}
.BgClassName
{
background-color: #C29216;
}
</style>
border-color css
<style>
span { border-color: #C29216; }
span { border-color: rgb(194,146,22); }
td.TdClassName
{
border-color: #C29216;
}
.TagClassName
{
border-color: #C29216;
}
</style>