Shades of Buddha Gold #C19B1E
Tints of Buddha Gold #C19B1E
RGB
CMYK
RGB Variations
Color information
#C19B1E (or 0xC19B1E) is known color: Buddha Gold. HEX triplet: C1, 9B and 1E. RGB value is (193,155,30). Sum of RGB (Red+Green+Blue) = 193+155+30=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 155 (60.94% from 255 or 41.01% from 378); Blue value is 30 (12.11% from 255 or 7.94% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C19B1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19B1E is #3E64E1. Grayscale: #989898. Windows color (decimal): -4089058 or 2005953. OLE color: 2005953.
HSL color Cylindrical-coordinate representation of color #C19B1E: hue angle of 46.01º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C19B1E is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 155 | 30 | - |
| CMYK | 0 | 0.20 | 0.84 | 0.24 |
| HSL | 46.01º | 0.73% | 0.44% | - |
| HSV(B) | 46.01º | 0.84% | 0.76% | - |
| XYZ | 33.95 | 34.87 | 6.17 | - |
| YUV | 152.11 | 59.09 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 155 | 30 | 0 | 0.20 | 0.84 | 0.24 | 46.01 | 0.73 | 0.44 |
| Hex | C1 | 9B | 1E | 0 | 14 | 54 | 18 | 2E | 49 | 2C |
| Octal | 301 | 233 | 36 | 0 | 24 | 124 | 30 | 56 | 111 | 54 |
| Binary | 11000001 | 10011011 | 11110 | 0 | 10100 | 1010100 | 11000 | 101110 | 1001001 | 101100 |
Color Harmonies of #C19B1E
Complementary color
Monochromatic Colors of #C19B1E
Black with #C19B1E
Text Example
Text Example
White with #C19B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19B1E; }
p { color: rgb(193,155,30); }
H1.HeaderClassName
{
color: #C19B1E;
}
.AnyTagClassName
{
color: #C19B1E;
}
</style>
background-color css
<style>
a { background-color: #C19B1E; }
a { background-color: rgb(193,155,30); }
div.DivClassName
{
background-color: #C19B1E;
}
.BgClassName
{
background-color: #C19B1E;
}
</style>
border-color css
<style>
span { border-color: #C19B1E; }
span { border-color: rgb(193,155,30); }
td.TdClassName
{
border-color: #C19B1E;
}
.TagClassName
{
border-color: #C19B1E;
}
</style>