#C7A639

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

Shades of Metallic Gold #C7A639

Tints of Metallic Gold #C7A639

Color information

#C7A639 (or 0xC7A639) is unknown color: approx Metallic Gold. HEX triplet: C7, A6 and 39. RGB value is (199,166,57). Sum of RGB (Red+Green+Blue) = 199+166+57=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 57 (22.66% from 255 or 13.51% from 422); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A639 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A639 is #3859C6. Grayscale: #A3A3A3. Windows color (decimal): -3692999 or 3778247. OLE color: 3778247.

HSL color Cylindrical-coordinate representation of color #C7A639: hue angle of 46.06º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C7A639 is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB19916657-
CMYK00.170.710.22
HSL46.06º55.91%50.2%-
HSV(B)46.06º71.36%78.04%-
XYZ37.9339.719.54-
YUV163.4467.93153.36-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.16%
GREEN value IS 166 (65.23% from 255) = 39.34%
BLUE value IS 57 (22.66% from 255) = 13.51%
R=47.16%
G=39.34%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991665700.170.710.2246.0655.9150.2
HexC7A63901147162e3832
Octal3072467102110726567062
Binary1100011110100110111001010001100011110110101110111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A639; }

 p { color: rgb(199,166,57); }

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

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

 a { background-color: rgb(199,166,57); }

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

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

 span { border-color: rgb(199,166,57); }

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