Color Hex Logo

#c97c7e Color Hex

#C97C7E
(201,124,126)
0 Favorites   0 Comments

Color spaces of #c97c7e

RGB 201124126
HSL1.000.420.64
HSV358°38°79°
CMYK 0.000.380.37   0.21
XYZ35.060928.339223.3608
Yxy28.33920.40410.3266
Hunter Lab53.234624.401611.2461
CIE-Lab60.194030.167811.6381

#c97c7e color RGB value is (201,124,126).

#c97c7e hex color red value is 201, green value is 124 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #c97c7e hue: 1.00 , saturation: 0.42 and the lightness value of c97c7e is 0.64.

The process color (four color CMYK) of #c97c7e color hex is 0.00, 0.38, 0.37, 0.21. Web safe color of #c97c7e is #cc6666. Color #c97c7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01111100 01111110
Octal 311 174 176
Decimal 201 124 126
Hex C9 7C 7E

RGB Percentages of Color #c97c7e

%44.57
%27.49
%27.94

CMYK Percentages of Color #c97c7e

%0
%38
%37
%21

Triadic Colors of #c97c7e

#c97c7e #7ec97c #7c7ec9

Analogous Colors of #c97c7e

#c97c7e #c9a17c #c97ca5

Monochromatic Colors of #c97c7e

#c97c7e

Complementary Color

#c97c7e #7cc9c7

#c97c7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c97c7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c97c7e Color CSS Codes

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

#c97c7e Text Font Color

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

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


#c97c7e Background Color

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

This div background color is #c97c7e


#c97c7e Border Color

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

This div border color is #c97c7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c97c7e


Comments

No comments written yet.

Please login to write comment.