Shades of Buddha Gold #C19F09
Tints of Buddha Gold #C19F09
RGB
CMYK
RGB Variations
Color information
#C19F09 (or 0xC19F09) is known color: Buddha Gold. HEX triplet: C1, 9F and 09. RGB value is (193,159,9). Sum of RGB (Red+Green+Blue) = 193+159+9=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 159 (62.5% from 255 or 44.04% from 361); Blue value is 9 (3.91% from 255 or 2.49% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C19F09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19F09 is #3E60F6. Grayscale: #989898. Windows color (decimal): -4088055 or 630721. OLE color: 630721.
HSL color Cylindrical-coordinate representation of color #C19F09: hue angle of 48.91º 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 #C19F09 is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 159 | 9 | - |
| CMYK | 0 | 0.18 | 0.95 | 0.24 |
| HSL | 48.91º | 0.91% | 0.4% | - |
| HSV(B) | 48.91º | 0.95% | 0.76% | - |
| XYZ | 34.44 | 36.15 | 5.42 | - |
| YUV | 152.07 | 47.26 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 159 | 9 | 0 | 0.18 | 0.95 | 0.24 | 48.91 | 0.91 | 0.4 |
| Hex | C1 | 9F | 9 | 0 | 12 | 5F | 18 | 31 | 5B | 28 |
| Octal | 301 | 237 | 11 | 0 | 22 | 137 | 30 | 61 | 133 | 50 |
| Binary | 11000001 | 10011111 | 1001 | 0 | 10010 | 1011111 | 11000 | 110001 | 1011011 | 101000 |
Color Harmonies of #C19F09
Complementary color
Monochromatic Colors of #C19F09
Black with #C19F09
Text Example
Text Example
White with #C19F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19F09; }
p { color: rgb(193,159,9); }
H1.HeaderClassName
{
color: #C19F09;
}
.AnyTagClassName
{
color: #C19F09;
}
</style>
background-color css
<style>
a { background-color: #C19F09; }
a { background-color: rgb(193,159,9); }
div.DivClassName
{
background-color: #C19F09;
}
.BgClassName
{
background-color: #C19F09;
}
</style>
border-color css
<style>
span { border-color: #C19F09; }
span { border-color: rgb(193,159,9); }
td.TdClassName
{
border-color: #C19F09;
}
.TagClassName
{
border-color: #C19F09;
}
</style>