Shades of Buddha Gold #C09B16
Tints of Buddha Gold #C09B16
RGB
CMYK
RGB Variations
Color information
#C09B16 (or 0xC09B16) is known color: Buddha Gold. HEX triplet: C0, 9B and 16. RGB value is (192,155,22). Sum of RGB (Red+Green+Blue) = 192+155+22=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 155 (60.94% from 255 or 42.01% from 369); Blue value is 22 (8.98% from 255 or 5.96% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C09B16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09B16 is #3F64E9. Grayscale: #979797. Windows color (decimal): -4154602 or 1481664. OLE color: 1481664.
HSL color Cylindrical-coordinate representation of color #C09B16: hue angle of 46.94º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C09B16 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 155 | 22 | - |
| CMYK | 0 | 0.19 | 0.89 | 0.25 |
| HSL | 46.94º | 0.79% | 0.42% | - |
| HSV(B) | 46.94º | 0.89% | 0.75% | - |
| XYZ | 33.6 | 34.71 | 5.69 | - |
| YUV | 150.9 | 55.26 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 155 | 22 | 0 | 0.19 | 0.89 | 0.25 | 46.94 | 0.79 | 0.42 |
| Hex | C0 | 9B | 16 | 0 | 13 | 59 | 19 | 2F | 4F | 2A |
| Octal | 300 | 233 | 26 | 0 | 23 | 131 | 31 | 57 | 117 | 52 |
| Binary | 11000000 | 10011011 | 10110 | 0 | 10011 | 1011001 | 11001 | 101111 | 1001111 | 101010 |
Color Harmonies of #C09B16
Complementary color
Monochromatic Colors of #C09B16
Black with #C09B16
Text Example
Text Example
White with #C09B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09B16; }
p { color: rgb(192,155,22); }
H1.HeaderClassName
{
color: #C09B16;
}
.AnyTagClassName
{
color: #C09B16;
}
</style>
background-color css
<style>
a { background-color: #C09B16; }
a { background-color: rgb(192,155,22); }
div.DivClassName
{
background-color: #C09B16;
}
.BgClassName
{
background-color: #C09B16;
}
</style>
border-color css
<style>
span { border-color: #C09B16; }
span { border-color: rgb(192,155,22); }
td.TdClassName
{
border-color: #C09B16;
}
.TagClassName
{
border-color: #C09B16;
}
</style>