Color Hex Logo

#c2762e Color Hex

#C2762E
(194,118,46)
0 Favorites   0 Comments

Color spaces of #c2762e

RGB 19411846
HSL0.080.620.47
HSV29°76°76°
CMYK 0.000.390.76   0.24
XYZ29.219724.62355.7975
Yxy24.62350.48990.4129
Hunter Lab49.622118.270227.8084
CIE-Lab56.706724.063950.1150

#c2762e color RGB value is (194,118,46).

#c2762e hex color red value is 194, green value is 118 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #c2762e hue: 0.08 , saturation: 0.62 and the lightness value of c2762e is 0.47.

The process color (four color CMYK) of #c2762e color hex is 0.00, 0.39, 0.76, 0.24. Web safe color of #c2762e is #cc6633. Color #c2762e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110110 00101110
Octal 302 166 56
Decimal 194 118 46
Hex C2 76 2E

RGB Percentages of Color #c2762e

%54.19
%32.96
%12.85

CMYK Percentages of Color #c2762e

%0
%39
%76
%24

Triadic Colors of #c2762e

#c2762e #2ec276 #762ec2

Analogous Colors of #c2762e

#c2762e #c2c02e #c22e30

Monochromatic Colors of #c2762e

#c2762e

Complementary Color

#c2762e #2e7ac2

#c2762e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2762e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2762e Color CSS Codes

.mybgcolor {background-color:#c2762e; } 
.myforecolor {color:#c2762e; }
.mybordercolor {border:3px solid #c2762e; }

#c2762e Text Font Color

<p style="color:#c2762e">Text here</p>

This sample text font color is #c2762e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c2762e Background Color

<div style="background-color:#c2762e">
Div content here</div>

This div background color is #c2762e


#c2762e Border Color

<div style="border:3px solid #c2762e">
Div here</div>

This div border color is #c2762e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,118,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c2762e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c2762e;
  -webkit-box-shadow: 1px 1px 3px 2px #c2762e;
  box-shadow:         1px 1px 3px 2px #c2762e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,118,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c2762e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c2762e;
  -webkit-box-shadow: 1px 1px 3px 2px #c2762e;
  box-shadow:         1px 1px 3px 2px #c2762e;">
Div content here</div>

This div box has shadow with color #c2762e


Comments

No comments written yet.

Please login to write comment.