Color Hex Logo

#c3897e Color Hex

#C3897E
(195,137,126)
0 Favorites   0 Comments

Color spaces of #c3897e

RGB 195137126
HSL0.030.370.63
HSV10°35°76°
CMYK 0.000.300.35   0.24
XYZ35.217230.999823.8661
Yxy30.99980.39090.3441
Hunter Lab55.677515.469513.5596
CIE-Lab62.507520.727914.7698

#c3897e color RGB value is (195,137,126).

#c3897e hex color red value is 195, green value is 137 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #c3897e hue: 0.03 , saturation: 0.37 and the lightness value of c3897e is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10001001 01111110
Octal 303 211 176
Decimal 195 137 126
Hex C3 89 7E

RGB Percentages of Color #c3897e

%42.58
%29.91
%27.51

CMYK Percentages of Color #c3897e

%0
%30
%35
%24

Triadic Colors of #c3897e

#c3897e #7ec389 #897ec3

Analogous Colors of #c3897e

#c3897e #c3ac7e #c37e96

Monochromatic Colors of #c3897e

#c3897e

Complementary Color

#c3897e #7eb8c3

#c3897e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3897e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3897e Color CSS Codes

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

#c3897e Text Font Color

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

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


#c3897e Background Color

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

This div background color is #c3897e


#c3897e Border Color

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

This div border color is #c3897e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(195,137,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c3897e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c3897e;
  -webkit-box-shadow: 1px 1px 3px 2px #c3897e;
  box-shadow:         1px 1px 3px 2px #c3897e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,137,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3897e


Comments

No comments written yet.

Please login to write comment.