Shades of Buddha Gold #C19D1E
Tints of Buddha Gold #C19D1E
RGB
CMYK
RGB Variations
Color information
#C19D1E (or 0xC19D1E) is known color: Buddha Gold. HEX triplet: C1, 9D and 1E. RGB value is (193,157,30). Sum of RGB (Red+Green+Blue) = 193+157+30=380 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.79% from 380); Green value is 157 (61.72% from 255 or 41.32% from 380); Blue value is 30 (12.11% from 255 or 7.89% from 380); Max value from RGB is 193 - color contains mainly: red. Hex color #C19D1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19D1E is #3E62E1. Grayscale: #999999. Windows color (decimal): -4088546 or 2006465. OLE color: 2006465.
HSL color Cylindrical-coordinate representation of color #C19D1E: hue angle of 46.75º 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 #C19D1E is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 157 | 30 | - |
| CMYK | 0 | 0.19 | 0.84 | 0.24 |
| HSL | 46.75º | 0.73% | 0.44% | - |
| HSV(B) | 46.75º | 0.84% | 0.76% | - |
| XYZ | 34.28 | 35.55 | 6.28 | - |
| YUV | 153.29 | 58.43 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 157 | 30 | 0 | 0.19 | 0.84 | 0.24 | 46.75 | 0.73 | 0.44 |
| Hex | C1 | 9D | 1E | 0 | 13 | 54 | 18 | 2F | 49 | 2C |
| Octal | 301 | 235 | 36 | 0 | 23 | 124 | 30 | 57 | 111 | 54 |
| Binary | 11000001 | 10011101 | 11110 | 0 | 10011 | 1010100 | 11000 | 101111 | 1001001 | 101100 |
Color Harmonies of #C19D1E
Complementary color
Monochromatic Colors of #C19D1E
Black with #C19D1E
Text Example
Text Example
White with #C19D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19D1E; }
p { color: rgb(193,157,30); }
H1.HeaderClassName
{
color: #C19D1E;
}
.AnyTagClassName
{
color: #C19D1E;
}
</style>
background-color css
<style>
a { background-color: #C19D1E; }
a { background-color: rgb(193,157,30); }
div.DivClassName
{
background-color: #C19D1E;
}
.BgClassName
{
background-color: #C19D1E;
}
</style>
border-color css
<style>
span { border-color: #C19D1E; }
span { border-color: rgb(193,157,30); }
td.TdClassName
{
border-color: #C19D1E;
}
.TagClassName
{
border-color: #C19D1E;
}
</style>