Shades of Buddha Gold #C19D09
Tints of Buddha Gold #C19D09
RGB
CMYK
RGB Variations
Color information
#C19D09 (or 0xC19D09) is known color: Buddha Gold. HEX triplet: C1, 9D and 09. RGB value is (193,157,9). Sum of RGB (Red+Green+Blue) = 193+157+9=359 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.76% from 359); Green value is 157 (61.72% from 255 or 43.73% from 359); Blue value is 9 (3.91% from 255 or 2.51% from 359); Max value from RGB is 193 - color contains mainly: red. Hex color #C19D09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19D09 is #3E62F6. Grayscale: #979797. Windows color (decimal): -4088567 or 630209. OLE color: 630209.
HSL color Cylindrical-coordinate representation of color #C19D09: hue angle of 48.26º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C19D09 is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 157 | 9 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.24 |
| HSL | 48.26º | 0.91% | 0.4% | - |
| HSV(B) | 48.26º | 0.95% | 0.76% | - |
| XYZ | 34.1 | 35.47 | 5.31 | - |
| YUV | 150.89 | 47.93 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 157 | 9 | 0 | 0.19 | 0.95 | 0.24 | 48.26 | 0.91 | 0.4 |
| Hex | C1 | 9D | 9 | 0 | 13 | 5F | 18 | 30 | 5B | 28 |
| Octal | 301 | 235 | 11 | 0 | 23 | 137 | 30 | 60 | 133 | 50 |
| Binary | 11000001 | 10011101 | 1001 | 0 | 10011 | 1011111 | 11000 | 110000 | 1011011 | 101000 |
Color Harmonies of #C19D09
Complementary color
Monochromatic Colors of #C19D09
Black with #C19D09
Text Example
Text Example
White with #C19D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19D09; }
p { color: rgb(193,157,9); }
H1.HeaderClassName
{
color: #C19D09;
}
.AnyTagClassName
{
color: #C19D09;
}
</style>
background-color css
<style>
a { background-color: #C19D09; }
a { background-color: rgb(193,157,9); }
div.DivClassName
{
background-color: #C19D09;
}
.BgClassName
{
background-color: #C19D09;
}
</style>
border-color css
<style>
span { border-color: #C19D09; }
span { border-color: rgb(193,157,9); }
td.TdClassName
{
border-color: #C19D09;
}
.TagClassName
{
border-color: #C19D09;
}
</style>