Shades of Buddha Gold #C39A11
Tints of Buddha Gold #C39A11
RGB
CMYK
RGB Variations
Color information
#C39A11 (or 0xC39A11) is known color: Buddha Gold. HEX triplet: C3, 9A and 11. RGB value is (195,154,17). Sum of RGB (Red+Green+Blue) = 195+154+17=366 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.28% from 366); Green value is 154 (60.55% from 255 or 42.08% from 366); Blue value is 17 (7.03% from 255 or 4.64% from 366); Max value from RGB is 195 - color contains mainly: red. Hex color #C39A11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39A11 is #3C65EE. Grayscale: #979797. Windows color (decimal): -3958255 or 1153731. OLE color: 1153731.
HSL color Cylindrical-coordinate representation of color #C39A11: hue angle of 46.18º 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 #C39A11 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 154 | 17 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.24 |
| HSL | 46.18º | 0.84% | 0.42% | - |
| HSV(B) | 46.18º | 0.91% | 0.76% | - |
| XYZ | 34.16 | 34.75 | 5.44 | - |
| YUV | 150.64 | 52.58 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 154 | 17 | 0 | 0.21 | 0.91 | 0.24 | 46.18 | 0.84 | 0.42 |
| Hex | C3 | 9A | 11 | 0 | 15 | 5B | 18 | 2E | 54 | 2A |
| Octal | 303 | 232 | 21 | 0 | 25 | 133 | 30 | 56 | 124 | 52 |
| Binary | 11000011 | 10011010 | 10001 | 0 | 10101 | 1011011 | 11000 | 101110 | 1010100 | 101010 |
Color Harmonies of #C39A11
Complementary color
Monochromatic Colors of #C39A11
Black with #C39A11
Text Example
Text Example
White with #C39A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39A11; }
p { color: rgb(195,154,17); }
H1.HeaderClassName
{
color: #C39A11;
}
.AnyTagClassName
{
color: #C39A11;
}
</style>
background-color css
<style>
a { background-color: #C39A11; }
a { background-color: rgb(195,154,17); }
div.DivClassName
{
background-color: #C39A11;
}
.BgClassName
{
background-color: #C39A11;
}
</style>
border-color css
<style>
span { border-color: #C39A11; }
span { border-color: rgb(195,154,17); }
td.TdClassName
{
border-color: #C39A11;
}
.TagClassName
{
border-color: #C39A11;
}
</style>