#C7A236

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

Shades of Metallic Gold #C7A236

Tints of Metallic Gold #C7A236

Color information

#C7A236 (or 0xC7A236) is unknown color: approx Metallic Gold. HEX triplet: C7, A2 and 36. RGB value is (199,162,54). Sum of RGB (Red+Green+Blue) = 199+162+54=415 (54% of max value = 765). Red value is 199 (78.12% from 255 or 47.95% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 54 (21.48% from 255 or 13.01% from 415); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A236 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A236 is #385DC9. Grayscale: #A1A1A1. Windows color (decimal): -3694026 or 3580615. OLE color: 3580615.

HSL color Cylindrical-coordinate representation of color #C7A236: hue angle of 44.69º 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 #C7A236 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB19916254-
CMYK00.190.730.22
HSL44.69º57.31%49.61%-
HSV(B)44.69º72.86%78.04%-
XYZ37.1438.258.92-
YUV160.7567.76155.28-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.95%
GREEN value IS 162 (63.67% from 255) = 39.04%
BLUE value IS 54 (21.48% from 255) = 13.01%
R=47.95%
G=39.04%
B=13.01%

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
Decimal1991625400.190.730.2244.6957.3149.61
HexC7A23601349162d3932
Octal3072426602311126557162
Binary1100011110100010110110010011100100110110101101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A236; }

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

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

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

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

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

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

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

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