Shades of Buddha Gold #C09313
Tints of Buddha Gold #C09313
RGB
CMYK
RGB Variations
Color information
#C09313 (or 0xC09313) is known color: Buddha Gold. HEX triplet: C0, 93 and 13. RGB value is (192,147,19). Sum of RGB (Red+Green+Blue) = 192+147+19=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 147 (57.81% from 255 or 41.06% from 358); Blue value is 19 (7.81% from 255 or 5.31% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C09313 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09313 is #3F6CEC. Grayscale: #929292. Windows color (decimal): -4156653 or 1283008. OLE color: 1283008.
HSL color Cylindrical-coordinate representation of color #C09313: hue angle of 44.39º 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 #C09313 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 147 | 19 | - |
| CMYK | 0 | 0.23 | 0.90 | 0.25 |
| HSL | 44.39º | 0.82% | 0.41% | - |
| HSV(B) | 44.39º | 0.9% | 0.75% | - |
| XYZ | 32.29 | 32.12 | 5.11 | - |
| YUV | 145.86 | 56.41 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 19 | 0 | 0.23 | 0.90 | 0.25 | 44.39 | 0.82 | 0.41 |
| Hex | C0 | 93 | 13 | 0 | 17 | 5A | 19 | 2C | 52 | 29 |
| Octal | 300 | 223 | 23 | 0 | 27 | 132 | 31 | 54 | 122 | 51 |
| Binary | 11000000 | 10010011 | 10011 | 0 | 10111 | 1011010 | 11001 | 101100 | 1010010 | 101001 |
Color Harmonies of #C09313
Complementary color
Monochromatic Colors of #C09313
Black with #C09313
Text Example
Text Example
White with #C09313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09313; }
p { color: rgb(192,147,19); }
H1.HeaderClassName
{
color: #C09313;
}
.AnyTagClassName
{
color: #C09313;
}
</style>
background-color css
<style>
a { background-color: #C09313; }
a { background-color: rgb(192,147,19); }
div.DivClassName
{
background-color: #C09313;
}
.BgClassName
{
background-color: #C09313;
}
</style>
border-color css
<style>
span { border-color: #C09313; }
span { border-color: rgb(192,147,19); }
td.TdClassName
{
border-color: #C09313;
}
.TagClassName
{
border-color: #C09313;
}
</style>