Shades of Buddha Gold #C4A116
Tints of Buddha Gold #C4A116
RGB
CMYK
RGB Variations
Color information
#C4A116 (or 0xC4A116) is known color: Buddha Gold. HEX triplet: C4, A1 and 16. RGB value is (196,161,22). Sum of RGB (Red+Green+Blue) = 196+161+22=379 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.72% from 379); Green value is 161 (63.28% from 255 or 42.48% from 379); Blue value is 22 (8.98% from 255 or 5.80% from 379); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A116 is #3B5EE9. Grayscale: #9C9C9C. Windows color (decimal): -3890922 or 1483204. OLE color: 1483204.
HSL color Cylindrical-coordinate representation of color #C4A116: hue angle of 47.93º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C4A116 is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 161 | 22 | - |
| CMYK | 0 | 0.18 | 0.89 | 0.23 |
| HSL | 47.93º | 0.8% | 0.43% | - |
| HSV(B) | 47.93º | 0.89% | 0.77% | - |
| XYZ | 35.65 | 37.28 | 6.08 | - |
| YUV | 155.62 | 52.6 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 161 | 22 | 0 | 0.18 | 0.89 | 0.23 | 47.93 | 0.8 | 0.43 |
| Hex | C4 | A1 | 16 | 0 | 12 | 59 | 17 | 30 | 50 | 2B |
| Octal | 304 | 241 | 26 | 0 | 22 | 131 | 27 | 60 | 120 | 53 |
| Binary | 11000100 | 10100001 | 10110 | 0 | 10010 | 1011001 | 10111 | 110000 | 1010000 | 101011 |
Color Harmonies of #C4A116
Complementary color
Monochromatic Colors of #C4A116
Black with #C4A116
Text Example
Text Example
White with #C4A116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A116; }
p { color: rgb(196,161,22); }
H1.HeaderClassName
{
color: #C4A116;
}
.AnyTagClassName
{
color: #C4A116;
}
</style>
background-color css
<style>
a { background-color: #C4A116; }
a { background-color: rgb(196,161,22); }
div.DivClassName
{
background-color: #C4A116;
}
.BgClassName
{
background-color: #C4A116;
}
</style>
border-color css
<style>
span { border-color: #C4A116; }
span { border-color: rgb(196,161,22); }
td.TdClassName
{
border-color: #C4A116;
}
.TagClassName
{
border-color: #C4A116;
}
</style>