Shades of Buddha Gold #C49B11
Tints of Buddha Gold #C49B11
RGB
CMYK
RGB Variations
Color information
#C49B11 (or 0xC49B11) is known color: Buddha Gold. HEX triplet: C4, 9B and 11. RGB value is (196,155,17). Sum of RGB (Red+Green+Blue) = 196+155+17=368 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.26% from 368); Green value is 155 (60.94% from 255 or 42.12% from 368); Blue value is 17 (7.03% from 255 or 4.62% from 368); Max value from RGB is 196 - color contains mainly: red. Hex color #C49B11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49B11 is #3B64EE. Grayscale: #989898. Windows color (decimal): -3892463 or 1153988. OLE color: 1153988.
HSL color Cylindrical-coordinate representation of color #C49B11: hue angle of 46.26º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C49B11 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 155 | 17 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.23 |
| HSL | 46.26º | 0.84% | 0.42% | - |
| HSV(B) | 46.26º | 0.91% | 0.77% | - |
| XYZ | 34.59 | 35.22 | 5.51 | - |
| YUV | 151.53 | 52.08 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 155 | 17 | 0 | 0.21 | 0.91 | 0.23 | 46.26 | 0.84 | 0.42 |
| Hex | C4 | 9B | 11 | 0 | 15 | 5B | 17 | 2E | 54 | 2A |
| Octal | 304 | 233 | 21 | 0 | 25 | 133 | 27 | 56 | 124 | 52 |
| Binary | 11000100 | 10011011 | 10001 | 0 | 10101 | 1011011 | 10111 | 101110 | 1010100 | 101010 |
Color Harmonies of #C49B11
Complementary color
Monochromatic Colors of #C49B11
Black with #C49B11
Text Example
Text Example
White with #C49B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49B11; }
p { color: rgb(196,155,17); }
H1.HeaderClassName
{
color: #C49B11;
}
.AnyTagClassName
{
color: #C49B11;
}
</style>
background-color css
<style>
a { background-color: #C49B11; }
a { background-color: rgb(196,155,17); }
div.DivClassName
{
background-color: #C49B11;
}
.BgClassName
{
background-color: #C49B11;
}
</style>
border-color css
<style>
span { border-color: #C49B11; }
span { border-color: rgb(196,155,17); }
td.TdClassName
{
border-color: #C49B11;
}
.TagClassName
{
border-color: #C49B11;
}
</style>