#C2A43A

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

Shades of Brass #C2A43A

Tints of Brass #C2A43A

Color information

#C2A43A (or 0xC2A43A) is unknown color: approx Brass. HEX triplet: C2, A4 and 3A. RGB value is (194,164,58). Sum of RGB (Red+Green+Blue) = 194+164+58=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 164 (64.45% from 255 or 39.42% from 416); Blue value is 58 (23.05% from 255 or 13.94% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A43A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A43A is #3D5BC5. Grayscale: #A1A1A1. Windows color (decimal): -4021190 or 3843266. OLE color: 3843266.

HSL color Cylindrical-coordinate representation of color #C2A43A: hue angle of 46.76º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C2A43A is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB19416458-
CMYK00.150.700.24
HSL46.76º53.97%49.41%-
HSV(B)46.76º70.1%76.08%-
XYZ36.2938.339.49-
YUV160.8969.94151.62-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.63%
GREEN value IS 164 (64.45% from 255) = 39.42%
BLUE value IS 58 (23.05% from 255) = 13.94%
R=46.63%
G=39.42%
B=13.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941645800.150.700.2446.7653.9749.41
HexC2A43A0F46182f3631
Octal3022447201710630576661
Binary110000101010010011101001111100011011000101111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A43A; }

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

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

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

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

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

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

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

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