Shades of Buddha Gold #C09E0A
Tints of Buddha Gold #C09E0A
RGB
CMYK
RGB Variations
Color information
#C09E0A (or 0xC09E0A) is known color: Buddha Gold. HEX triplet: C0, 9E and 0A. RGB value is (192,158,10). Sum of RGB (Red+Green+Blue) = 192+158+10=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 158 (62.11% from 255 or 43.89% from 360); Blue value is 10 (4.30% from 255 or 2.78% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C09E0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09E0A is #3F61F5. Grayscale: #979797. Windows color (decimal): -4153846 or 696000. OLE color: 696000.
HSL color Cylindrical-coordinate representation of color #C09E0A: hue angle of 48.79º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C09E0A is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 158 | 10 | - |
| CMYK | 0 | 0.18 | 0.95 | 0.25 |
| HSL | 48.79º | 0.9% | 0.4% | - |
| HSV(B) | 48.79º | 0.95% | 0.75% | - |
| XYZ | 34.02 | 35.68 | 5.38 | - |
| YUV | 151.29 | 48.26 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 158 | 10 | 0 | 0.18 | 0.95 | 0.25 | 48.79 | 0.9 | 0.4 |
| Hex | C0 | 9E | A | 0 | 12 | 5F | 19 | 31 | 5A | 28 |
| Octal | 300 | 236 | 12 | 0 | 22 | 137 | 31 | 61 | 132 | 50 |
| Binary | 11000000 | 10011110 | 1010 | 0 | 10010 | 1011111 | 11001 | 110001 | 1011010 | 101000 |
Color Harmonies of #C09E0A
Complementary color
Monochromatic Colors of #C09E0A
Black with #C09E0A
Text Example
Text Example
White with #C09E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09E0A; }
p { color: rgb(192,158,10); }
H1.HeaderClassName
{
color: #C09E0A;
}
.AnyTagClassName
{
color: #C09E0A;
}
</style>
background-color css
<style>
a { background-color: #C09E0A; }
a { background-color: rgb(192,158,10); }
div.DivClassName
{
background-color: #C09E0A;
}
.BgClassName
{
background-color: #C09E0A;
}
</style>
border-color css
<style>
span { border-color: #C09E0A; }
span { border-color: rgb(192,158,10); }
td.TdClassName
{
border-color: #C09E0A;
}
.TagClassName
{
border-color: #C09E0A;
}
</style>