Shades of Buddha Gold #C19E10
Tints of Buddha Gold #C19E10
RGB
CMYK
RGB Variations
Color information
#C19E10 (or 0xC19E10) is known color: Buddha Gold. HEX triplet: C1, 9E and 10. RGB value is (193,158,16). Sum of RGB (Red+Green+Blue) = 193+158+16=367 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.59% from 367); Green value is 158 (62.11% from 255 or 43.05% from 367); Blue value is 16 (6.64% from 255 or 4.36% from 367); Max value from RGB is 193 - color contains mainly: red. Hex color #C19E10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19E10 is #3E61EF. Grayscale: #989898. Windows color (decimal): -4088304 or 1089217. OLE color: 1089217.
HSL color Cylindrical-coordinate representation of color #C19E10: hue angle of 48.14º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C19E10 is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 158 | 16 | - |
| CMYK | 0 | 0.18 | 0.92 | 0.24 |
| HSL | 48.14º | 0.85% | 0.41% | - |
| HSV(B) | 48.14º | 0.92% | 0.76% | - |
| XYZ | 34.31 | 35.83 | 5.6 | - |
| YUV | 152.28 | 51.1 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 158 | 16 | 0 | 0.18 | 0.92 | 0.24 | 48.14 | 0.85 | 0.41 |
| Hex | C1 | 9E | 10 | 0 | 12 | 5C | 18 | 30 | 55 | 29 |
| Octal | 301 | 236 | 20 | 0 | 22 | 134 | 30 | 60 | 125 | 51 |
| Binary | 11000001 | 10011110 | 10000 | 0 | 10010 | 1011100 | 11000 | 110000 | 1010101 | 101001 |
Color Harmonies of #C19E10
Complementary color
Monochromatic Colors of #C19E10
Black with #C19E10
Text Example
Text Example
White with #C19E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19E10; }
p { color: rgb(193,158,16); }
H1.HeaderClassName
{
color: #C19E10;
}
.AnyTagClassName
{
color: #C19E10;
}
</style>
background-color css
<style>
a { background-color: #C19E10; }
a { background-color: rgb(193,158,16); }
div.DivClassName
{
background-color: #C19E10;
}
.BgClassName
{
background-color: #C19E10;
}
</style>
border-color css
<style>
span { border-color: #C19E10; }
span { border-color: rgb(193,158,16); }
td.TdClassName
{
border-color: #C19E10;
}
.TagClassName
{
border-color: #C19E10;
}
</style>