Color Hex Logo

#c1825e Color Hex

#C1825E
(193,130,94)
0 Favorites   0 Comments

Color spaces of #c1825e

RGB 19313094
HSL0.060.440.56
HSV22°51°76°
CMYK 0.000.330.51   0.24
XYZ31.995328.110914.3293
Yxy28.11090.42980.3777
Hunter Lab53.019714.933221.0899
CIE-Lab59.988820.280529.2846

#c1825e color RGB value is (193,130,94).

#c1825e hex color red value is 193, green value is 130 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #c1825e hue: 0.06 , saturation: 0.44 and the lightness value of c1825e is 0.56.

The process color (four color CMYK) of #c1825e color hex is 0.00, 0.33, 0.51, 0.24. Web safe color of #c1825e is #cc9966. Color #c1825e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000010 01011110
Octal 301 202 136
Decimal 193 130 94
Hex C1 82 5E

RGB Percentages of Color #c1825e

%46.28
%31.18
%22.54

CMYK Percentages of Color #c1825e

%0
%33
%51
%24

Triadic Colors of #c1825e

#c1825e #5ec182 #825ec1

Analogous Colors of #c1825e

#c1825e #c1b45e #c15e6c

Monochromatic Colors of #c1825e

#c1825e

Complementary Color

#c1825e #5e9dc1

#c1825e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1825e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1825e Color CSS Codes

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

#c1825e Text Font Color

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

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


#c1825e Background Color

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

This div background color is #c1825e


#c1825e Border Color

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

This div border color is #c1825e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,130,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c1825e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c1825e;
  -webkit-box-shadow: 1px 1px 3px 2px #c1825e;
  box-shadow:         1px 1px 3px 2px #c1825e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,130,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1825e


Comments

No comments written yet.

Please login to write comment.