Shades of Buddha Gold #C78D18
Tints of Buddha Gold #C78D18
RGB
CMYK
RGB Variations
Color information
#C78D18 (or 0xC78D18) is known color: Buddha Gold. HEX triplet: C7, 8D and 18. RGB value is (199,141,24). Sum of RGB (Red+Green+Blue) = 199+141+24=364 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.67% from 364); Green value is 141 (55.47% from 255 or 38.74% from 364); Blue value is 24 (9.77% from 255 or 6.59% from 364); Max value from RGB is 199 - color contains mainly: red. Hex color #C78D18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78D18 is #3872E7. Grayscale: #919191. Windows color (decimal): -3699432 or 1609159. OLE color: 1609159.
HSL color Cylindrical-coordinate representation of color #C78D18: hue angle of 40.11º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C78D18 is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 141 | 24 | - |
| CMYK | 0 | 0.29 | 0.88 | 0.22 |
| HSL | 40.11º | 0.78% | 0.44% | - |
| HSV(B) | 40.11º | 0.88% | 0.78% | - |
| XYZ | 33.24 | 31.26 | 5.15 | - |
| YUV | 145 | 59.72 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 141 | 24 | 0 | 0.29 | 0.88 | 0.22 | 40.11 | 0.78 | 0.44 |
| Hex | C7 | 8D | 18 | 0 | 1D | 58 | 16 | 28 | 4E | 2C |
| Octal | 307 | 215 | 30 | 0 | 35 | 130 | 26 | 50 | 116 | 54 |
| Binary | 11000111 | 10001101 | 11000 | 0 | 11101 | 1011000 | 10110 | 101000 | 1001110 | 101100 |
Color Harmonies of #C78D18
Complementary color
Monochromatic Colors of #C78D18
Black with #C78D18
Text Example
Text Example
White with #C78D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78D18; }
p { color: rgb(199,141,24); }
H1.HeaderClassName
{
color: #C78D18;
}
.AnyTagClassName
{
color: #C78D18;
}
</style>
background-color css
<style>
a { background-color: #C78D18; }
a { background-color: rgb(199,141,24); }
div.DivClassName
{
background-color: #C78D18;
}
.BgClassName
{
background-color: #C78D18;
}
</style>
border-color css
<style>
span { border-color: #C78D18; }
span { border-color: rgb(199,141,24); }
td.TdClassName
{
border-color: #C78D18;
}
.TagClassName
{
border-color: #C78D18;
}
</style>