Shades of Buddha Gold #C09711
Tints of Buddha Gold #C09711
RGB
CMYK
RGB Variations
Color information
#C09711 (or 0xC09711) is known color: Buddha Gold. HEX triplet: C0, 97 and 11. RGB value is (192,151,17). Sum of RGB (Red+Green+Blue) = 192+151+17=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 151 (59.38% from 255 or 41.94% from 360); Blue value is 17 (7.03% from 255 or 4.72% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C09711 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09711 is #3F68EE. Grayscale: #949494. Windows color (decimal): -4155631 or 1152960. OLE color: 1152960.
HSL color Cylindrical-coordinate representation of color #C09711: hue angle of 45.94º 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 #C09711 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 151 | 17 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.25 |
| HSL | 45.94º | 0.84% | 0.41% | - |
| HSV(B) | 45.94º | 0.91% | 0.75% | - |
| XYZ | 32.91 | 33.38 | 5.24 | - |
| YUV | 147.98 | 54.08 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 151 | 17 | 0 | 0.21 | 0.91 | 0.25 | 45.94 | 0.84 | 0.41 |
| Hex | C0 | 97 | 11 | 0 | 15 | 5B | 19 | 2E | 54 | 29 |
| Octal | 300 | 227 | 21 | 0 | 25 | 133 | 31 | 56 | 124 | 51 |
| Binary | 11000000 | 10010111 | 10001 | 0 | 10101 | 1011011 | 11001 | 101110 | 1010100 | 101001 |
Color Harmonies of #C09711
Complementary color
Monochromatic Colors of #C09711
Black with #C09711
Text Example
Text Example
White with #C09711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09711; }
p { color: rgb(192,151,17); }
H1.HeaderClassName
{
color: #C09711;
}
.AnyTagClassName
{
color: #C09711;
}
</style>
background-color css
<style>
a { background-color: #C09711; }
a { background-color: rgb(192,151,17); }
div.DivClassName
{
background-color: #C09711;
}
.BgClassName
{
background-color: #C09711;
}
</style>
border-color css
<style>
span { border-color: #C09711; }
span { border-color: rgb(192,151,17); }
td.TdClassName
{
border-color: #C09711;
}
.TagClassName
{
border-color: #C09711;
}
</style>