Shades of Buddha Gold #C49C03
Tints of Buddha Gold #C49C03
RGB
CMYK
RGB Variations
Color information
#C49C03 (or 0xC49C03) is known color: Buddha Gold. HEX triplet: C4, 9C and 03. RGB value is (196,156,3). Sum of RGB (Red+Green+Blue) = 196+156+3=355 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.21% from 355); Green value is 156 (61.33% from 255 or 43.94% from 355); Blue value is 3 (1.56% from 255 or 0.85% from 355); Max value from RGB is 196 - color contains mainly: red. Hex color #C49C03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49C03 is #3B63FC. Grayscale: #979797. Windows color (decimal): -3892221 or 236740. OLE color: 236740.
HSL color Cylindrical-coordinate representation of color #C49C03: hue angle of 47.56º 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 #C49C03 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 156 | 3 | - |
| CMYK | 0 | 0.20 | 0.98 | 0.23 |
| HSL | 47.56º | 0.97% | 0.39% | - |
| HSV(B) | 47.56º | 0.98% | 0.77% | - |
| XYZ | 34.67 | 35.52 | 5.11 | - |
| YUV | 150.52 | 44.75 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 156 | 3 | 0 | 0.20 | 0.98 | 0.23 | 47.56 | 0.97 | 0.39 |
| Hex | C4 | 9C | 3 | 0 | 14 | 62 | 17 | 30 | 61 | 27 |
| Octal | 304 | 234 | 3 | 0 | 24 | 142 | 27 | 60 | 141 | 47 |
| Binary | 11000100 | 10011100 | 11 | 0 | 10100 | 1100010 | 10111 | 110000 | 1100001 | 100111 |
Color Harmonies of #C49C03
Complementary color
Monochromatic Colors of #C49C03
Black with #C49C03
Text Example
Text Example
White with #C49C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49C03; }
p { color: rgb(196,156,3); }
H1.HeaderClassName
{
color: #C49C03;
}
.AnyTagClassName
{
color: #C49C03;
}
</style>
background-color css
<style>
a { background-color: #C49C03; }
a { background-color: rgb(196,156,3); }
div.DivClassName
{
background-color: #C49C03;
}
.BgClassName
{
background-color: #C49C03;
}
</style>
border-color css
<style>
span { border-color: #C49C03; }
span { border-color: rgb(196,156,3); }
td.TdClassName
{
border-color: #C49C03;
}
.TagClassName
{
border-color: #C49C03;
}
</style>