Shades of Buddha Gold #C19E11
Tints of Buddha Gold #C19E11
RGB
CMYK
RGB Variations
Color information
#C19E11 (or 0xC19E11) is known color: Buddha Gold. HEX triplet: C1, 9E and 11. RGB value is (193,158,17). Sum of RGB (Red+Green+Blue) = 193+158+17=368 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.45% from 368); Green value is 158 (62.11% from 255 or 42.93% from 368); Blue value is 17 (7.03% from 255 or 4.62% from 368); Max value from RGB is 193 - color contains mainly: red. Hex color #C19E11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19E11 is #3E61EE. Grayscale: #989898. Windows color (decimal): -4088303 or 1154753. OLE color: 1154753.
HSL color Cylindrical-coordinate representation of color #C19E11: hue angle of 48.07º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C19E11 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 158 | 17 | - |
| CMYK | 0 | 0.18 | 0.91 | 0.24 |
| HSL | 48.07º | 0.84% | 0.41% | - |
| HSV(B) | 48.07º | 0.91% | 0.76% | - |
| XYZ | 34.32 | 35.83 | 5.64 | - |
| YUV | 152.39 | 51.6 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 158 | 17 | 0 | 0.18 | 0.91 | 0.24 | 48.07 | 0.84 | 0.41 |
| Hex | C1 | 9E | 11 | 0 | 12 | 5B | 18 | 30 | 54 | 29 |
| Octal | 301 | 236 | 21 | 0 | 22 | 133 | 30 | 60 | 124 | 51 |
| Binary | 11000001 | 10011110 | 10001 | 0 | 10010 | 1011011 | 11000 | 110000 | 1010100 | 101001 |
Color Harmonies of #C19E11
Complementary color
Monochromatic Colors of #C19E11
Black with #C19E11
Text Example
Text Example
White with #C19E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19E11; }
p { color: rgb(193,158,17); }
H1.HeaderClassName
{
color: #C19E11;
}
.AnyTagClassName
{
color: #C19E11;
}
</style>
background-color css
<style>
a { background-color: #C19E11; }
a { background-color: rgb(193,158,17); }
div.DivClassName
{
background-color: #C19E11;
}
.BgClassName
{
background-color: #C19E11;
}
</style>
border-color css
<style>
span { border-color: #C19E11; }
span { border-color: rgb(193,158,17); }
td.TdClassName
{
border-color: #C19E11;
}
.TagClassName
{
border-color: #C19E11;
}
</style>