Color Hex Logo

#c97474 Color Hex

#C97474
(201,116,116)
0 Favorites   0 Comments

Color spaces of #c97474

RGB 201116116
HSL0.000.440.62
HSV42°79°
CMYK 0.000.420.42   0.21
XYZ33.485226.169219.8093
Yxy26.16920.42140.3293
Hunter Lab51.155827.318412.8500
CIE-Lab58.197333.319614.5995

#c97474 color RGB value is (201,116,116).

#c97474 hex color red value is 201, green value is 116 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #c97474 hue: 0.00 , saturation: 0.44 and the lightness value of c97474 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110100 01110100
Octal 311 164 164
Decimal 201 116 116
Hex C9 74 74

RGB Percentages of Color #c97474

%46.42
%26.79
%26.79

CMYK Percentages of Color #c97474

%0
%42
%42
%21

Triadic Colors of #c97474

#c97474 #74c974 #7474c9

Analogous Colors of #c97474

#c97474 #c99f74 #c9749f

Monochromatic Colors of #c97474

#c97474

Complementary Color

#c97474 #74c9c9

#c97474 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c97474 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c97474 Color CSS Codes

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

#c97474 Text Font Color

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

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


#c97474 Background Color

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

This div background color is #c97474


#c97474 Border Color

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

This div border color is #c97474


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c97474


Comments

No comments written yet.

Please login to write comment.