Shades of Metallic Gold #C4A830
Tints of Metallic Gold #C4A830
RGB
CMYK
RGB Variations
Color information
#C4A830 (or 0xC4A830) is known color: Metallic Gold. HEX triplet: C4, A8 and 30. RGB value is (196,168,48). Sum of RGB (Red+Green+Blue) = 196+168+48=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 168 (66.02% from 255 or 40.78% from 412); Blue value is 48 (19.14% from 255 or 11.65% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A830 is #3B57CF. Grayscale: #A3A3A3. Windows color (decimal): -3889104 or 3188932. OLE color: 3188932.
HSL color Cylindrical-coordinate representation of color #C4A830: hue angle of 48.65º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C4A830 is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 168 | 48 | - |
| CMYK | 0 | 0.14 | 0.76 | 0.23 |
| HSL | 48.65º | 0.61% | 0.48% | - |
| HSV(B) | 48.65º | 0.76% | 0.77% | - |
| XYZ | 37.3 | 39.95 | 8.54 | - |
| YUV | 162.69 | 63.28 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 168 | 48 | 0 | 0.14 | 0.76 | 0.23 | 48.65 | 0.61 | 0.48 |
| Hex | C4 | A8 | 30 | 0 | E | 4C | 17 | 31 | 3D | 30 |
| Octal | 304 | 250 | 60 | 0 | 16 | 114 | 27 | 61 | 75 | 60 |
| Binary | 11000100 | 10101000 | 110000 | 0 | 1110 | 1001100 | 10111 | 110001 | 111101 | 110000 |
Color Harmonies of #C4A830
Complementary color
Monochromatic Colors of #C4A830
Black with #C4A830
Text Example
Text Example
White with #C4A830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A830; }
p { color: rgb(196,168,48); }
H1.HeaderClassName
{
color: #C4A830;
}
.AnyTagClassName
{
color: #C4A830;
}
</style>
background-color css
<style>
a { background-color: #C4A830; }
a { background-color: rgb(196,168,48); }
div.DivClassName
{
background-color: #C4A830;
}
.BgClassName
{
background-color: #C4A830;
}
</style>
border-color css
<style>
span { border-color: #C4A830; }
span { border-color: rgb(196,168,48); }
td.TdClassName
{
border-color: #C4A830;
}
.TagClassName
{
border-color: #C4A830;
}
</style>