Shades of Buddha Gold #C09310
Tints of Buddha Gold #C09310
RGB
CMYK
RGB Variations
Color information
#C09310 (or 0xC09310) is known color: Buddha Gold. HEX triplet: C0, 93 and 10. RGB value is (192,147,16). Sum of RGB (Red+Green+Blue) = 192+147+16=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 147 (57.81% from 255 or 41.41% from 355); Blue value is 16 (6.64% from 255 or 4.51% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C09310 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09310 is #3F6CEF. Grayscale: #929292. Windows color (decimal): -4156656 or 1086400. OLE color: 1086400.
HSL color Cylindrical-coordinate representation of color #C09310: hue angle of 44.66º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C09310 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 147 | 16 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.25 |
| HSL | 44.66º | 0.85% | 0.41% | - |
| HSV(B) | 44.66º | 0.92% | 0.75% | - |
| XYZ | 32.27 | 32.11 | 4.99 | - |
| YUV | 145.52 | 54.91 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 16 | 0 | 0.23 | 0.92 | 0.25 | 44.66 | 0.85 | 0.41 |
| Hex | C0 | 93 | 10 | 0 | 17 | 5C | 19 | 2D | 55 | 29 |
| Octal | 300 | 223 | 20 | 0 | 27 | 134 | 31 | 55 | 125 | 51 |
| Binary | 11000000 | 10010011 | 10000 | 0 | 10111 | 1011100 | 11001 | 101101 | 1010101 | 101001 |
Color Harmonies of #C09310
Complementary color
Monochromatic Colors of #C09310
Black with #C09310
Text Example
Text Example
White with #C09310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09310; }
p { color: rgb(192,147,16); }
H1.HeaderClassName
{
color: #C09310;
}
.AnyTagClassName
{
color: #C09310;
}
</style>
background-color css
<style>
a { background-color: #C09310; }
a { background-color: rgb(192,147,16); }
div.DivClassName
{
background-color: #C09310;
}
.BgClassName
{
background-color: #C09310;
}
</style>
border-color css
<style>
span { border-color: #C09310; }
span { border-color: rgb(192,147,16); }
td.TdClassName
{
border-color: #C09310;
}
.TagClassName
{
border-color: #C09310;
}
</style>