Shades of Buddha Gold #C4A413
Tints of Buddha Gold #C4A413
RGB
CMYK
RGB Variations
Color information
#C4A413 (or 0xC4A413) is known color: Buddha Gold. HEX triplet: C4, A4 and 13. RGB value is (196,164,19). Sum of RGB (Red+Green+Blue) = 196+164+19=379 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.72% from 379); Green value is 164 (64.45% from 255 or 43.27% from 379); Blue value is 19 (7.81% from 255 or 5.01% from 379); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A413 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A413 is #3B5BEC. Grayscale: #9D9D9D. Windows color (decimal): -3890157 or 1287364. OLE color: 1287364.
HSL color Cylindrical-coordinate representation of color #C4A413: hue angle of 49.15º 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 #C4A413 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 164 | 19 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.23 |
| HSL | 49.15º | 0.82% | 0.42% | - |
| HSV(B) | 49.15º | 0.9% | 0.77% | - |
| XYZ | 36.16 | 38.33 | 6.11 | - |
| YUV | 157.04 | 50.1 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 164 | 19 | 0 | 0.16 | 0.90 | 0.23 | 49.15 | 0.82 | 0.42 |
| Hex | C4 | A4 | 13 | 0 | 10 | 5A | 17 | 31 | 52 | 2A |
| Octal | 304 | 244 | 23 | 0 | 20 | 132 | 27 | 61 | 122 | 52 |
| Binary | 11000100 | 10100100 | 10011 | 0 | 10000 | 1011010 | 10111 | 110001 | 1010010 | 101010 |
Color Harmonies of #C4A413
Complementary color
Monochromatic Colors of #C4A413
Black with #C4A413
Text Example
Text Example
White with #C4A413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A413; }
p { color: rgb(196,164,19); }
H1.HeaderClassName
{
color: #C4A413;
}
.AnyTagClassName
{
color: #C4A413;
}
</style>
background-color css
<style>
a { background-color: #C4A413; }
a { background-color: rgb(196,164,19); }
div.DivClassName
{
background-color: #C4A413;
}
.BgClassName
{
background-color: #C4A413;
}
</style>
border-color css
<style>
span { border-color: #C4A413; }
span { border-color: rgb(196,164,19); }
td.TdClassName
{
border-color: #C4A413;
}
.TagClassName
{
border-color: #C4A413;
}
</style>