Shades of Buddha Gold #C19909
Tints of Buddha Gold #C19909
RGB
CMYK
RGB Variations
Color information
#C19909 (or 0xC19909) is known color: Buddha Gold. HEX triplet: C1, 99 and 09. RGB value is (193,153,9). Sum of RGB (Red+Green+Blue) = 193+153+9=355 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.37% from 355); Green value is 153 (60.16% from 255 or 43.10% from 355); Blue value is 9 (3.91% from 255 or 2.54% from 355); Max value from RGB is 193 - color contains mainly: red. Hex color #C19909 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19909 is #3E66F6. Grayscale: #959595. Windows color (decimal): -4089591 or 629185. OLE color: 629185.
HSL color Cylindrical-coordinate representation of color #C19909: hue angle of 46.96º 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 #C19909 is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 153 | 9 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.24 |
| HSL | 46.96º | 0.91% | 0.4% | - |
| HSV(B) | 46.96º | 0.95% | 0.76% | - |
| XYZ | 33.43 | 34.14 | 5.09 | - |
| YUV | 148.54 | 49.25 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 153 | 9 | 0 | 0.21 | 0.95 | 0.24 | 46.96 | 0.91 | 0.4 |
| Hex | C1 | 99 | 9 | 0 | 15 | 5F | 18 | 2F | 5B | 28 |
| Octal | 301 | 231 | 11 | 0 | 25 | 137 | 30 | 57 | 133 | 50 |
| Binary | 11000001 | 10011001 | 1001 | 0 | 10101 | 1011111 | 11000 | 101111 | 1011011 | 101000 |
Color Harmonies of #C19909
Complementary color
Monochromatic Colors of #C19909
Black with #C19909
Text Example
Text Example
White with #C19909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19909; }
p { color: rgb(193,153,9); }
H1.HeaderClassName
{
color: #C19909;
}
.AnyTagClassName
{
color: #C19909;
}
</style>
background-color css
<style>
a { background-color: #C19909; }
a { background-color: rgb(193,153,9); }
div.DivClassName
{
background-color: #C19909;
}
.BgClassName
{
background-color: #C19909;
}
</style>
border-color css
<style>
span { border-color: #C19909; }
span { border-color: rgb(193,153,9); }
td.TdClassName
{
border-color: #C19909;
}
.TagClassName
{
border-color: #C19909;
}
</style>