#c2a43c

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

Shades of Brass #C2A43C

Tints of Brass #C2A43C

Color information

#C2A43C (or 0xC2A43C) is unknown color: approx Brass. HEX triplet: C2, A4 and 3C. RGB value is (194,164,60). Sum of RGB (Red+Green+Blue) = 194+164+60=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 164 (64.45% from 255 or 39.23% from 418); Blue value is 60 (23.83% from 255 or 14.35% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A43C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A43C is #3D5BC3. Grayscale: #A1A1A1. Windows color (decimal): -4021188 or 3974338. OLE color: 3974338.

HSL color Cylindrical-coordinate representation of color #C2A43C: hue angle of 46.57º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C2A43C is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB19416460-
CMYK00.150.690.24
HSL46.57º52.76%49.8%-
HSV(B)46.57º69.07%76.08%-
XYZ36.3438.359.76-
YUV161.1170.94151.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.41%
GREEN value IS 164 (64.45% from 255) = 39.23%
BLUE value IS 60 (23.83% from 255) = 14.35%
R=46.41%
G=39.23%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941646000.150.690.2446.5752.7649.8
HexC2A43C0F45182f3532
Octal3022447401710530576562
Binary110000101010010011110001111100010111000101111110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2a43c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2a43c; }

 p { color: rgb(194,164,60); }

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

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

 a { background-color: rgb(194,164,60); }

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

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

 span { border-color: rgb(194,164,60); }

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