Color Hex Logo

#c6757f Color Hex

#C6757F
(198,117,127)
0 Favorites   0 Comments

Color spaces of #c6757f

RGB 198117127
HSL0.980.420.62
HSV353°41°78°
CMYK 0.000.410.36   0.22
XYZ33.480826.260723.3829
Yxy26.26070.40280.3159
Hunter Lab51.245226.94308.8179
CIE-Lab58.283732.93188.3068

#c6757f color RGB value is (198,117,127).

#c6757f hex color red value is 198, green value is 117 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #c6757f hue: 0.98 , saturation: 0.42 and the lightness value of c6757f is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01110101 01111111
Octal 306 165 177
Decimal 198 117 127
Hex C6 75 7F

RGB Percentages of Color #c6757f

%44.80
%26.47
%28.73

CMYK Percentages of Color #c6757f

%0
%41
%36
%22

Triadic Colors of #c6757f

#c6757f #7fc675 #757fc6

Analogous Colors of #c6757f

#c6757f #c69475 #c675a8

Monochromatic Colors of #c6757f

#c6757f

Complementary Color

#c6757f #75c6bc

#c6757f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6757f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6757f Color CSS Codes

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

#c6757f Text Font Color

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

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


#c6757f Background Color

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

This div background color is #c6757f


#c6757f Border Color

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

This div border color is #c6757f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,117,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c6757f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c6757f;
  -webkit-box-shadow: 1px 1px 3px 2px #c6757f;
  box-shadow:         1px 1px 3px 2px #c6757f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6757f


Comments

No comments written yet.

Please login to write comment.