Shades of Buddha Gold #C29213
Tints of Buddha Gold #C29213
RGB
CMYK
RGB Variations
Color information
#C29213 (or 0xC29213) is known color: Buddha Gold. HEX triplet: C2, 92 and 13. RGB value is (194,146,19). Sum of RGB (Red+Green+Blue) = 194+146+19=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 19 (7.81% from 255 or 5.29% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C29213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29213 is #3D6DEC. Grayscale: #929292. Windows color (decimal): -4025837 or 1282754. OLE color: 1282754.
HSL color Cylindrical-coordinate representation of color #C29213: hue angle of 43.54º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C29213 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 146 | 19 | - |
| CMYK | 0 | 0.25 | 0.90 | 0.24 |
| HSL | 43.54º | 0.82% | 0.42% | - |
| HSV(B) | 43.54º | 0.9% | 0.76% | - |
| XYZ | 32.64 | 32.07 | 5.09 | - |
| YUV | 145.87 | 56.4 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 146 | 19 | 0 | 0.25 | 0.90 | 0.24 | 43.54 | 0.82 | 0.42 |
| Hex | C2 | 92 | 13 | 0 | 19 | 5A | 18 | 2C | 52 | 2A |
| Octal | 302 | 222 | 23 | 0 | 31 | 132 | 30 | 54 | 122 | 52 |
| Binary | 11000010 | 10010010 | 10011 | 0 | 11001 | 1011010 | 11000 | 101100 | 1010010 | 101010 |
Color Harmonies of #C29213
Complementary color
Monochromatic Colors of #C29213
Black with #C29213
Text Example
Text Example
White with #C29213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29213; }
p { color: rgb(194,146,19); }
H1.HeaderClassName
{
color: #C29213;
}
.AnyTagClassName
{
color: #C29213;
}
</style>
background-color css
<style>
a { background-color: #C29213; }
a { background-color: rgb(194,146,19); }
div.DivClassName
{
background-color: #C29213;
}
.BgClassName
{
background-color: #C29213;
}
</style>
border-color css
<style>
span { border-color: #C29213; }
span { border-color: rgb(194,146,19); }
td.TdClassName
{
border-color: #C29213;
}
.TagClassName
{
border-color: #C29213;
}
</style>