Shades of Buddha Gold #C09E14
Tints of Buddha Gold #C09E14
RGB
CMYK
RGB Variations
Color information
#C09E14 (or 0xC09E14) is known color: Buddha Gold. HEX triplet: C0, 9E and 14. RGB value is (192,158,20). Sum of RGB (Red+Green+Blue) = 192+158+20=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 158 (62.11% from 255 or 42.70% from 370); Blue value is 20 (8.20% from 255 or 5.41% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C09E14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09E14 is #3F61EB. Grayscale: #999999. Windows color (decimal): -4153836 or 1351360. OLE color: 1351360.
HSL color Cylindrical-coordinate representation of color #C09E14: hue angle of 48.14º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C09E14 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 158 | 20 | - |
| CMYK | 0 | 0.18 | 0.90 | 0.25 |
| HSL | 48.14º | 0.81% | 0.42% | - |
| HSV(B) | 48.14º | 0.9% | 0.75% | - |
| XYZ | 34.09 | 35.71 | 5.76 | - |
| YUV | 152.43 | 53.26 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 158 | 20 | 0 | 0.18 | 0.90 | 0.25 | 48.14 | 0.81 | 0.42 |
| Hex | C0 | 9E | 14 | 0 | 12 | 5A | 19 | 30 | 51 | 2A |
| Octal | 300 | 236 | 24 | 0 | 22 | 132 | 31 | 60 | 121 | 52 |
| Binary | 11000000 | 10011110 | 10100 | 0 | 10010 | 1011010 | 11001 | 110000 | 1010001 | 101010 |
Color Harmonies of #C09E14
Complementary color
Monochromatic Colors of #C09E14
Black with #C09E14
Text Example
Text Example
White with #C09E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09E14; }
p { color: rgb(192,158,20); }
H1.HeaderClassName
{
color: #C09E14;
}
.AnyTagClassName
{
color: #C09E14;
}
</style>
background-color css
<style>
a { background-color: #C09E14; }
a { background-color: rgb(192,158,20); }
div.DivClassName
{
background-color: #C09E14;
}
.BgClassName
{
background-color: #C09E14;
}
</style>
border-color css
<style>
span { border-color: #C09E14; }
span { border-color: rgb(192,158,20); }
td.TdClassName
{
border-color: #C09E14;
}
.TagClassName
{
border-color: #C09E14;
}
</style>