Shades of Buddha Gold #C4931A
Tints of Buddha Gold #C4931A
RGB
CMYK
RGB Variations
Color information
#C4931A (or 0xC4931A) is known color: Buddha Gold. HEX triplet: C4, 93 and 1A. RGB value is (196,147,26). Sum of RGB (Red+Green+Blue) = 196+147+26=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 26 (10.55% from 255 or 7.05% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C4931A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4931A is #3B6CE5. Grayscale: #949494. Windows color (decimal): -3894502 or 1741764. OLE color: 1741764.
HSL color Cylindrical-coordinate representation of color #C4931A: hue angle of 42.71º 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 #C4931A is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 147 | 26 | - |
| CMYK | 0 | 0.25 | 0.87 | 0.23 |
| HSL | 42.71º | 0.77% | 0.44% | - |
| HSV(B) | 42.71º | 0.87% | 0.77% | - |
| XYZ | 33.39 | 32.68 | 5.53 | - |
| YUV | 147.86 | 59.23 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 147 | 26 | 0 | 0.25 | 0.87 | 0.23 | 42.71 | 0.77 | 0.44 |
| Hex | C4 | 93 | 1A | 0 | 19 | 57 | 17 | 2B | 4D | 2C |
| Octal | 304 | 223 | 32 | 0 | 31 | 127 | 27 | 53 | 115 | 54 |
| Binary | 11000100 | 10010011 | 11010 | 0 | 11001 | 1010111 | 10111 | 101011 | 1001101 | 101100 |
Color Harmonies of #C4931A
Complementary color
Monochromatic Colors of #C4931A
Black with #C4931A
Text Example
Text Example
White with #C4931A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4931A; }
p { color: rgb(196,147,26); }
H1.HeaderClassName
{
color: #C4931A;
}
.AnyTagClassName
{
color: #C4931A;
}
</style>
background-color css
<style>
a { background-color: #C4931A; }
a { background-color: rgb(196,147,26); }
div.DivClassName
{
background-color: #C4931A;
}
.BgClassName
{
background-color: #C4931A;
}
</style>
border-color css
<style>
span { border-color: #C4931A; }
span { border-color: rgb(196,147,26); }
td.TdClassName
{
border-color: #C4931A;
}
.TagClassName
{
border-color: #C4931A;
}
</style>