Shades of Buddha Gold #C29519
Tints of Buddha Gold #C29519
RGB
CMYK
RGB Variations
Color information
#C29519 (or 0xC29519) is known color: Buddha Gold. HEX triplet: C2, 95 and 19. RGB value is (194,149,25). Sum of RGB (Red+Green+Blue) = 194+149+25=368 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.72% from 368); Green value is 149 (58.59% from 255 or 40.49% from 368); Blue value is 25 (10.16% from 255 or 6.79% from 368); Max value from RGB is 194 - color contains mainly: red. Hex color #C29519 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29519 is #3D6AE6. Grayscale: #949494. Windows color (decimal): -4025063 or 1676738. OLE color: 1676738.
HSL color Cylindrical-coordinate representation of color #C29519: hue angle of 44.02º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C29519 is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 149 | 25 | - |
| CMYK | 0 | 0.23 | 0.87 | 0.24 |
| HSL | 44.02º | 0.77% | 0.43% | - |
| HSV(B) | 44.02º | 0.87% | 0.76% | - |
| XYZ | 33.17 | 33.03 | 5.55 | - |
| YUV | 148.32 | 58.41 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 149 | 25 | 0 | 0.23 | 0.87 | 0.24 | 44.02 | 0.77 | 0.43 |
| Hex | C2 | 95 | 19 | 0 | 17 | 57 | 18 | 2C | 4D | 2B |
| Octal | 302 | 225 | 31 | 0 | 27 | 127 | 30 | 54 | 115 | 53 |
| Binary | 11000010 | 10010101 | 11001 | 0 | 10111 | 1010111 | 11000 | 101100 | 1001101 | 101011 |
Color Harmonies of #C29519
Complementary color
Monochromatic Colors of #C29519
Black with #C29519
Text Example
Text Example
White with #C29519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29519; }
p { color: rgb(194,149,25); }
H1.HeaderClassName
{
color: #C29519;
}
.AnyTagClassName
{
color: #C29519;
}
</style>
background-color css
<style>
a { background-color: #C29519; }
a { background-color: rgb(194,149,25); }
div.DivClassName
{
background-color: #C29519;
}
.BgClassName
{
background-color: #C29519;
}
</style>
border-color css
<style>
span { border-color: #C29519; }
span { border-color: rgb(194,149,25); }
td.TdClassName
{
border-color: #C29519;
}
.TagClassName
{
border-color: #C29519;
}
</style>