Color Hex Logo

#c6919e Color Hex

#C6919E
(198,145,158)
0 Favorites   0 Comments

Color spaces of #c6919e

RGB 198145158
HSL0.960.320.67
HSV345°27°78°
CMYK 0.000.270.20   0.22
XYZ39.585734.725236.9640
Yxy34.72520.35570.3121
Hunter Lab58.928116.78554.0586
CIE-Lab65.534221.95591.0562

#c6919e color RGB value is (198,145,158).

#c6919e hex color red value is 198, green value is 145 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #c6919e hue: 0.96 , saturation: 0.32 and the lightness value of c6919e is 0.67.

The process color (four color CMYK) of #c6919e color hex is 0.00, 0.27, 0.20, 0.22. Web safe color of #c6919e is #cc9999. Color #c6919e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10010001 10011110
Octal 306 221 236
Decimal 198 145 158
Hex C6 91 9E

RGB Percentages of Color #c6919e

%39.52
%28.94
%31.54

CMYK Percentages of Color #c6919e

%0
%27
%20
%22

Triadic Colors of #c6919e

#c6919e #9ec691 #919ec6

Analogous Colors of #c6919e

#c6919e #c69f91 #c691b9

Monochromatic Colors of #c6919e

#c6919e

Complementary Color

#c6919e #91c6b9

#c6919e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6919e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6919e Color CSS Codes

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

#c6919e Text Font Color

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

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


#c6919e Background Color

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

This div background color is #c6919e


#c6919e Border Color

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

This div border color is #c6919e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6919e


Comments

No comments written yet.

Please login to write comment.