Shades of Buddha Gold #C4A210
Tints of Buddha Gold #C4A210
RGB
CMYK
RGB Variations
Color information
#C4A210 (or 0xC4A210) is known color: Buddha Gold. HEX triplet: C4, A2 and 10. RGB value is (196,162,16). Sum of RGB (Red+Green+Blue) = 196+162+16=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 162 (63.67% from 255 or 43.32% from 374); Blue value is 16 (6.64% from 255 or 4.28% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A210 is #3B5DEF. Grayscale: #9C9C9C. Windows color (decimal): -3890672 or 1090244. OLE color: 1090244.
HSL color Cylindrical-coordinate representation of color #C4A210: hue angle of 48.67º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C4A210 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 162 | 16 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.23 |
| HSL | 48.67º | 0.85% | 0.42% | - |
| HSV(B) | 48.67º | 0.92% | 0.77% | - |
| XYZ | 35.78 | 37.61 | 5.86 | - |
| YUV | 155.52 | 49.26 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 162 | 16 | 0 | 0.17 | 0.92 | 0.23 | 48.67 | 0.85 | 0.42 |
| Hex | C4 | A2 | 10 | 0 | 11 | 5C | 17 | 31 | 55 | 2A |
| Octal | 304 | 242 | 20 | 0 | 21 | 134 | 27 | 61 | 125 | 52 |
| Binary | 11000100 | 10100010 | 10000 | 0 | 10001 | 1011100 | 10111 | 110001 | 1010101 | 101010 |
Color Harmonies of #C4A210
Complementary color
Monochromatic Colors of #C4A210
Black with #C4A210
Text Example
Text Example
White with #C4A210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A210; }
p { color: rgb(196,162,16); }
H1.HeaderClassName
{
color: #C4A210;
}
.AnyTagClassName
{
color: #C4A210;
}
</style>
background-color css
<style>
a { background-color: #C4A210; }
a { background-color: rgb(196,162,16); }
div.DivClassName
{
background-color: #C4A210;
}
.BgClassName
{
background-color: #C4A210;
}
</style>
border-color css
<style>
span { border-color: #C4A210; }
span { border-color: rgb(196,162,16); }
td.TdClassName
{
border-color: #C4A210;
}
.TagClassName
{
border-color: #C4A210;
}
</style>