Shades of Buddha Gold #C79C19
Tints of Buddha Gold #C79C19
RGB
CMYK
RGB Variations
Color information
#C79C19 (or 0xC79C19) is known color: Buddha Gold. HEX triplet: C7, 9C and 19. RGB value is (199,156,25). Sum of RGB (Red+Green+Blue) = 199+156+25=380 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.37% from 380); Green value is 156 (61.33% from 255 or 41.05% from 380); Blue value is 25 (10.16% from 255 or 6.58% from 380); Max value from RGB is 199 - color contains mainly: red. Hex color #C79C19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79C19 is #3863E6. Grayscale: #9A9A9A. Windows color (decimal): -3695591 or 1678535. OLE color: 1678535.
HSL color Cylindrical-coordinate representation of color #C79C19: hue angle of 45.17º 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 #C79C19 is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 156 | 25 | - |
| CMYK | 0 | 0.22 | 0.87 | 0.22 |
| HSL | 45.17º | 0.78% | 0.44% | - |
| HSV(B) | 45.17º | 0.87% | 0.78% | - |
| XYZ | 35.62 | 35.99 | 5.99 | - |
| YUV | 153.92 | 55.25 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 156 | 25 | 0 | 0.22 | 0.87 | 0.22 | 45.17 | 0.78 | 0.44 |
| Hex | C7 | 9C | 19 | 0 | 16 | 57 | 16 | 2D | 4E | 2C |
| Octal | 307 | 234 | 31 | 0 | 26 | 127 | 26 | 55 | 116 | 54 |
| Binary | 11000111 | 10011100 | 11001 | 0 | 10110 | 1010111 | 10110 | 101101 | 1001110 | 101100 |
Color Harmonies of #C79C19
Complementary color
Monochromatic Colors of #C79C19
Black with #C79C19
Text Example
Text Example
White with #C79C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79C19; }
p { color: rgb(199,156,25); }
H1.HeaderClassName
{
color: #C79C19;
}
.AnyTagClassName
{
color: #C79C19;
}
</style>
background-color css
<style>
a { background-color: #C79C19; }
a { background-color: rgb(199,156,25); }
div.DivClassName
{
background-color: #C79C19;
}
.BgClassName
{
background-color: #C79C19;
}
</style>
border-color css
<style>
span { border-color: #C79C19; }
span { border-color: rgb(199,156,25); }
td.TdClassName
{
border-color: #C79C19;
}
.TagClassName
{
border-color: #C79C19;
}
</style>