Shades of Buddha Gold #C4901A
Tints of Buddha Gold #C4901A
RGB
CMYK
RGB Variations
Color information
#C4901A (or 0xC4901A) is known color: Buddha Gold. HEX triplet: C4, 90 and 1A. RGB value is (196,144,26). Sum of RGB (Red+Green+Blue) = 196+144+26=366 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.55% from 366); Green value is 144 (56.64% from 255 or 39.34% from 366); Blue value is 26 (10.55% from 255 or 7.10% from 366); Max value from RGB is 196 - color contains mainly: red. Hex color #C4901A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4901A is #3B6FE5. Grayscale: #929292. Windows color (decimal): -3895270 or 1740996. OLE color: 1740996.
HSL color Cylindrical-coordinate representation of color #C4901A: hue angle of 41.65º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C4901A is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 144 | 26 | - |
| CMYK | 0 | 0.27 | 0.87 | 0.23 |
| HSL | 41.65º | 0.77% | 0.44% | - |
| HSV(B) | 41.65º | 0.87% | 0.77% | - |
| XYZ | 32.92 | 31.76 | 5.37 | - |
| YUV | 146.1 | 60.23 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 144 | 26 | 0 | 0.27 | 0.87 | 0.23 | 41.65 | 0.77 | 0.44 |
| Hex | C4 | 90 | 1A | 0 | 1B | 57 | 17 | 2A | 4D | 2C |
| Octal | 304 | 220 | 32 | 0 | 33 | 127 | 27 | 52 | 115 | 54 |
| Binary | 11000100 | 10010000 | 11010 | 0 | 11011 | 1010111 | 10111 | 101010 | 1001101 | 101100 |
Color Harmonies of #C4901A
Complementary color
Monochromatic Colors of #C4901A
Black with #C4901A
Text Example
Text Example
White with #C4901A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4901A; }
p { color: rgb(196,144,26); }
H1.HeaderClassName
{
color: #C4901A;
}
.AnyTagClassName
{
color: #C4901A;
}
</style>
background-color css
<style>
a { background-color: #C4901A; }
a { background-color: rgb(196,144,26); }
div.DivClassName
{
background-color: #C4901A;
}
.BgClassName
{
background-color: #C4901A;
}
</style>
border-color css
<style>
span { border-color: #C4901A; }
span { border-color: rgb(196,144,26); }
td.TdClassName
{
border-color: #C4901A;
}
.TagClassName
{
border-color: #C4901A;
}
</style>