Shades of Buddha Gold #C09B11
Tints of Buddha Gold #C09B11
RGB
CMYK
RGB Variations
Color information
#C09B11 (or 0xC09B11) is known color: Buddha Gold. HEX triplet: C0, 9B and 11. RGB value is (192,155,17). Sum of RGB (Red+Green+Blue) = 192+155+17=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 155 (60.94% from 255 or 42.58% from 364); Blue value is 17 (7.03% from 255 or 4.67% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C09B11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09B11 is #3F64EE. Grayscale: #969696. Windows color (decimal): -4154607 or 1153984. OLE color: 1153984.
HSL color Cylindrical-coordinate representation of color #C09B11: hue angle of 47.31º 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 #C09B11 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 155 | 17 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.25 |
| HSL | 47.31º | 0.84% | 0.41% | - |
| HSV(B) | 47.31º | 0.91% | 0.75% | - |
| XYZ | 33.56 | 34.69 | 5.46 | - |
| YUV | 150.33 | 52.76 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 155 | 17 | 0 | 0.19 | 0.91 | 0.25 | 47.31 | 0.84 | 0.41 |
| Hex | C0 | 9B | 11 | 0 | 13 | 5B | 19 | 2F | 54 | 29 |
| Octal | 300 | 233 | 21 | 0 | 23 | 133 | 31 | 57 | 124 | 51 |
| Binary | 11000000 | 10011011 | 10001 | 0 | 10011 | 1011011 | 11001 | 101111 | 1010100 | 101001 |
Color Harmonies of #C09B11
Complementary color
Monochromatic Colors of #C09B11
Black with #C09B11
Text Example
Text Example
White with #C09B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09B11; }
p { color: rgb(192,155,17); }
H1.HeaderClassName
{
color: #C09B11;
}
.AnyTagClassName
{
color: #C09B11;
}
</style>
background-color css
<style>
a { background-color: #C09B11; }
a { background-color: rgb(192,155,17); }
div.DivClassName
{
background-color: #C09B11;
}
.BgClassName
{
background-color: #C09B11;
}
</style>
border-color css
<style>
span { border-color: #C09B11; }
span { border-color: rgb(192,155,17); }
td.TdClassName
{
border-color: #C09B11;
}
.TagClassName
{
border-color: #C09B11;
}
</style>