Shades of Buddha Gold #C19809
Tints of Buddha Gold #C19809
RGB
CMYK
RGB Variations
Color information
#C19809 (or 0xC19809) is known color: Buddha Gold. HEX triplet: C1, 98 and 09. RGB value is (193,152,9). Sum of RGB (Red+Green+Blue) = 193+152+9=354 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.52% from 354); Green value is 152 (59.77% from 255 or 42.94% from 354); Blue value is 9 (3.91% from 255 or 2.54% from 354); Max value from RGB is 193 - color contains mainly: red. Hex color #C19809 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19809 is #3E67F6. Grayscale: #949494. Windows color (decimal): -4089847 or 628929. OLE color: 628929.
HSL color Cylindrical-coordinate representation of color #C19809: hue angle of 46.63º 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 #C19809 is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 152 | 9 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.24 |
| HSL | 46.63º | 0.91% | 0.4% | - |
| HSV(B) | 46.63º | 0.95% | 0.76% | - |
| XYZ | 33.27 | 33.81 | 5.03 | - |
| YUV | 147.96 | 49.58 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 152 | 9 | 0 | 0.21 | 0.95 | 0.24 | 46.63 | 0.91 | 0.4 |
| Hex | C1 | 98 | 9 | 0 | 15 | 5F | 18 | 2F | 5B | 28 |
| Octal | 301 | 230 | 11 | 0 | 25 | 137 | 30 | 57 | 133 | 50 |
| Binary | 11000001 | 10011000 | 1001 | 0 | 10101 | 1011111 | 11000 | 101111 | 1011011 | 101000 |
Color Harmonies of #C19809
Complementary color
Monochromatic Colors of #C19809
Black with #C19809
Text Example
Text Example
White with #C19809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19809; }
p { color: rgb(193,152,9); }
H1.HeaderClassName
{
color: #C19809;
}
.AnyTagClassName
{
color: #C19809;
}
</style>
background-color css
<style>
a { background-color: #C19809; }
a { background-color: rgb(193,152,9); }
div.DivClassName
{
background-color: #C19809;
}
.BgClassName
{
background-color: #C19809;
}
</style>
border-color css
<style>
span { border-color: #C19809; }
span { border-color: rgb(193,152,9); }
td.TdClassName
{
border-color: #C19809;
}
.TagClassName
{
border-color: #C19809;
}
</style>