Shades of Buddha Gold #C19913
Tints of Buddha Gold #C19913
RGB
CMYK
RGB Variations
Color information
#C19913 (or 0xC19913) is known color: Buddha Gold. HEX triplet: C1, 99 and 13. RGB value is (193,153,19). Sum of RGB (Red+Green+Blue) = 193+153+19=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 153 (60.16% from 255 or 41.92% from 365); Blue value is 19 (7.81% from 255 or 5.21% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C19913 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19913 is #3E66EC. Grayscale: #969696. Windows color (decimal): -4089581 or 1284545. OLE color: 1284545.
HSL color Cylindrical-coordinate representation of color #C19913: hue angle of 46.21º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C19913 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 153 | 19 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.24 |
| HSL | 46.21º | 0.82% | 0.42% | - |
| HSV(B) | 46.21º | 0.9% | 0.76% | - |
| XYZ | 33.5 | 34.17 | 5.45 | - |
| YUV | 149.68 | 54.25 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 153 | 19 | 0 | 0.21 | 0.90 | 0.24 | 46.21 | 0.82 | 0.42 |
| Hex | C1 | 99 | 13 | 0 | 15 | 5A | 18 | 2E | 52 | 2A |
| Octal | 301 | 231 | 23 | 0 | 25 | 132 | 30 | 56 | 122 | 52 |
| Binary | 11000001 | 10011001 | 10011 | 0 | 10101 | 1011010 | 11000 | 101110 | 1010010 | 101010 |
Color Harmonies of #C19913
Complementary color
Monochromatic Colors of #C19913
Black with #C19913
Text Example
Text Example
White with #C19913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19913; }
p { color: rgb(193,153,19); }
H1.HeaderClassName
{
color: #C19913;
}
.AnyTagClassName
{
color: #C19913;
}
</style>
background-color css
<style>
a { background-color: #C19913; }
a { background-color: rgb(193,153,19); }
div.DivClassName
{
background-color: #C19913;
}
.BgClassName
{
background-color: #C19913;
}
</style>
border-color css
<style>
span { border-color: #C19913; }
span { border-color: rgb(193,153,19); }
td.TdClassName
{
border-color: #C19913;
}
.TagClassName
{
border-color: #C19913;
}
</style>