Color Hex Logo

#c2834c Color Hex

#C2834C
(194,131,76)
0 Favorites   0 Comments

Color spaces of #c2834c

RGB 19413176
HSL0.080.490.53
HSV28°61°76°
CMYK 0.000.320.61   0.24
XYZ31.668928.223710.6161
Yxy28.22370.44910.4003
Hunter Lab53.126013.435125.3403
CIE-Lab60.090318.656239.1385

#c2834c color RGB value is (194,131,76).

#c2834c hex color red value is 194, green value is 131 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #c2834c hue: 0.08 , saturation: 0.49 and the lightness value of c2834c is 0.53.

The process color (four color CMYK) of #c2834c color hex is 0.00, 0.32, 0.61, 0.24. Web safe color of #c2834c is #cc9933. Color #c2834c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000011 01001100
Octal 302 203 114
Decimal 194 131 76
Hex C2 83 4C

RGB Percentages of Color #c2834c

%48.38
%32.67
%18.95

CMYK Percentages of Color #c2834c

%0
%32
%61
%24

Triadic Colors of #c2834c

#c2834c #4cc283 #834cc2

Analogous Colors of #c2834c

#c2834c #c2be4c #c24c50

Monochromatic Colors of #c2834c

#c2834c

Complementary Color

#c2834c #4c8bc2

#c2834c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2834c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2834c Color CSS Codes

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

#c2834c Text Font Color

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

This sample text font color is #c2834c
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.


#c2834c Background Color

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

This div background color is #c2834c


#c2834c Border Color

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

This div border color is #c2834c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2834c


Comments

No comments written yet.

Please login to write comment.