Shades of Buddha Gold #C29210
Tints of Buddha Gold #C29210
RGB
CMYK
RGB Variations
Color information
#C29210 (or 0xC29210) is known color: Buddha Gold. HEX triplet: C2, 92 and 10. RGB value is (194,146,16). Sum of RGB (Red+Green+Blue) = 194+146+16=356 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.49% from 356); Green value is 146 (57.42% from 255 or 41.01% from 356); Blue value is 16 (6.64% from 255 or 4.49% from 356); Max value from RGB is 194 - color contains mainly: red. Hex color #C29210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29210 is #3D6DEF. Grayscale: #929292. Windows color (decimal): -4025840 or 1086146. OLE color: 1086146.
HSL color Cylindrical-coordinate representation of color #C29210: hue angle of 43.82º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C29210 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 146 | 16 | - |
| CMYK | 0 | 0.25 | 0.92 | 0.24 |
| HSL | 43.82º | 0.85% | 0.41% | - |
| HSV(B) | 43.82º | 0.92% | 0.76% | - |
| XYZ | 32.62 | 32.06 | 4.96 | - |
| YUV | 145.53 | 54.9 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 146 | 16 | 0 | 0.25 | 0.92 | 0.24 | 43.82 | 0.85 | 0.41 |
| Hex | C2 | 92 | 10 | 0 | 19 | 5C | 18 | 2C | 55 | 29 |
| Octal | 302 | 222 | 20 | 0 | 31 | 134 | 30 | 54 | 125 | 51 |
| Binary | 11000010 | 10010010 | 10000 | 0 | 11001 | 1011100 | 11000 | 101100 | 1010101 | 101001 |
Color Harmonies of #C29210
Complementary color
Monochromatic Colors of #C29210
Black with #C29210
Text Example
Text Example
White with #C29210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29210; }
p { color: rgb(194,146,16); }
H1.HeaderClassName
{
color: #C29210;
}
.AnyTagClassName
{
color: #C29210;
}
</style>
background-color css
<style>
a { background-color: #C29210; }
a { background-color: rgb(194,146,16); }
div.DivClassName
{
background-color: #C29210;
}
.BgClassName
{
background-color: #C29210;
}
</style>
border-color css
<style>
span { border-color: #C29210; }
span { border-color: rgb(194,146,16); }
td.TdClassName
{
border-color: #C29210;
}
.TagClassName
{
border-color: #C29210;
}
</style>