Color Hex Logo

#c77070 Color Hex

#C77070
(199,112,112)
0 Favorites   0 Comments

Color spaces of #c77070

RGB 199112112
HSL0.000.440.61
HSV44°78°
CMYK 0.000.440.44   0.22
XYZ32.272024.900318.4346
Yxy24.90030.42680.3293
Hunter Lab49.900228.116113.0267
CIE-Lab56.978134.257215.1821

#c77070 color RGB value is (199,112,112).

#c77070 hex color red value is 199, green value is 112 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #c77070 hue: 0.00 , saturation: 0.44 and the lightness value of c77070 is 0.61.

The process color (four color CMYK) of #c77070 color hex is 0.00, 0.44, 0.44, 0.22. Web safe color of #c77070 is #cc6666. Color #c77070 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01110000 01110000
Octal 307 160 160
Decimal 199 112 112
Hex C7 70 70

RGB Percentages of Color #c77070

%47.04
%26.48
%26.48

CMYK Percentages of Color #c77070

%0
%44
%44
%22

Triadic Colors of #c77070

#c77070 #70c770 #7070c7

Analogous Colors of #c77070

#c77070 #c79c70 #c7709c

Monochromatic Colors of #c77070

#c77070

Complementary Color

#c77070 #70c7c7

#c77070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c77070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c77070 Color CSS Codes

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

#c77070 Text Font Color

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

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


#c77070 Background Color

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

This div background color is #c77070


#c77070 Border Color

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

This div border color is #c77070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c77070


Comments

No comments written yet.

Please login to write comment.