Shades of Buddha Gold #C49319
Tints of Buddha Gold #C49319
RGB
CMYK
RGB Variations
Color information
#C49319 (or 0xC49319) is known color: Buddha Gold. HEX triplet: C4, 93 and 19. RGB value is (196,147,25). Sum of RGB (Red+Green+Blue) = 196+147+25=368 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.26% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 25 (10.16% from 255 or 6.79% from 368); Max value from RGB is 196 - color contains mainly: red. Hex color #C49319 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49319 is #3B6CE6. Grayscale: #949494. Windows color (decimal): -3894503 or 1676228. OLE color: 1676228.
HSL color Cylindrical-coordinate representation of color #C49319: hue angle of 42.81º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C49319 is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 147 | 25 | - |
| CMYK | 0 | 0.25 | 0.87 | 0.23 |
| HSL | 42.81º | 0.77% | 0.43% | - |
| HSV(B) | 42.81º | 0.87% | 0.77% | - |
| XYZ | 33.37 | 32.67 | 5.47 | - |
| YUV | 147.74 | 58.73 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 147 | 25 | 0 | 0.25 | 0.87 | 0.23 | 42.81 | 0.77 | 0.43 |
| Hex | C4 | 93 | 19 | 0 | 19 | 57 | 17 | 2B | 4D | 2B |
| Octal | 304 | 223 | 31 | 0 | 31 | 127 | 27 | 53 | 115 | 53 |
| Binary | 11000100 | 10010011 | 11001 | 0 | 11001 | 1010111 | 10111 | 101011 | 1001101 | 101011 |
Color Harmonies of #C49319
Complementary color
Monochromatic Colors of #C49319
Black with #C49319
Text Example
Text Example
White with #C49319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49319; }
p { color: rgb(196,147,25); }
H1.HeaderClassName
{
color: #C49319;
}
.AnyTagClassName
{
color: #C49319;
}
</style>
background-color css
<style>
a { background-color: #C49319; }
a { background-color: rgb(196,147,25); }
div.DivClassName
{
background-color: #C49319;
}
.BgClassName
{
background-color: #C49319;
}
</style>
border-color css
<style>
span { border-color: #C49319; }
span { border-color: rgb(196,147,25); }
td.TdClassName
{
border-color: #C49319;
}
.TagClassName
{
border-color: #C49319;
}
</style>