Shades of Buddha Gold #C09419
Tints of Buddha Gold #C09419
RGB
CMYK
RGB Variations
Color information
#C09419 (or 0xC09419) is known color: Buddha Gold. HEX triplet: C0, 94 and 19. RGB value is (192,148,25). Sum of RGB (Red+Green+Blue) = 192+148+25=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 148 (58.20% from 255 or 40.55% from 365); Blue value is 25 (10.16% from 255 or 6.85% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C09419 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09419 is #3F6BE6. Grayscale: #939393. Windows color (decimal): -4156391 or 1676480. OLE color: 1676480.
HSL color Cylindrical-coordinate representation of color #C09419: hue angle of 44.19º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C09419 is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 148 | 25 | - |
| CMYK | 0 | 0.23 | 0.87 | 0.25 |
| HSL | 44.19º | 0.77% | 0.43% | - |
| HSV(B) | 44.19º | 0.87% | 0.75% | - |
| XYZ | 32.5 | 32.46 | 5.47 | - |
| YUV | 147.13 | 59.08 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 148 | 25 | 0 | 0.23 | 0.87 | 0.25 | 44.19 | 0.77 | 0.43 |
| Hex | C0 | 94 | 19 | 0 | 17 | 57 | 19 | 2C | 4D | 2B |
| Octal | 300 | 224 | 31 | 0 | 27 | 127 | 31 | 54 | 115 | 53 |
| Binary | 11000000 | 10010100 | 11001 | 0 | 10111 | 1010111 | 11001 | 101100 | 1001101 | 101011 |
Color Harmonies of #C09419
Complementary color
Monochromatic Colors of #C09419
Black with #C09419
Text Example
Text Example
White with #C09419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09419; }
p { color: rgb(192,148,25); }
H1.HeaderClassName
{
color: #C09419;
}
.AnyTagClassName
{
color: #C09419;
}
</style>
background-color css
<style>
a { background-color: #C09419; }
a { background-color: rgb(192,148,25); }
div.DivClassName
{
background-color: #C09419;
}
.BgClassName
{
background-color: #C09419;
}
</style>
border-color css
<style>
span { border-color: #C09419; }
span { border-color: rgb(192,148,25); }
td.TdClassName
{
border-color: #C09419;
}
.TagClassName
{
border-color: #C09419;
}
</style>