Shades of Buddha Gold #C79119
Tints of Buddha Gold #C79119
RGB
CMYK
RGB Variations
Color information
#C79119 (or 0xC79119) is known color: Buddha Gold. HEX triplet: C7, 91 and 19. RGB value is (199,145,25). Sum of RGB (Red+Green+Blue) = 199+145+25=369 (48% of max value = 765). Red value is 199 (78.12% from 255 or 53.93% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 25 (10.16% from 255 or 6.78% from 369); Max value from RGB is 199 - color contains mainly: red. Hex color #C79119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79119 is #386EE6. Grayscale: #949494. Windows color (decimal): -3698407 or 1675719. OLE color: 1675719.
HSL color Cylindrical-coordinate representation of color #C79119: hue angle of 41.38º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C79119 is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 145 | 25 | - |
| CMYK | 0 | 0.27 | 0.87 | 0.22 |
| HSL | 41.38º | 0.78% | 0.44% | - |
| HSV(B) | 41.38º | 0.87% | 0.78% | - |
| XYZ | 33.85 | 32.46 | 5.4 | - |
| YUV | 147.47 | 58.89 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 145 | 25 | 0 | 0.27 | 0.87 | 0.22 | 41.38 | 0.78 | 0.44 |
| Hex | C7 | 91 | 19 | 0 | 1B | 57 | 16 | 29 | 4E | 2C |
| Octal | 307 | 221 | 31 | 0 | 33 | 127 | 26 | 51 | 116 | 54 |
| Binary | 11000111 | 10010001 | 11001 | 0 | 11011 | 1010111 | 10110 | 101001 | 1001110 | 101100 |
Color Harmonies of #C79119
Complementary color
Monochromatic Colors of #C79119
Black with #C79119
Text Example
Text Example
White with #C79119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79119; }
p { color: rgb(199,145,25); }
H1.HeaderClassName
{
color: #C79119;
}
.AnyTagClassName
{
color: #C79119;
}
</style>
background-color css
<style>
a { background-color: #C79119; }
a { background-color: rgb(199,145,25); }
div.DivClassName
{
background-color: #C79119;
}
.BgClassName
{
background-color: #C79119;
}
</style>
border-color css
<style>
span { border-color: #C79119; }
span { border-color: rgb(199,145,25); }
td.TdClassName
{
border-color: #C79119;
}
.TagClassName
{
border-color: #C79119;
}
</style>