Shades of Buddha Gold #C19A10
Tints of Buddha Gold #C19A10
RGB
CMYK
RGB Variations
Color information
#C19A10 (or 0xC19A10) is known color: Buddha Gold. HEX triplet: C1, 9A and 10. RGB value is (193,154,16). Sum of RGB (Red+Green+Blue) = 193+154+16=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 16 (6.64% from 255 or 4.41% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C19A10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19A10 is #3E65EF. Grayscale: #969696. Windows color (decimal): -4089328 or 1088193. OLE color: 1088193.
HSL color Cylindrical-coordinate representation of color #C19A10: hue angle of 46.78º 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 #C19A10 is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 154 | 16 | - |
| CMYK | 0 | 0.20 | 0.92 | 0.24 |
| HSL | 46.78º | 0.85% | 0.41% | - |
| HSV(B) | 46.78º | 0.92% | 0.76% | - |
| XYZ | 33.64 | 34.49 | 5.37 | - |
| YUV | 149.93 | 52.42 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 154 | 16 | 0 | 0.20 | 0.92 | 0.24 | 46.78 | 0.85 | 0.41 |
| Hex | C1 | 9A | 10 | 0 | 14 | 5C | 18 | 2F | 55 | 29 |
| Octal | 301 | 232 | 20 | 0 | 24 | 134 | 30 | 57 | 125 | 51 |
| Binary | 11000001 | 10011010 | 10000 | 0 | 10100 | 1011100 | 11000 | 101111 | 1010101 | 101001 |
Color Harmonies of #C19A10
Complementary color
Monochromatic Colors of #C19A10
Black with #C19A10
Text Example
Text Example
White with #C19A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19A10; }
p { color: rgb(193,154,16); }
H1.HeaderClassName
{
color: #C19A10;
}
.AnyTagClassName
{
color: #C19A10;
}
</style>
background-color css
<style>
a { background-color: #C19A10; }
a { background-color: rgb(193,154,16); }
div.DivClassName
{
background-color: #C19A10;
}
.BgClassName
{
background-color: #C19A10;
}
</style>
border-color css
<style>
span { border-color: #C19A10; }
span { border-color: rgb(193,154,16); }
td.TdClassName
{
border-color: #C19A10;
}
.TagClassName
{
border-color: #C19A10;
}
</style>