Color Hex Logo

#c75960 Color Hex

#C75960
(199,89,96)
0 Favorites   0 Comments

Color spaces of #c75960

RGB 1998996
HSL0.990.500.56
HSV356°55°78°
CMYK 0.000.550.52   0.22
XYZ29.236920.131413.4111
Yxy20.13140.46570.3207
Hunter Lab44.868037.795113.6858
CIE-Lab51.985544.480417.7067

#c75960 color RGB value is (199,89,96).

#c75960 hex color red value is 199, green value is 89 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #c75960 hue: 0.99 , saturation: 0.50 and the lightness value of c75960 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01011001 01100000
Octal 307 131 140
Decimal 199 89 96
Hex C7 59 60

RGB Percentages of Color #c75960

%51.82
%23.18
%25.00

CMYK Percentages of Color #c75960

%0
%55
%52
%22

Triadic Colors of #c75960

#c75960 #60c759 #5960c7

Analogous Colors of #c75960

#c75960 #c78959 #c75997

Monochromatic Colors of #c75960

#c75960

Complementary Color

#c75960 #59c7c0

#c75960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c75960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c75960 Color CSS Codes

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

#c75960 Text Font Color

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

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


#c75960 Background Color

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

This div background color is #c75960


#c75960 Border Color

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

This div border color is #c75960


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c75960


Comments

No comments written yet.

Please login to write comment.