#C2A236

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

Shades of Brass #C2A236

Tints of Brass #C2A236

Color information

#C2A236 (or 0xC2A236) is unknown color: approx Brass. HEX triplet: C2, A2 and 36. RGB value is (194,162,54). Sum of RGB (Red+Green+Blue) = 194+162+54=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 162 (63.67% from 255 or 39.51% from 410); Blue value is 54 (21.48% from 255 or 13.17% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A236 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A236 is #3D5DC9. Grayscale: #9F9F9F. Windows color (decimal): -4021706 or 3580610. OLE color: 3580610.

HSL color Cylindrical-coordinate representation of color #C2A236: hue angle of 46.29º 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 #C2A236 is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB19416254-
CMYK00.160.720.24
HSL46.29º56.45%48.63%-
HSV(B)46.29º72.16%76.08%-
XYZ35.8337.588.85-
YUV159.2668.6152.78-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.32%
GREEN value IS 162 (63.67% from 255) = 39.51%
BLUE value IS 54 (21.48% from 255) = 13.17%
R=47.32%
G=39.51%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.72
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941625400.160.720.2446.2956.4548.63
HexC2A23601048182e3831
Octal3022426602011030567061
Binary1100001010100010110110010000100100011000101110111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A236; }

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

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

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

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

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

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

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

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