Shades of Buddha Gold #C09410
Tints of Buddha Gold #C09410
RGB
CMYK
RGB Variations
Color information
#C09410 (or 0xC09410) is known color: Buddha Gold. HEX triplet: C0, 94 and 10. RGB value is (192,148,16). Sum of RGB (Red+Green+Blue) = 192+148+16=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 16 (6.64% from 255 or 4.49% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C09410 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09410 is #3F6BEF. Grayscale: #929292. Windows color (decimal): -4156400 or 1086656. OLE color: 1086656.
HSL color Cylindrical-coordinate representation of color #C09410: hue angle of 45º 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 #C09410 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 148 | 16 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.25 |
| HSL | 45º | 0.85% | 0.41% | - |
| HSV(B) | 45º | 0.92% | 0.75% | - |
| XYZ | 32.42 | 32.42 | 5.04 | - |
| YUV | 146.11 | 54.58 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 148 | 16 | 0 | 0.23 | 0.92 | 0.25 | 45 | 0.85 | 0.41 |
| Hex | C0 | 94 | 10 | 0 | 17 | 5C | 19 | 2D | 55 | 29 |
| Octal | 300 | 224 | 20 | 0 | 27 | 134 | 31 | 55 | 125 | 51 |
| Binary | 11000000 | 10010100 | 10000 | 0 | 10111 | 1011100 | 11001 | 101101 | 1010101 | 101001 |
Color Harmonies of #C09410
Complementary color
Monochromatic Colors of #C09410
Black with #C09410
Text Example
Text Example
White with #C09410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09410; }
p { color: rgb(192,148,16); }
H1.HeaderClassName
{
color: #C09410;
}
.AnyTagClassName
{
color: #C09410;
}
</style>
background-color css
<style>
a { background-color: #C09410; }
a { background-color: rgb(192,148,16); }
div.DivClassName
{
background-color: #C09410;
}
.BgClassName
{
background-color: #C09410;
}
</style>
border-color css
<style>
span { border-color: #C09410; }
span { border-color: rgb(192,148,16); }
td.TdClassName
{
border-color: #C09410;
}
.TagClassName
{
border-color: #C09410;
}
</style>