Shades of Buddha Gold #C19D03
Tints of Buddha Gold #C19D03
RGB
CMYK
RGB Variations
Color information
#C19D03 (or 0xC19D03) is known color: Buddha Gold. HEX triplet: C1, 9D and 03. RGB value is (193,157,3). Sum of RGB (Red+Green+Blue) = 193+157+3=353 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.67% from 353); Green value is 157 (61.72% from 255 or 44.48% from 353); Blue value is 3 (1.56% from 255 or 0.85% from 353); Max value from RGB is 193 - color contains mainly: red. Hex color #C19D03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19D03 is #3E62FC. Grayscale: #969696. Windows color (decimal): -4088573 or 236993. OLE color: 236993.
HSL color Cylindrical-coordinate representation of color #C19D03: hue angle of 48.63º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C19D03 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 157 | 3 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.24 |
| HSL | 48.63º | 0.97% | 0.38% | - |
| HSV(B) | 48.63º | 0.98% | 0.76% | - |
| XYZ | 34.07 | 35.46 | 5.13 | - |
| YUV | 150.21 | 44.93 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 157 | 3 | 0 | 0.19 | 0.98 | 0.24 | 48.63 | 0.97 | 0.38 |
| Hex | C1 | 9D | 3 | 0 | 13 | 62 | 18 | 31 | 61 | 26 |
| Octal | 301 | 235 | 3 | 0 | 23 | 142 | 30 | 61 | 141 | 46 |
| Binary | 11000001 | 10011101 | 11 | 0 | 10011 | 1100010 | 11000 | 110001 | 1100001 | 100110 |
Color Harmonies of #C19D03
Complementary color
Monochromatic Colors of #C19D03
Black with #C19D03
Text Example
Text Example
White with #C19D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19D03; }
p { color: rgb(193,157,3); }
H1.HeaderClassName
{
color: #C19D03;
}
.AnyTagClassName
{
color: #C19D03;
}
</style>
background-color css
<style>
a { background-color: #C19D03; }
a { background-color: rgb(193,157,3); }
div.DivClassName
{
background-color: #C19D03;
}
.BgClassName
{
background-color: #C19D03;
}
</style>
border-color css
<style>
span { border-color: #C19D03; }
span { border-color: rgb(193,157,3); }
td.TdClassName
{
border-color: #C19D03;
}
.TagClassName
{
border-color: #C19D03;
}
</style>