Shades of Buddha Gold #C39C11
Tints of Buddha Gold #C39C11
RGB
CMYK
RGB Variations
Color information
#C39C11 (or 0xC39C11) is known color: Buddha Gold. HEX triplet: C3, 9C and 11. RGB value is (195,156,17). Sum of RGB (Red+Green+Blue) = 195+156+17=368 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.99% from 368); Green value is 156 (61.33% from 255 or 42.39% from 368); Blue value is 17 (7.03% from 255 or 4.62% from 368); Max value from RGB is 195 - color contains mainly: red. Hex color #C39C11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39C11 is #3C63EE. Grayscale: #989898. Windows color (decimal): -3957743 or 1154243. OLE color: 1154243.
HSL color Cylindrical-coordinate representation of color #C39C11: hue angle of 46.85º 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 #C39C11 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 156 | 17 | - |
| CMYK | 0 | 0.20 | 0.91 | 0.24 |
| HSL | 46.85º | 0.84% | 0.42% | - |
| HSV(B) | 46.85º | 0.91% | 0.76% | - |
| XYZ | 34.5 | 35.42 | 5.55 | - |
| YUV | 151.82 | 51.92 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 156 | 17 | 0 | 0.20 | 0.91 | 0.24 | 46.85 | 0.84 | 0.42 |
| Hex | C3 | 9C | 11 | 0 | 14 | 5B | 18 | 2F | 54 | 2A |
| Octal | 303 | 234 | 21 | 0 | 24 | 133 | 30 | 57 | 124 | 52 |
| Binary | 11000011 | 10011100 | 10001 | 0 | 10100 | 1011011 | 11000 | 101111 | 1010100 | 101010 |
Color Harmonies of #C39C11
Complementary color
Monochromatic Colors of #C39C11
Black with #C39C11
Text Example
Text Example
White with #C39C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39C11; }
p { color: rgb(195,156,17); }
H1.HeaderClassName
{
color: #C39C11;
}
.AnyTagClassName
{
color: #C39C11;
}
</style>
background-color css
<style>
a { background-color: #C39C11; }
a { background-color: rgb(195,156,17); }
div.DivClassName
{
background-color: #C39C11;
}
.BgClassName
{
background-color: #C39C11;
}
</style>
border-color css
<style>
span { border-color: #C39C11; }
span { border-color: rgb(195,156,17); }
td.TdClassName
{
border-color: #C39C11;
}
.TagClassName
{
border-color: #C39C11;
}
</style>