Shades of Buddha Gold #C49A13
Tints of Buddha Gold #C49A13
RGB
CMYK
RGB Variations
Color information
#C49A13 (or 0xC49A13) is known color: Buddha Gold. HEX triplet: C4, 9A and 13. RGB value is (196,154,19). Sum of RGB (Red+Green+Blue) = 196+154+19=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 154 (60.55% from 255 or 41.73% from 369); Blue value is 19 (7.81% from 255 or 5.15% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C49A13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49A13 is #3B65EC. Grayscale: #979797. Windows color (decimal): -3892717 or 1284804. OLE color: 1284804.
HSL color Cylindrical-coordinate representation of color #C49A13: hue angle of 45.76º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C49A13 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 154 | 19 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.23 |
| HSL | 45.76º | 0.82% | 0.42% | - |
| HSV(B) | 45.76º | 0.9% | 0.77% | - |
| XYZ | 34.44 | 34.89 | 5.54 | - |
| YUV | 151.17 | 53.41 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 154 | 19 | 0 | 0.21 | 0.90 | 0.23 | 45.76 | 0.82 | 0.42 |
| Hex | C4 | 9A | 13 | 0 | 15 | 5A | 17 | 2E | 52 | 2A |
| Octal | 304 | 232 | 23 | 0 | 25 | 132 | 27 | 56 | 122 | 52 |
| Binary | 11000100 | 10011010 | 10011 | 0 | 10101 | 1011010 | 10111 | 101110 | 1010010 | 101010 |
Color Harmonies of #C49A13
Complementary color
Monochromatic Colors of #C49A13
Black with #C49A13
Text Example
Text Example
White with #C49A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49A13; }
p { color: rgb(196,154,19); }
H1.HeaderClassName
{
color: #C49A13;
}
.AnyTagClassName
{
color: #C49A13;
}
</style>
background-color css
<style>
a { background-color: #C49A13; }
a { background-color: rgb(196,154,19); }
div.DivClassName
{
background-color: #C49A13;
}
.BgClassName
{
background-color: #C49A13;
}
</style>
border-color css
<style>
span { border-color: #C49A13; }
span { border-color: rgb(196,154,19); }
td.TdClassName
{
border-color: #C49A13;
}
.TagClassName
{
border-color: #C49A13;
}
</style>