Shades of Buddha Gold #C49A03
Tints of Buddha Gold #C49A03
RGB
CMYK
RGB Variations
Color information
#C49A03 (or 0xC49A03) is known color: Buddha Gold. HEX triplet: C4, 9A and 03. RGB value is (196,154,3). Sum of RGB (Red+Green+Blue) = 196+154+3=353 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.52% from 353); Green value is 154 (60.55% from 255 or 43.63% from 353); Blue value is 3 (1.56% from 255 or 0.85% from 353); Max value from RGB is 196 - color contains mainly: red. Hex color #C49A03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49A03 is #3B65FC. Grayscale: #959595. Windows color (decimal): -3892733 or 236228. OLE color: 236228.
HSL color Cylindrical-coordinate representation of color #C49A03: hue angle of 46.94º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C49A03 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 154 | 3 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.23 |
| HSL | 46.94º | 0.97% | 0.39% | - |
| HSV(B) | 46.94º | 0.98% | 0.77% | - |
| XYZ | 34.34 | 34.85 | 5 | - |
| YUV | 149.34 | 45.41 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 154 | 3 | 0 | 0.21 | 0.98 | 0.23 | 46.94 | 0.97 | 0.39 |
| Hex | C4 | 9A | 3 | 0 | 15 | 62 | 17 | 2F | 61 | 27 |
| Octal | 304 | 232 | 3 | 0 | 25 | 142 | 27 | 57 | 141 | 47 |
| Binary | 11000100 | 10011010 | 11 | 0 | 10101 | 1100010 | 10111 | 101111 | 1100001 | 100111 |
Color Harmonies of #C49A03
Complementary color
Monochromatic Colors of #C49A03
Black with #C49A03
Text Example
Text Example
White with #C49A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49A03; }
p { color: rgb(196,154,3); }
H1.HeaderClassName
{
color: #C49A03;
}
.AnyTagClassName
{
color: #C49A03;
}
</style>
background-color css
<style>
a { background-color: #C49A03; }
a { background-color: rgb(196,154,3); }
div.DivClassName
{
background-color: #C49A03;
}
.BgClassName
{
background-color: #C49A03;
}
</style>
border-color css
<style>
span { border-color: #C49A03; }
span { border-color: rgb(196,154,3); }
td.TdClassName
{
border-color: #C49A03;
}
.TagClassName
{
border-color: #C49A03;
}
</style>