Color Hex Logo

#c2854a Color Hex

#C2854A
(194,133,74)
0 Favorites   0 Comments

Color spaces of #c2854a

RGB 19413374
HSL0.080.500.53
HSV30°62°76°
CMYK 0.000.310.62   0.24
XYZ31.871728.738810.3459
Yxy28.73880.44920.4050
Hunter Lab53.608612.307926.0837
CIE-Lab60.550417.411340.7195

#c2854a color RGB value is (194,133,74).

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

The process color (four color CMYK) of #c2854a color hex is 0.00, 0.31, 0.62, 0.24. Web safe color of #c2854a is #cc9933. Color #c2854a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000101 01001010
Octal 302 205 112
Decimal 194 133 74
Hex C2 85 4A

RGB Percentages of Color #c2854a

%48.38
%33.17
%18.45

CMYK Percentages of Color #c2854a

%0
%31
%62
%24

Triadic Colors of #c2854a

#c2854a #4ac285 #854ac2

Analogous Colors of #c2854a

#c2854a #c2c14a #c24a4b

Monochromatic Colors of #c2854a

#c2854a

Complementary Color

#c2854a #4a87c2

#c2854a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2854a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2854a Color CSS Codes

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

#c2854a Text Font Color

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

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


#c2854a Background Color

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

This div background color is #c2854a


#c2854a Border Color

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

This div border color is #c2854a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2854a


Comments

No comments written yet.

Please login to write comment.