Shades of Buddha Gold #C49C16
Tints of Buddha Gold #C49C16
RGB
CMYK
RGB Variations
Color information
#C49C16 (or 0xC49C16) is known color: Buddha Gold. HEX triplet: C4, 9C and 16. RGB value is (196,156,22). Sum of RGB (Red+Green+Blue) = 196+156+22=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 156 (61.33% from 255 or 41.71% from 374); Blue value is 22 (8.98% from 255 or 5.88% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C49C16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49C16 is #3B63E9. Grayscale: #999999. Windows color (decimal): -3892202 or 1481924. OLE color: 1481924.
HSL color Cylindrical-coordinate representation of color #C49C16: hue angle of 46.21º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C49C16 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 156 | 22 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.23 |
| HSL | 46.21º | 0.8% | 0.43% | - |
| HSV(B) | 46.21º | 0.89% | 0.77% | - |
| XYZ | 34.8 | 35.57 | 5.79 | - |
| YUV | 152.68 | 54.25 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 156 | 22 | 0 | 0.20 | 0.89 | 0.23 | 46.21 | 0.8 | 0.43 |
| Hex | C4 | 9C | 16 | 0 | 14 | 59 | 17 | 2E | 50 | 2B |
| Octal | 304 | 234 | 26 | 0 | 24 | 131 | 27 | 56 | 120 | 53 |
| Binary | 11000100 | 10011100 | 10110 | 0 | 10100 | 1011001 | 10111 | 101110 | 1010000 | 101011 |
Color Harmonies of #C49C16
Complementary color
Monochromatic Colors of #C49C16
Black with #C49C16
Text Example
Text Example
White with #C49C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49C16; }
p { color: rgb(196,156,22); }
H1.HeaderClassName
{
color: #C49C16;
}
.AnyTagClassName
{
color: #C49C16;
}
</style>
background-color css
<style>
a { background-color: #C49C16; }
a { background-color: rgb(196,156,22); }
div.DivClassName
{
background-color: #C49C16;
}
.BgClassName
{
background-color: #C49C16;
}
</style>
border-color css
<style>
span { border-color: #C49C16; }
span { border-color: rgb(196,156,22); }
td.TdClassName
{
border-color: #C49C16;
}
.TagClassName
{
border-color: #C49C16;
}
</style>