Shades of Buddha Gold #C19A0E
Tints of Buddha Gold #C19A0E
RGB
CMYK
RGB Variations
Color information
#C19A0E (or 0xC19A0E) is known color: Buddha Gold. HEX triplet: C1, 9A and 0E. RGB value is (193,154,14). Sum of RGB (Red+Green+Blue) = 193+154+14=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 154 (60.55% from 255 or 42.66% from 361); Blue value is 14 (5.86% from 255 or 3.88% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C19A0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19A0E is #3E65F1. Grayscale: #969696. Windows color (decimal): -4089330 or 957121. OLE color: 957121.
HSL color Cylindrical-coordinate representation of color #C19A0E: hue angle of 46.93º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C19A0E is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 154 | 14 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.24 |
| HSL | 46.93º | 0.86% | 0.41% | - |
| HSV(B) | 46.93º | 0.93% | 0.76% | - |
| XYZ | 33.63 | 34.48 | 5.3 | - |
| YUV | 149.7 | 51.42 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 154 | 14 | 0 | 0.20 | 0.93 | 0.24 | 46.93 | 0.86 | 0.41 |
| Hex | C1 | 9A | E | 0 | 14 | 5D | 18 | 2F | 56 | 29 |
| Octal | 301 | 232 | 16 | 0 | 24 | 135 | 30 | 57 | 126 | 51 |
| Binary | 11000001 | 10011010 | 1110 | 0 | 10100 | 1011101 | 11000 | 101111 | 1010110 | 101001 |
Color Harmonies of #C19A0E
Complementary color
Monochromatic Colors of #C19A0E
Black with #C19A0E
Text Example
Text Example
White with #C19A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19A0E; }
p { color: rgb(193,154,14); }
H1.HeaderClassName
{
color: #C19A0E;
}
.AnyTagClassName
{
color: #C19A0E;
}
</style>
background-color css
<style>
a { background-color: #C19A0E; }
a { background-color: rgb(193,154,14); }
div.DivClassName
{
background-color: #C19A0E;
}
.BgClassName
{
background-color: #C19A0E;
}
</style>
border-color css
<style>
span { border-color: #C19A0E; }
span { border-color: rgb(193,154,14); }
td.TdClassName
{
border-color: #C19A0E;
}
.TagClassName
{
border-color: #C19A0E;
}
</style>