#C2A636

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

Shades of Brass #C2A636

Tints of Brass #C2A636

Color information

#C2A636 (or 0xC2A636) is unknown color: approx Brass. HEX triplet: C2, A6 and 36. RGB value is (194,166,54). Sum of RGB (Red+Green+Blue) = 194+166+54=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 166 (65.23% from 255 or 40.10% from 414); Blue value is 54 (21.48% from 255 or 13.04% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A636 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A636 is #3D59C9. Grayscale: #A2A2A2. Windows color (decimal): -4020682 or 3581634. OLE color: 3581634.

HSL color Cylindrical-coordinate representation of color #C2A636: hue angle of 48º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C2A636 is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB19416654-
CMYK00.140.720.24
HSL48º56.45%48.63%-
HSV(B)48º72.16%76.08%-
XYZ36.5539.019.09-
YUV161.667.28151.11-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.86%
GREEN value IS 166 (65.23% from 255) = 40.10%
BLUE value IS 54 (21.48% from 255) = 13.04%
R=46.86%
G=40.10%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.72
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941665400.140.720.244856.4548.63
HexC2A6360E4818303831
Octal3022466601611030607061
Binary110000101010011011011001110100100011000110000111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A636; }

 p { color: rgb(194,166,54); }

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

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

 a { background-color: rgb(194,166,54); }

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

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

 span { border-color: rgb(194,166,54); }

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