#C6A235

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

Shades of Metallic Gold #C6A235

Tints of Metallic Gold #C6A235

Color information

#C6A235 (or 0xC6A235) is unknown color: approx Metallic Gold. HEX triplet: C6, A2 and 35. RGB value is (198,162,53). Sum of RGB (Red+Green+Blue) = 198+162+53=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 162 (63.67% from 255 or 39.23% from 413); Blue value is 53 (21.09% from 255 or 12.83% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A235 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A235 is #395DCA. Grayscale: #A0A0A0. Windows color (decimal): -3759563 or 3515078. OLE color: 3515078.

HSL color Cylindrical-coordinate representation of color #C6A235: hue angle of 45.1º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C6A235 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB19816253-
CMYK00.180.730.22
HSL45.1º57.77%49.22%-
HSV(B)45.1º73.23%77.65%-
XYZ36.8538.18.78-
YUV160.3467.43154.86-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.94%
GREEN value IS 162 (63.67% from 255) = 39.23%
BLUE value IS 53 (21.09% from 255) = 12.83%
R=47.94%
G=39.23%
B=12.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981625300.180.730.2245.157.7749.22
HexC6A23501249162d3a31
Octal3062426502211126557261
Binary1100011010100010110101010010100100110110101101111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A235; }

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

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

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

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

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

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

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

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