Shades of Metallic Gold #C4A832
Tints of Metallic Gold #C4A832
RGB
CMYK
RGB Variations
Color information
#C4A832 (or 0xC4A832) is known color: Metallic Gold. HEX triplet: C4, A8 and 32. RGB value is (196,168,50). Sum of RGB (Red+Green+Blue) = 196+168+50=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 168 (66.02% from 255 or 40.58% from 414); Blue value is 50 (19.92% from 255 or 12.08% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A832 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A832 is #3B57CD. Grayscale: #A3A3A3. Windows color (decimal): -3889102 or 3320004. OLE color: 3320004.
HSL color Cylindrical-coordinate representation of color #C4A832: hue angle of 48.49º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C4A832 is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 168 | 50 | - |
| CMYK | 0 | 0.14 | 0.74 | 0.23 |
| HSL | 48.49º | 0.59% | 0.48% | - |
| HSV(B) | 48.49º | 0.74% | 0.77% | - |
| XYZ | 37.34 | 39.97 | 8.76 | - |
| YUV | 162.92 | 64.28 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 168 | 50 | 0 | 0.14 | 0.74 | 0.23 | 48.49 | 0.59 | 0.48 |
| Hex | C4 | A8 | 32 | 0 | E | 4A | 17 | 30 | 3B | 30 |
| Octal | 304 | 250 | 62 | 0 | 16 | 112 | 27 | 60 | 73 | 60 |
| Binary | 11000100 | 10101000 | 110010 | 0 | 1110 | 1001010 | 10111 | 110000 | 111011 | 110000 |
Color Harmonies of #C4A832
Complementary color
Monochromatic Colors of #C4A832
Black with #C4A832
Text Example
Text Example
White with #C4A832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A832; }
p { color: rgb(196,168,50); }
H1.HeaderClassName
{
color: #C4A832;
}
.AnyTagClassName
{
color: #C4A832;
}
</style>
background-color css
<style>
a { background-color: #C4A832; }
a { background-color: rgb(196,168,50); }
div.DivClassName
{
background-color: #C4A832;
}
.BgClassName
{
background-color: #C4A832;
}
</style>
border-color css
<style>
span { border-color: #C4A832; }
span { border-color: rgb(196,168,50); }
td.TdClassName
{
border-color: #C4A832;
}
.TagClassName
{
border-color: #C4A832;
}
</style>