Shades of Buddha Gold #C39E07
Tints of Buddha Gold #C39E07
RGB
CMYK
RGB Variations
Color information
#C39E07 (or 0xC39E07) is known color: Buddha Gold. HEX triplet: C3, 9E and 07. RGB value is (195,158,7). Sum of RGB (Red+Green+Blue) = 195+158+7=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 158 (62.11% from 255 or 43.89% from 360); Blue value is 7 (3.12% from 255 or 1.94% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C39E07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39E07 is #3C61F8. Grayscale: #989898. Windows color (decimal): -3957241 or 499395. OLE color: 499395.
HSL color Cylindrical-coordinate representation of color #C39E07: hue angle of 48.19º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C39E07 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 158 | 7 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.24 |
| HSL | 48.19º | 0.93% | 0.4% | - |
| HSV(B) | 48.19º | 0.96% | 0.76% | - |
| XYZ | 34.77 | 36.07 | 5.33 | - |
| YUV | 151.85 | 46.26 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 158 | 7 | 0 | 0.19 | 0.96 | 0.24 | 48.19 | 0.93 | 0.4 |
| Hex | C3 | 9E | 7 | 0 | 13 | 60 | 18 | 30 | 5D | 28 |
| Octal | 303 | 236 | 7 | 0 | 23 | 140 | 30 | 60 | 135 | 50 |
| Binary | 11000011 | 10011110 | 111 | 0 | 10011 | 1100000 | 11000 | 110000 | 1011101 | 101000 |
Color Harmonies of #C39E07
Complementary color
Monochromatic Colors of #C39E07
Black with #C39E07
Text Example
Text Example
White with #C39E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39E07; }
p { color: rgb(195,158,7); }
H1.HeaderClassName
{
color: #C39E07;
}
.AnyTagClassName
{
color: #C39E07;
}
</style>
background-color css
<style>
a { background-color: #C39E07; }
a { background-color: rgb(195,158,7); }
div.DivClassName
{
background-color: #C39E07;
}
.BgClassName
{
background-color: #C39E07;
}
</style>
border-color css
<style>
span { border-color: #C39E07; }
span { border-color: rgb(195,158,7); }
td.TdClassName
{
border-color: #C39E07;
}
.TagClassName
{
border-color: #C39E07;
}
</style>