Shades of Buddha Gold #C09913
Tints of Buddha Gold #C09913
RGB
CMYK
RGB Variations
Color information
#C09913 (or 0xC09913) is known color: Buddha Gold. HEX triplet: C0, 99 and 13. RGB value is (192,153,19). Sum of RGB (Red+Green+Blue) = 192+153+19=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 19 (7.81% from 255 or 5.22% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C09913 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09913 is #3F66EC. Grayscale: #959595. Windows color (decimal): -4155117 or 1284544. OLE color: 1284544.
HSL color Cylindrical-coordinate representation of color #C09913: hue angle of 46.47º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C09913 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 153 | 19 | - |
| CMYK | 0 | 0.20 | 0.90 | 0.25 |
| HSL | 46.47º | 0.82% | 0.41% | - |
| HSV(B) | 46.47º | 0.9% | 0.75% | - |
| XYZ | 33.25 | 34.04 | 5.43 | - |
| YUV | 149.39 | 54.42 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 19 | 0 | 0.20 | 0.90 | 0.25 | 46.47 | 0.82 | 0.41 |
| Hex | C0 | 99 | 13 | 0 | 14 | 5A | 19 | 2E | 52 | 29 |
| Octal | 300 | 231 | 23 | 0 | 24 | 132 | 31 | 56 | 122 | 51 |
| Binary | 11000000 | 10011001 | 10011 | 0 | 10100 | 1011010 | 11001 | 101110 | 1010010 | 101001 |
Color Harmonies of #C09913
Complementary color
Monochromatic Colors of #C09913
Black with #C09913
Text Example
Text Example
White with #C09913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09913; }
p { color: rgb(192,153,19); }
H1.HeaderClassName
{
color: #C09913;
}
.AnyTagClassName
{
color: #C09913;
}
</style>
background-color css
<style>
a { background-color: #C09913; }
a { background-color: rgb(192,153,19); }
div.DivClassName
{
background-color: #C09913;
}
.BgClassName
{
background-color: #C09913;
}
</style>
border-color css
<style>
span { border-color: #C09913; }
span { border-color: rgb(192,153,19); }
td.TdClassName
{
border-color: #C09913;
}
.TagClassName
{
border-color: #C09913;
}
</style>