Shades of Buddha Gold #C79213
Tints of Buddha Gold #C79213
RGB
CMYK
RGB Variations
Color information
#C79213 (or 0xC79213) is known color: Buddha Gold. HEX triplet: C7, 92 and 13. RGB value is (199,146,19). Sum of RGB (Red+Green+Blue) = 199+146+19=364 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.67% from 364); Green value is 146 (57.42% from 255 or 40.11% from 364); Blue value is 19 (7.81% from 255 or 5.22% from 364); Max value from RGB is 199 - color contains mainly: red. Hex color #C79213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79213 is #386DEC. Grayscale: #939393. Windows color (decimal): -3698157 or 1282759. OLE color: 1282759.
HSL color Cylindrical-coordinate representation of color #C79213: hue angle of 42.33º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C79213 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 146 | 19 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.22 |
| HSL | 42.33º | 0.83% | 0.43% | - |
| HSV(B) | 42.33º | 0.9% | 0.78% | - |
| XYZ | 33.95 | 32.75 | 5.15 | - |
| YUV | 147.37 | 55.56 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 146 | 19 | 0 | 0.27 | 0.90 | 0.22 | 42.33 | 0.83 | 0.43 |
| Hex | C7 | 92 | 13 | 0 | 1B | 5A | 16 | 2A | 53 | 2B |
| Octal | 307 | 222 | 23 | 0 | 33 | 132 | 26 | 52 | 123 | 53 |
| Binary | 11000111 | 10010010 | 10011 | 0 | 11011 | 1011010 | 10110 | 101010 | 1010011 | 101011 |
Color Harmonies of #C79213
Complementary color
Monochromatic Colors of #C79213
Black with #C79213
Text Example
Text Example
White with #C79213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79213; }
p { color: rgb(199,146,19); }
H1.HeaderClassName
{
color: #C79213;
}
.AnyTagClassName
{
color: #C79213;
}
</style>
background-color css
<style>
a { background-color: #C79213; }
a { background-color: rgb(199,146,19); }
div.DivClassName
{
background-color: #C79213;
}
.BgClassName
{
background-color: #C79213;
}
</style>
border-color css
<style>
span { border-color: #C79213; }
span { border-color: rgb(199,146,19); }
td.TdClassName
{
border-color: #C79213;
}
.TagClassName
{
border-color: #C79213;
}
</style>