Shades of Buddha Gold #C49A10
Tints of Buddha Gold #C49A10
RGB
CMYK
RGB Variations
Color information
#C49A10 (or 0xC49A10) is known color: Buddha Gold. HEX triplet: C4, 9A and 10. RGB value is (196,154,16). Sum of RGB (Red+Green+Blue) = 196+154+16=366 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.55% from 366); Green value is 154 (60.55% from 255 or 42.08% from 366); Blue value is 16 (6.64% from 255 or 4.37% from 366); Max value from RGB is 196 - color contains mainly: red. Hex color #C49A10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49A10 is #3B65EF. Grayscale: #979797. Windows color (decimal): -3892720 or 1088196. OLE color: 1088196.
HSL color Cylindrical-coordinate representation of color #C49A10: hue angle of 46º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C49A10 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 154 | 16 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.23 |
| HSL | 46º | 0.85% | 0.42% | - |
| HSV(B) | 46º | 0.92% | 0.77% | - |
| XYZ | 34.41 | 34.88 | 5.41 | - |
| YUV | 150.83 | 51.91 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 154 | 16 | 0 | 0.21 | 0.92 | 0.23 | 46 | 0.85 | 0.42 |
| Hex | C4 | 9A | 10 | 0 | 15 | 5C | 17 | 2E | 55 | 2A |
| Octal | 304 | 232 | 20 | 0 | 25 | 134 | 27 | 56 | 125 | 52 |
| Binary | 11000100 | 10011010 | 10000 | 0 | 10101 | 1011100 | 10111 | 101110 | 1010101 | 101010 |
Color Harmonies of #C49A10
Complementary color
Monochromatic Colors of #C49A10
Black with #C49A10
Text Example
Text Example
White with #C49A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49A10; }
p { color: rgb(196,154,16); }
H1.HeaderClassName
{
color: #C49A10;
}
.AnyTagClassName
{
color: #C49A10;
}
</style>
background-color css
<style>
a { background-color: #C49A10; }
a { background-color: rgb(196,154,16); }
div.DivClassName
{
background-color: #C49A10;
}
.BgClassName
{
background-color: #C49A10;
}
</style>
border-color css
<style>
span { border-color: #C49A10; }
span { border-color: rgb(196,154,16); }
td.TdClassName
{
border-color: #C49A10;
}
.TagClassName
{
border-color: #C49A10;
}
</style>