Shades of Buddha Gold #C39E11
Tints of Buddha Gold #C39E11
RGB
CMYK
RGB Variations
Color information
#C39E11 (or 0xC39E11) is known color: Buddha Gold. HEX triplet: C3, 9E and 11. RGB value is (195,158,17). Sum of RGB (Red+Green+Blue) = 195+158+17=370 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.70% from 370); Green value is 158 (62.11% from 255 or 42.70% from 370); Blue value is 17 (7.03% from 255 or 4.59% from 370); Max value from RGB is 195 - color contains mainly: red. Hex color #C39E11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39E11 is #3C61EE. Grayscale: #999999. Windows color (decimal): -3957231 or 1154755. OLE color: 1154755.
HSL color Cylindrical-coordinate representation of color #C39E11: hue angle of 47.53º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C39E11 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 158 | 17 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.24 |
| HSL | 47.53º | 0.84% | 0.42% | - |
| HSV(B) | 47.53º | 0.91% | 0.76% | - |
| XYZ | 34.83 | 36.1 | 5.66 | - |
| YUV | 152.99 | 51.26 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 158 | 17 | 0 | 0.19 | 0.91 | 0.24 | 47.53 | 0.84 | 0.42 |
| Hex | C3 | 9E | 11 | 0 | 13 | 5B | 18 | 30 | 54 | 2A |
| Octal | 303 | 236 | 21 | 0 | 23 | 133 | 30 | 60 | 124 | 52 |
| Binary | 11000011 | 10011110 | 10001 | 0 | 10011 | 1011011 | 11000 | 110000 | 1010100 | 101010 |
Color Harmonies of #C39E11
Complementary color
Monochromatic Colors of #C39E11
Black with #C39E11
Text Example
Text Example
White with #C39E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39E11; }
p { color: rgb(195,158,17); }
H1.HeaderClassName
{
color: #C39E11;
}
.AnyTagClassName
{
color: #C39E11;
}
</style>
background-color css
<style>
a { background-color: #C39E11; }
a { background-color: rgb(195,158,17); }
div.DivClassName
{
background-color: #C39E11;
}
.BgClassName
{
background-color: #C39E11;
}
</style>
border-color css
<style>
span { border-color: #C39E11; }
span { border-color: rgb(195,158,17); }
td.TdClassName
{
border-color: #C39E11;
}
.TagClassName
{
border-color: #C39E11;
}
</style>