Shades of Buddha Gold #C19D0B
Tints of Buddha Gold #C19D0B
RGB
CMYK
RGB Variations
Color information
#C19D0B (or 0xC19D0B) is known color: Buddha Gold. HEX triplet: C1, 9D and 0B. RGB value is (193,157,11). Sum of RGB (Red+Green+Blue) = 193+157+11=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 157 (61.72% from 255 or 43.49% from 361); Blue value is 11 (4.69% from 255 or 3.05% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C19D0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19D0B is #3E62F4. Grayscale: #979797. Windows color (decimal): -4088565 or 761281. OLE color: 761281.
HSL color Cylindrical-coordinate representation of color #C19D0B: hue angle of 48.13º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C19D0B is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 157 | 11 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.24 |
| HSL | 48.13º | 0.89% | 0.4% | - |
| HSV(B) | 48.13º | 0.94% | 0.76% | - |
| XYZ | 34.11 | 35.48 | 5.37 | - |
| YUV | 151.12 | 48.93 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 157 | 11 | 0 | 0.19 | 0.94 | 0.24 | 48.13 | 0.89 | 0.4 |
| Hex | C1 | 9D | B | 0 | 13 | 5E | 18 | 30 | 59 | 28 |
| Octal | 301 | 235 | 13 | 0 | 23 | 136 | 30 | 60 | 131 | 50 |
| Binary | 11000001 | 10011101 | 1011 | 0 | 10011 | 1011110 | 11000 | 110000 | 1011001 | 101000 |
Color Harmonies of #C19D0B
Complementary color
Monochromatic Colors of #C19D0B
Black with #C19D0B
Text Example
Text Example
White with #C19D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19D0B; }
p { color: rgb(193,157,11); }
H1.HeaderClassName
{
color: #C19D0B;
}
.AnyTagClassName
{
color: #C19D0B;
}
</style>
background-color css
<style>
a { background-color: #C19D0B; }
a { background-color: rgb(193,157,11); }
div.DivClassName
{
background-color: #C19D0B;
}
.BgClassName
{
background-color: #C19D0B;
}
</style>
border-color css
<style>
span { border-color: #C19D0B; }
span { border-color: rgb(193,157,11); }
td.TdClassName
{
border-color: #C19D0B;
}
.TagClassName
{
border-color: #C19D0B;
}
</style>