Shades of Buddha Gold #C19116
Tints of Buddha Gold #C19116
RGB
CMYK
RGB Variations
Color information
#C19116 (or 0xC19116) is known color: Buddha Gold. HEX triplet: C1, 91 and 16. RGB value is (193,145,22). Sum of RGB (Red+Green+Blue) = 193+145+22=360 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.61% from 360); Green value is 145 (57.03% from 255 or 40.28% from 360); Blue value is 22 (8.98% from 255 or 6.11% from 360); Max value from RGB is 193 - color contains mainly: red. Hex color #C19116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19116 is #3E6EE9. Grayscale: #919191. Windows color (decimal): -4091626 or 1479105. OLE color: 1479105.
HSL color Cylindrical-coordinate representation of color #C19116: hue angle of 43.16º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C19116 is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 145 | 22 | - |
| CMYK | 0 | 0.25 | 0.89 | 0.24 |
| HSL | 43.16º | 0.8% | 0.42% | - |
| HSV(B) | 43.16º | 0.89% | 0.76% | - |
| XYZ | 32.26 | 31.65 | 5.17 | - |
| YUV | 145.33 | 58.4 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 145 | 22 | 0 | 0.25 | 0.89 | 0.24 | 43.16 | 0.8 | 0.42 |
| Hex | C1 | 91 | 16 | 0 | 19 | 59 | 18 | 2B | 50 | 2A |
| Octal | 301 | 221 | 26 | 0 | 31 | 131 | 30 | 53 | 120 | 52 |
| Binary | 11000001 | 10010001 | 10110 | 0 | 11001 | 1011001 | 11000 | 101011 | 1010000 | 101010 |
Color Harmonies of #C19116
Complementary color
Monochromatic Colors of #C19116
Black with #C19116
Text Example
Text Example
White with #C19116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19116; }
p { color: rgb(193,145,22); }
H1.HeaderClassName
{
color: #C19116;
}
.AnyTagClassName
{
color: #C19116;
}
</style>
background-color css
<style>
a { background-color: #C19116; }
a { background-color: rgb(193,145,22); }
div.DivClassName
{
background-color: #C19116;
}
.BgClassName
{
background-color: #C19116;
}
</style>
border-color css
<style>
span { border-color: #C19116; }
span { border-color: rgb(193,145,22); }
td.TdClassName
{
border-color: #C19116;
}
.TagClassName
{
border-color: #C19116;
}
</style>