Shades of Buddha Gold #C09B04
Tints of Buddha Gold #C09B04
RGB
CMYK
RGB Variations
Color information
#C09B04 (or 0xC09B04) is known color: Buddha Gold. HEX triplet: C0, 9B and 04. RGB value is (192,155,4). Sum of RGB (Red+Green+Blue) = 192+155+4=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 155 (60.94% from 255 or 44.16% from 351); Blue value is 4 (1.95% from 255 or 1.14% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C09B04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09B04 is #3F64FB. Grayscale: #959595. Windows color (decimal): -4154620 or 302016. OLE color: 302016.
HSL color Cylindrical-coordinate representation of color #C09B04: hue angle of 48.19º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C09B04 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 155 | 4 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.25 |
| HSL | 48.19º | 0.96% | 0.38% | - |
| HSV(B) | 48.19º | 0.98% | 0.75% | - |
| XYZ | 33.48 | 34.66 | 5.04 | - |
| YUV | 148.85 | 46.26 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 155 | 4 | 0 | 0.19 | 0.98 | 0.25 | 48.19 | 0.96 | 0.38 |
| Hex | C0 | 9B | 4 | 0 | 13 | 62 | 19 | 30 | 60 | 26 |
| Octal | 300 | 233 | 4 | 0 | 23 | 142 | 31 | 60 | 140 | 46 |
| Binary | 11000000 | 10011011 | 100 | 0 | 10011 | 1100010 | 11001 | 110000 | 1100000 | 100110 |
Color Harmonies of #C09B04
Complementary color
Monochromatic Colors of #C09B04
Black with #C09B04
Text Example
Text Example
White with #C09B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09B04; }
p { color: rgb(192,155,4); }
H1.HeaderClassName
{
color: #C09B04;
}
.AnyTagClassName
{
color: #C09B04;
}
</style>
background-color css
<style>
a { background-color: #C09B04; }
a { background-color: rgb(192,155,4); }
div.DivClassName
{
background-color: #C09B04;
}
.BgClassName
{
background-color: #C09B04;
}
</style>
border-color css
<style>
span { border-color: #C09B04; }
span { border-color: rgb(192,155,4); }
td.TdClassName
{
border-color: #C09B04;
}
.TagClassName
{
border-color: #C09B04;
}
</style>