Shades of Buddha Gold #C39519
Tints of Buddha Gold #C39519
RGB
CMYK
RGB Variations
Color information
#C39519 (or 0xC39519) is known color: Buddha Gold. HEX triplet: C3, 95 and 19. RGB value is (195,149,25). Sum of RGB (Red+Green+Blue) = 195+149+25=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 149 (58.59% from 255 or 40.38% from 369); Blue value is 25 (10.16% from 255 or 6.78% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C39519 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39519 is #3C6AE6. Grayscale: #959595. Windows color (decimal): -3959527 or 1676739. OLE color: 1676739.
HSL color Cylindrical-coordinate representation of color #C39519: hue angle of 43.76º 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 #C39519 is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 149 | 25 | - |
| CMYK | 0 | 0.24 | 0.87 | 0.24 |
| HSL | 43.76º | 0.77% | 0.43% | - |
| HSV(B) | 43.76º | 0.87% | 0.76% | - |
| XYZ | 33.43 | 33.17 | 5.56 | - |
| YUV | 148.62 | 58.24 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 149 | 25 | 0 | 0.24 | 0.87 | 0.24 | 43.76 | 0.77 | 0.43 |
| Hex | C3 | 95 | 19 | 0 | 18 | 57 | 18 | 2C | 4D | 2B |
| Octal | 303 | 225 | 31 | 0 | 30 | 127 | 30 | 54 | 115 | 53 |
| Binary | 11000011 | 10010101 | 11001 | 0 | 11000 | 1010111 | 11000 | 101100 | 1001101 | 101011 |
Color Harmonies of #C39519
Complementary color
Monochromatic Colors of #C39519
Black with #C39519
Text Example
Text Example
White with #C39519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39519; }
p { color: rgb(195,149,25); }
H1.HeaderClassName
{
color: #C39519;
}
.AnyTagClassName
{
color: #C39519;
}
</style>
background-color css
<style>
a { background-color: #C39519; }
a { background-color: rgb(195,149,25); }
div.DivClassName
{
background-color: #C39519;
}
.BgClassName
{
background-color: #C39519;
}
</style>
border-color css
<style>
span { border-color: #C39519; }
span { border-color: rgb(195,149,25); }
td.TdClassName
{
border-color: #C39519;
}
.TagClassName
{
border-color: #C39519;
}
</style>