Shades of Buddha Gold #C4A20C
Tints of Buddha Gold #C4A20C
RGB
CMYK
RGB Variations
Color information
#C4A20C (or 0xC4A20C) is known color: Buddha Gold. HEX triplet: C4, A2 and 0C. RGB value is (196,162,12). Sum of RGB (Red+Green+Blue) = 196+162+12=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 162 (63.67% from 255 or 43.78% from 370); Blue value is 12 (5.08% from 255 or 3.24% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A20C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A20C is #3B5DF3. Grayscale: #9B9B9B. Windows color (decimal): -3890676 or 828100. OLE color: 828100.
HSL color Cylindrical-coordinate representation of color #C4A20C: hue angle of 48.91º 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 #C4A20C is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 162 | 12 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.23 |
| HSL | 48.91º | 0.88% | 0.41% | - |
| HSV(B) | 48.91º | 0.94% | 0.77% | - |
| XYZ | 35.75 | 37.6 | 5.72 | - |
| YUV | 155.07 | 47.26 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 162 | 12 | 0 | 0.17 | 0.94 | 0.23 | 48.91 | 0.88 | 0.41 |
| Hex | C4 | A2 | C | 0 | 11 | 5E | 17 | 31 | 58 | 29 |
| Octal | 304 | 242 | 14 | 0 | 21 | 136 | 27 | 61 | 130 | 51 |
| Binary | 11000100 | 10100010 | 1100 | 0 | 10001 | 1011110 | 10111 | 110001 | 1011000 | 101001 |
Color Harmonies of #C4A20C
Complementary color
Monochromatic Colors of #C4A20C
Black with #C4A20C
Text Example
Text Example
White with #C4A20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A20C; }
p { color: rgb(196,162,12); }
H1.HeaderClassName
{
color: #C4A20C;
}
.AnyTagClassName
{
color: #C4A20C;
}
</style>
background-color css
<style>
a { background-color: #C4A20C; }
a { background-color: rgb(196,162,12); }
div.DivClassName
{
background-color: #C4A20C;
}
.BgClassName
{
background-color: #C4A20C;
}
</style>
border-color css
<style>
span { border-color: #C4A20C; }
span { border-color: rgb(196,162,12); }
td.TdClassName
{
border-color: #C4A20C;
}
.TagClassName
{
border-color: #C4A20C;
}
</style>