Shades of Buddha Gold #C19B03
Tints of Buddha Gold #C19B03
RGB
CMYK
RGB Variations
Color information
#C19B03 (or 0xC19B03) is known color: Buddha Gold. HEX triplet: C1, 9B and 03. RGB value is (193,155,3). Sum of RGB (Red+Green+Blue) = 193+155+3=351 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.99% from 351); Green value is 155 (60.94% from 255 or 44.16% from 351); Blue value is 3 (1.56% from 255 or 0.85% from 351); Max value from RGB is 193 - color contains mainly: red. Hex color #C19B03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19B03 is #3E64FC. Grayscale: #959595. Windows color (decimal): -4089085 or 236481. OLE color: 236481.
HSL color Cylindrical-coordinate representation of color #C19B03: hue angle of 48º 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 #C19B03 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 155 | 3 | - |
| CMYK | 0 | 0.20 | 0.98 | 0.24 |
| HSL | 48º | 0.97% | 0.38% | - |
| HSV(B) | 48º | 0.98% | 0.76% | - |
| XYZ | 33.73 | 34.79 | 5.02 | - |
| YUV | 149.03 | 45.59 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 155 | 3 | 0 | 0.20 | 0.98 | 0.24 | 48 | 0.97 | 0.38 |
| Hex | C1 | 9B | 3 | 0 | 14 | 62 | 18 | 30 | 61 | 26 |
| Octal | 301 | 233 | 3 | 0 | 24 | 142 | 30 | 60 | 141 | 46 |
| Binary | 11000001 | 10011011 | 11 | 0 | 10100 | 1100010 | 11000 | 110000 | 1100001 | 100110 |
Color Harmonies of #C19B03
Complementary color
Monochromatic Colors of #C19B03
Black with #C19B03
Text Example
Text Example
White with #C19B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19B03; }
p { color: rgb(193,155,3); }
H1.HeaderClassName
{
color: #C19B03;
}
.AnyTagClassName
{
color: #C19B03;
}
</style>
background-color css
<style>
a { background-color: #C19B03; }
a { background-color: rgb(193,155,3); }
div.DivClassName
{
background-color: #C19B03;
}
.BgClassName
{
background-color: #C19B03;
}
</style>
border-color css
<style>
span { border-color: #C19B03; }
span { border-color: rgb(193,155,3); }
td.TdClassName
{
border-color: #C19B03;
}
.TagClassName
{
border-color: #C19B03;
}
</style>