Shades of Buddha Gold #C09A04
Tints of Buddha Gold #C09A04
RGB
CMYK
RGB Variations
Color information
#C09A04 (or 0xC09A04) is known color: Buddha Gold. HEX triplet: C0, 9A and 04. RGB value is (192,154,4). Sum of RGB (Red+Green+Blue) = 192+154+4=350 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.86% from 350); Green value is 154 (60.55% from 255 or 44% from 350); Blue value is 4 (1.95% from 255 or 1.14% from 350); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09A04 is #3F65FB. Grayscale: #949494. Windows color (decimal): -4154876 or 301760. OLE color: 301760.
HSL color Cylindrical-coordinate representation of color #C09A04: hue angle of 47.87º 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 #C09A04 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 154 | 4 | - |
| CMYK | 0 | 0.20 | 0.98 | 0.25 |
| HSL | 47.87º | 0.96% | 0.38% | - |
| HSV(B) | 47.87º | 0.98% | 0.75% | - |
| XYZ | 33.32 | 34.33 | 4.98 | - |
| YUV | 148.26 | 46.59 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 4 | 0 | 0.20 | 0.98 | 0.25 | 47.87 | 0.96 | 0.38 |
| Hex | C0 | 9A | 4 | 0 | 14 | 62 | 19 | 30 | 60 | 26 |
| Octal | 300 | 232 | 4 | 0 | 24 | 142 | 31 | 60 | 140 | 46 |
| Binary | 11000000 | 10011010 | 100 | 0 | 10100 | 1100010 | 11001 | 110000 | 1100000 | 100110 |
Color Harmonies of #C09A04
Complementary color
Monochromatic Colors of #C09A04
Black with #C09A04
Text Example
Text Example
White with #C09A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09A04; }
p { color: rgb(192,154,4); }
H1.HeaderClassName
{
color: #C09A04;
}
.AnyTagClassName
{
color: #C09A04;
}
</style>
background-color css
<style>
a { background-color: #C09A04; }
a { background-color: rgb(192,154,4); }
div.DivClassName
{
background-color: #C09A04;
}
.BgClassName
{
background-color: #C09A04;
}
</style>
border-color css
<style>
span { border-color: #C09A04; }
span { border-color: rgb(192,154,4); }
td.TdClassName
{
border-color: #C09A04;
}
.TagClassName
{
border-color: #C09A04;
}
</style>