#C2A53D

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

Shades of Brass #C2A53D

Tints of Brass #C2A53D

Color information

#C2A53D (or 0xC2A53D) is unknown color: approx Brass. HEX triplet: C2, A5 and 3D. RGB value is (194,165,61). Sum of RGB (Red+Green+Blue) = 194+165+61=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 165 (64.84% from 255 or 39.29% from 420); Blue value is 61 (24.22% from 255 or 14.52% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A53D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A53D is #3D5AC2. Grayscale: #A2A2A2. Windows color (decimal): -4020931 or 4040130. OLE color: 4040130.

HSL color Cylindrical-coordinate representation of color #C2A53D: hue angle of 46.92º degrees, saturation: 0.52, 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 #C2A53D is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB19416561-
CMYK00.150.690.24
HSL46.92º52.16%50%-
HSV(B)46.92º68.56%76.08%-
XYZ36.5538.729.96-
YUV161.8271.11150.96-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.19%
GREEN value IS 165 (64.84% from 255) = 39.29%
BLUE value IS 61 (24.22% from 255) = 14.52%
R=46.19%
G=39.29%
B=14.52%

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
Decimal1941656100.150.690.2446.9252.1650
HexC2A53D0F45182f3432
Octal3022457501710530576462
Binary110000101010010111110101111100010111000101111110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A53D; }

 p { color: rgb(194,165,61); }

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

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

 a { background-color: rgb(194,165,61); }

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

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

 span { border-color: rgb(194,165,61); }

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