#C7A136

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

Shades of Metallic Gold #C7A136

Tints of Metallic Gold #C7A136

Color information

#C7A136 (or 0xC7A136) is unknown color: approx Metallic Gold. HEX triplet: C7, A1 and 36. RGB value is (199,161,54). Sum of RGB (Red+Green+Blue) = 199+161+54=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 161 (63.28% from 255 or 38.89% from 414); Blue value is 54 (21.48% from 255 or 13.04% from 414); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A136 is #385EC9. Grayscale: #A0A0A0. Windows color (decimal): -3694282 or 3580359. OLE color: 3580359.

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

Color convert

RGB19916154-
CMYK00.190.730.22
HSL44.28º57.31%49.61%-
HSV(B)44.28º72.86%78.04%-
XYZ36.9637.98.86-
YUV160.1668.09155.7-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.07%
GREEN value IS 161 (63.28% from 255) = 38.89%
BLUE value IS 54 (21.48% from 255) = 13.04%
R=48.07%
G=38.89%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991615400.190.730.2244.2857.3149.61
HexC7A13601349162c3932
Octal3072416602311126547162
Binary1100011110100001110110010011100100110110101100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A136; }

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

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

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

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

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

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

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

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