Shades of Buddha Gold #C19D10
Tints of Buddha Gold #C19D10
RGB
CMYK
RGB Variations
Color information
#C19D10 (or 0xC19D10) is known color: Buddha Gold. HEX triplet: C1, 9D and 10. RGB value is (193,157,16). Sum of RGB (Red+Green+Blue) = 193+157+16=366 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.73% from 366); Green value is 157 (61.72% from 255 or 42.90% from 366); Blue value is 16 (6.64% from 255 or 4.37% from 366); Max value from RGB is 193 - color contains mainly: red. Hex color #C19D10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19D10 is #3E62EF. Grayscale: #989898. Windows color (decimal): -4088560 or 1088961. OLE color: 1088961.
HSL color Cylindrical-coordinate representation of color #C19D10: hue angle of 47.8º 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 #C19D10 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 157 | 16 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.24 |
| HSL | 47.8º | 0.85% | 0.41% | - |
| HSV(B) | 47.8º | 0.92% | 0.76% | - |
| XYZ | 34.14 | 35.49 | 5.54 | - |
| YUV | 151.69 | 51.43 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 157 | 16 | 0 | 0.19 | 0.92 | 0.24 | 47.8 | 0.85 | 0.41 |
| Hex | C1 | 9D | 10 | 0 | 13 | 5C | 18 | 30 | 55 | 29 |
| Octal | 301 | 235 | 20 | 0 | 23 | 134 | 30 | 60 | 125 | 51 |
| Binary | 11000001 | 10011101 | 10000 | 0 | 10011 | 1011100 | 11000 | 110000 | 1010101 | 101001 |
Color Harmonies of #C19D10
Complementary color
Monochromatic Colors of #C19D10
Black with #C19D10
Text Example
Text Example
White with #C19D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19D10; }
p { color: rgb(193,157,16); }
H1.HeaderClassName
{
color: #C19D10;
}
.AnyTagClassName
{
color: #C19D10;
}
</style>
background-color css
<style>
a { background-color: #C19D10; }
a { background-color: rgb(193,157,16); }
div.DivClassName
{
background-color: #C19D10;
}
.BgClassName
{
background-color: #C19D10;
}
</style>
border-color css
<style>
span { border-color: #C19D10; }
span { border-color: rgb(193,157,16); }
td.TdClassName
{
border-color: #C19D10;
}
.TagClassName
{
border-color: #C19D10;
}
</style>