Shades of Buddha Gold #C39119
Tints of Buddha Gold #C39119
RGB
CMYK
RGB Variations
Color information
#C39119 (or 0xC39119) is known color: Buddha Gold. HEX triplet: C3, 91 and 19. RGB value is (195,145,25). Sum of RGB (Red+Green+Blue) = 195+145+25=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 145 (57.03% from 255 or 39.73% from 365); Blue value is 25 (10.16% from 255 or 6.85% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C39119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39119 is #3C6EE6. Grayscale: #929292. Windows color (decimal): -3960551 or 1675715. OLE color: 1675715.
HSL color Cylindrical-coordinate representation of color #C39119: hue angle of 42.35º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C39119 is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 145 | 25 | - |
| CMYK | 0 | 0.26 | 0.87 | 0.24 |
| HSL | 42.35º | 0.77% | 0.43% | - |
| HSV(B) | 42.35º | 0.87% | 0.76% | - |
| XYZ | 32.81 | 31.92 | 5.35 | - |
| YUV | 146.27 | 59.57 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 145 | 25 | 0 | 0.26 | 0.87 | 0.24 | 42.35 | 0.77 | 0.43 |
| Hex | C3 | 91 | 19 | 0 | 1A | 57 | 18 | 2A | 4D | 2B |
| Octal | 303 | 221 | 31 | 0 | 32 | 127 | 30 | 52 | 115 | 53 |
| Binary | 11000011 | 10010001 | 11001 | 0 | 11010 | 1010111 | 11000 | 101010 | 1001101 | 101011 |
Color Harmonies of #C39119
Complementary color
Monochromatic Colors of #C39119
Black with #C39119
Text Example
Text Example
White with #C39119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39119; }
p { color: rgb(195,145,25); }
H1.HeaderClassName
{
color: #C39119;
}
.AnyTagClassName
{
color: #C39119;
}
</style>
background-color css
<style>
a { background-color: #C39119; }
a { background-color: rgb(195,145,25); }
div.DivClassName
{
background-color: #C39119;
}
.BgClassName
{
background-color: #C39119;
}
</style>
border-color css
<style>
span { border-color: #C39119; }
span { border-color: rgb(195,145,25); }
td.TdClassName
{
border-color: #C39119;
}
.TagClassName
{
border-color: #C39119;
}
</style>