Shades of Buddha Gold #C09611
Tints of Buddha Gold #C09611
RGB
CMYK
RGB Variations
Color information
#C09611 (or 0xC09611) is known color: Buddha Gold. HEX triplet: C0, 96 and 11. RGB value is (192,150,17). Sum of RGB (Red+Green+Blue) = 192+150+17=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 150 (58.98% from 255 or 41.78% from 359); Blue value is 17 (7.03% from 255 or 4.74% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C09611 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09611 is #3F69EE. Grayscale: #939393. Windows color (decimal): -4155887 or 1152704. OLE color: 1152704.
HSL color Cylindrical-coordinate representation of color #C09611: hue angle of 45.6º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C09611 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 150 | 17 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.25 |
| HSL | 45.6º | 0.84% | 0.41% | - |
| HSV(B) | 45.6º | 0.91% | 0.75% | - |
| XYZ | 32.75 | 33.06 | 5.19 | - |
| YUV | 147.4 | 54.41 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 150 | 17 | 0 | 0.22 | 0.91 | 0.25 | 45.6 | 0.84 | 0.41 |
| Hex | C0 | 96 | 11 | 0 | 16 | 5B | 19 | 2E | 54 | 29 |
| Octal | 300 | 226 | 21 | 0 | 26 | 133 | 31 | 56 | 124 | 51 |
| Binary | 11000000 | 10010110 | 10001 | 0 | 10110 | 1011011 | 11001 | 101110 | 1010100 | 101001 |
Color Harmonies of #C09611
Complementary color
Monochromatic Colors of #C09611
Black with #C09611
Text Example
Text Example
White with #C09611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09611; }
p { color: rgb(192,150,17); }
H1.HeaderClassName
{
color: #C09611;
}
.AnyTagClassName
{
color: #C09611;
}
</style>
background-color css
<style>
a { background-color: #C09611; }
a { background-color: rgb(192,150,17); }
div.DivClassName
{
background-color: #C09611;
}
.BgClassName
{
background-color: #C09611;
}
</style>
border-color css
<style>
span { border-color: #C09611; }
span { border-color: rgb(192,150,17); }
td.TdClassName
{
border-color: #C09611;
}
.TagClassName
{
border-color: #C09611;
}
</style>