Color Hex Logo

#c6737f Color Hex

#C6737F
(198,115,127)
0 Favorites   0 Comments

Color spaces of #c6737f

RGB 198115127
HSL0.980.420.61
HSV351°42°78°
CMYK 0.000.420.36   0.22
XYZ33.250225.799523.3060
Yxy25.79950.40370.3133
Hunter Lab50.793227.96148.3506
CIE-Lab57.846234.00487.6840

#c6737f color RGB value is (198,115,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01110011 01111111
Octal 306 163 177
Decimal 198 115 127
Hex C6 73 7F

RGB Percentages of Color #c6737f

%45.00
%26.14
%28.86

CMYK Percentages of Color #c6737f

%0
%42
%36
%22

Triadic Colors of #c6737f

#c6737f #7fc673 #737fc6

Analogous Colors of #c6737f

#c6737f #c69173 #c673a9

Monochromatic Colors of #c6737f

#c6737f

Complementary Color

#c6737f #73c6ba

#c6737f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6737f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6737f Color CSS Codes

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

#c6737f Text Font Color

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

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


#c6737f Background Color

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

This div background color is #c6737f


#c6737f Border Color

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

This div border color is #c6737f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6737f


Comments

No comments written yet.

Please login to write comment.