Shades of Buddha Gold #C09810
Tints of Buddha Gold #C09810
RGB
CMYK
RGB Variations
Color information
#C09810 (or 0xC09810) is known color: Buddha Gold. HEX triplet: C0, 98 and 10. RGB value is (192,152,16). Sum of RGB (Red+Green+Blue) = 192+152+16=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 16 (6.64% from 255 or 4.44% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C09810 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09810 is #3F67EF. Grayscale: #959595. Windows color (decimal): -4155376 or 1087680. OLE color: 1087680.
HSL color Cylindrical-coordinate representation of color #C09810: hue angle of 46.36º 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 #C09810 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 152 | 16 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.25 |
| HSL | 46.36º | 0.85% | 0.41% | - |
| HSV(B) | 46.36º | 0.92% | 0.75% | - |
| XYZ | 33.06 | 33.7 | 5.25 | - |
| YUV | 148.46 | 53.25 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 152 | 16 | 0 | 0.21 | 0.92 | 0.25 | 46.36 | 0.85 | 0.41 |
| Hex | C0 | 98 | 10 | 0 | 15 | 5C | 19 | 2E | 55 | 29 |
| Octal | 300 | 230 | 20 | 0 | 25 | 134 | 31 | 56 | 125 | 51 |
| Binary | 11000000 | 10011000 | 10000 | 0 | 10101 | 1011100 | 11001 | 101110 | 1010101 | 101001 |
Color Harmonies of #C09810
Complementary color
Monochromatic Colors of #C09810
Black with #C09810
Text Example
Text Example
White with #C09810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09810; }
p { color: rgb(192,152,16); }
H1.HeaderClassName
{
color: #C09810;
}
.AnyTagClassName
{
color: #C09810;
}
</style>
background-color css
<style>
a { background-color: #C09810; }
a { background-color: rgb(192,152,16); }
div.DivClassName
{
background-color: #C09810;
}
.BgClassName
{
background-color: #C09810;
}
</style>
border-color css
<style>
span { border-color: #C09810; }
span { border-color: rgb(192,152,16); }
td.TdClassName
{
border-color: #C09810;
}
.TagClassName
{
border-color: #C09810;
}
</style>