Color Hex Logo

#c1875e Color Hex

#C1875E
(193,135,94)
0 Favorites   0 Comments

Color spaces of #c1875e

RGB 19313594
HSL0.070.440.56
HSV25°51°76°
CMYK 0.000.300.51   0.24
XYZ32.676729.473614.5564
Yxy29.47360.42600.3842
Hunter Lab54.289612.431722.1056
CIE-Lab61.197317.523130.8337

#c1875e color RGB value is (193,135,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000111 01011110
Octal 301 207 136
Decimal 193 135 94
Hex C1 87 5E

RGB Percentages of Color #c1875e

%45.73
%31.99
%22.27

CMYK Percentages of Color #c1875e

%0
%30
%51
%24

Triadic Colors of #c1875e

#c1875e #5ec187 #875ec1

Analogous Colors of #c1875e

#c1875e #c1b95e #c15e67

Monochromatic Colors of #c1875e

#c1875e

Complementary Color

#c1875e #5e98c1

#c1875e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1875e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1875e Color CSS Codes

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

#c1875e Text Font Color

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

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


#c1875e Background Color

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

This div background color is #c1875e


#c1875e Border Color

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

This div border color is #c1875e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,135,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 #c1875e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1875e


Comments

No comments written yet.

Please login to write comment.