Shades of Buddha Gold #C4A80C
Tints of Buddha Gold #C4A80C
RGB
CMYK
RGB Variations
Color information
#C4A80C (or 0xC4A80C) is known color: Buddha Gold. HEX triplet: C4, A8 and 0C. RGB value is (196,168,12). Sum of RGB (Red+Green+Blue) = 196+168+12=376 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.13% from 376); Green value is 168 (66.02% from 255 or 44.68% from 376); Blue value is 12 (5.08% from 255 or 3.19% from 376); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A80C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A80C is #3B57F3. Grayscale: #9F9F9F. Windows color (decimal): -3889140 or 829636. OLE color: 829636.
HSL color Cylindrical-coordinate representation of color #C4A80C: hue angle of 50.87º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C4A80C is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 168 | 12 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.23 |
| HSL | 50.87º | 0.88% | 0.41% | - |
| HSV(B) | 50.87º | 0.94% | 0.77% | - |
| XYZ | 36.83 | 39.77 | 6.08 | - |
| YUV | 158.59 | 45.28 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 168 | 12 | 0 | 0.14 | 0.94 | 0.23 | 50.87 | 0.88 | 0.41 |
| Hex | C4 | A8 | C | 0 | E | 5E | 17 | 33 | 58 | 29 |
| Octal | 304 | 250 | 14 | 0 | 16 | 136 | 27 | 63 | 130 | 51 |
| Binary | 11000100 | 10101000 | 1100 | 0 | 1110 | 1011110 | 10111 | 110011 | 1011000 | 101001 |
Color Harmonies of #C4A80C
Complementary color
Monochromatic Colors of #C4A80C
Black with #C4A80C
Text Example
Text Example
White with #C4A80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A80C; }
p { color: rgb(196,168,12); }
H1.HeaderClassName
{
color: #C4A80C;
}
.AnyTagClassName
{
color: #C4A80C;
}
</style>
background-color css
<style>
a { background-color: #C4A80C; }
a { background-color: rgb(196,168,12); }
div.DivClassName
{
background-color: #C4A80C;
}
.BgClassName
{
background-color: #C4A80C;
}
</style>
border-color css
<style>
span { border-color: #C4A80C; }
span { border-color: rgb(196,168,12); }
td.TdClassName
{
border-color: #C4A80C;
}
.TagClassName
{
border-color: #C4A80C;
}
</style>