#C7A134

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

Shades of Metallic Gold #C7A134

Tints of Metallic Gold #C7A134

Color information

#C7A134 (or 0xC7A134) is unknown color: approx Metallic Gold. HEX triplet: C7, A1 and 34. RGB value is (199,161,52). Sum of RGB (Red+Green+Blue) = 199+161+52=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 52 (20.70% from 255 or 12.62% from 412); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A134 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A134 is #385ECB. Grayscale: #A0A0A0. Windows color (decimal): -3694284 or 3449287. OLE color: 3449287.

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

Color convert

RGB19916152-
CMYK00.190.740.22
HSL44.49º58.57%49.22%-
HSV(B)44.49º73.87%78.04%-
XYZ36.9237.888.61-
YUV159.9467.09155.86-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.30%
GREEN value IS 161 (63.28% from 255) = 39.08%
BLUE value IS 52 (20.70% from 255) = 12.62%
R=48.30%
G=39.08%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991615200.190.740.2244.4958.5749.22
HexC7A1340134A162c3b31
Octal3072416402311226547361
Binary1100011110100001110100010011100101010110101100111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A134; }

 p { color: rgb(199,161,52); }

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

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

 a { background-color: rgb(199,161,52); }

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

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

 span { border-color: rgb(199,161,52); }

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