Shades of Buddha Gold #C39411
Tints of Buddha Gold #C39411
RGB
CMYK
RGB Variations
Color information
#C39411 (or 0xC39411) is known color: Buddha Gold. HEX triplet: C3, 94 and 11. RGB value is (195,148,17). Sum of RGB (Red+Green+Blue) = 195+148+17=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 148 (58.20% from 255 or 41.11% from 360); Blue value is 17 (7.03% from 255 or 4.72% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C39411 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39411 is #3C6BEE. Grayscale: #939393. Windows color (decimal): -3959791 or 1152195. OLE color: 1152195.
HSL color Cylindrical-coordinate representation of color #C39411: hue angle of 44.16º 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 #C39411 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 148 | 17 | - |
| CMYK | 0 | 0.24 | 0.91 | 0.24 |
| HSL | 44.16º | 0.84% | 0.42% | - |
| HSV(B) | 44.16º | 0.91% | 0.76% | - |
| XYZ | 33.2 | 32.82 | 5.12 | - |
| YUV | 147.12 | 54.57 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 148 | 17 | 0 | 0.24 | 0.91 | 0.24 | 44.16 | 0.84 | 0.42 |
| Hex | C3 | 94 | 11 | 0 | 18 | 5B | 18 | 2C | 54 | 2A |
| Octal | 303 | 224 | 21 | 0 | 30 | 133 | 30 | 54 | 124 | 52 |
| Binary | 11000011 | 10010100 | 10001 | 0 | 11000 | 1011011 | 11000 | 101100 | 1010100 | 101010 |
Color Harmonies of #C39411
Complementary color
Monochromatic Colors of #C39411
Black with #C39411
Text Example
Text Example
White with #C39411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39411; }
p { color: rgb(195,148,17); }
H1.HeaderClassName
{
color: #C39411;
}
.AnyTagClassName
{
color: #C39411;
}
</style>
background-color css
<style>
a { background-color: #C39411; }
a { background-color: rgb(195,148,17); }
div.DivClassName
{
background-color: #C39411;
}
.BgClassName
{
background-color: #C39411;
}
</style>
border-color css
<style>
span { border-color: #C39411; }
span { border-color: rgb(195,148,17); }
td.TdClassName
{
border-color: #C39411;
}
.TagClassName
{
border-color: #C39411;
}
</style>