Shades of Buddha Gold #C4A21A
Tints of Buddha Gold #C4A21A
RGB
CMYK
RGB Variations
Color information
#C4A21A (or 0xC4A21A) is known color: Buddha Gold. HEX triplet: C4, A2 and 1A. RGB value is (196,162,26). Sum of RGB (Red+Green+Blue) = 196+162+26=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 162 (63.67% from 255 or 42.19% from 384); Blue value is 26 (10.55% from 255 or 6.77% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A21A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A21A is #3B5DE5. Grayscale: #9D9D9D. Windows color (decimal): -3890662 or 1745604. OLE color: 1745604.
HSL color Cylindrical-coordinate representation of color #C4A21A: hue angle of 48º 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 #C4A21A is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 162 | 26 | - |
| CMYK | 0 | 0.17 | 0.87 | 0.23 |
| HSL | 48º | 0.77% | 0.44% | - |
| HSV(B) | 48º | 0.87% | 0.77% | - |
| XYZ | 35.87 | 37.65 | 6.35 | - |
| YUV | 156.66 | 54.26 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 162 | 26 | 0 | 0.17 | 0.87 | 0.23 | 48 | 0.77 | 0.44 |
| Hex | C4 | A2 | 1A | 0 | 11 | 57 | 17 | 30 | 4D | 2C |
| Octal | 304 | 242 | 32 | 0 | 21 | 127 | 27 | 60 | 115 | 54 |
| Binary | 11000100 | 10100010 | 11010 | 0 | 10001 | 1010111 | 10111 | 110000 | 1001101 | 101100 |
Color Harmonies of #C4A21A
Complementary color
Monochromatic Colors of #C4A21A
Black with #C4A21A
Text Example
Text Example
White with #C4A21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A21A; }
p { color: rgb(196,162,26); }
H1.HeaderClassName
{
color: #C4A21A;
}
.AnyTagClassName
{
color: #C4A21A;
}
</style>
background-color css
<style>
a { background-color: #C4A21A; }
a { background-color: rgb(196,162,26); }
div.DivClassName
{
background-color: #C4A21A;
}
.BgClassName
{
background-color: #C4A21A;
}
</style>
border-color css
<style>
span { border-color: #C4A21A; }
span { border-color: rgb(196,162,26); }
td.TdClassName
{
border-color: #C4A21A;
}
.TagClassName
{
border-color: #C4A21A;
}
</style>