#C4A235

Color #C4A235 Metallic Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Metallic Gold #C4A235

Tints of Metallic Gold #C4A235

Color information

#C4A235 (or 0xC4A235) is unknown color: approx Metallic Gold. HEX triplet: C4, A2 and 35. RGB value is (196,162,53). Sum of RGB (Red+Green+Blue) = 196+162+53=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 53 (21.09% from 255 or 12.90% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A235 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A235 is #3B5DCA. Grayscale: #A0A0A0. Windows color (decimal): -3890635 or 3515076. OLE color: 3515076.

HSL color Cylindrical-coordinate representation of color #C4A235: hue angle of 45.73º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C4A235 is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB19616253-
CMYK00.170.730.23
HSL45.73º57.43%48.82%-
HSV(B)45.73º72.96%76.86%-
XYZ36.3337.838.76-
YUV159.7467.76153.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 47.69%
GREEN value IS 162 (63.67% from 255) = 39.42%
BLUE value IS 53 (21.09% from 255) = 12.90%
R=47.69%
G=39.42%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961625300.170.730.2345.7357.4348.82
HexC4A23501149172e3931
Octal3042426502111127567161
Binary1100010010100010110101010001100100110111101110111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A235; }

 p { color: rgb(196,162,53); }

 H1.HeaderClassName
 {
   color: #C4A235;
 }
 .AnyTagClassName
 {
   color: #C4A235;
 }
</style>
background-color css

<style>
 a { background-color: #C4A235; }

 a { background-color: rgb(196,162,53); }

 div.DivClassName
 {
   background-color: #C4A235;
 }
 .BgClassName
 {
   background-color: #C4A235;
 }
</style>
border-color css

<style>
 span { border-color: #C4A235; }

 span { border-color: rgb(196,162,53); }

 td.TdClassName
 {
   border-color: #C4A235;
 }
 .TagClassName
 {
   border-color: #C4A235;
 }
</style>