Color Hex Logo

#c6166d Color Hex

#C6166D
(198,22,109)
0 Favorites   0 Comments

Color spaces of #c6166d

RGB 19822109
HSL0.920.800.43
HSV330°89°78°
CMYK 0.000.890.45   0.22
XYZ26.335913.683715.7212
Yxy13.68370.47250.2455
Hunter Lab36.991562.34710.6961
CIE-Lab43.775968.3121-1.8615

#c6166d color RGB value is (198,22,109).

#c6166d hex color red value is 198, green value is 22 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #c6166d hue: 0.92 , saturation: 0.80 and the lightness value of c6166d is 0.43.

The process color (four color CMYK) of #c6166d color hex is 0.00, 0.89, 0.45, 0.22. Web safe color of #c6166d is #cc0066. Color #c6166d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00010110 01101101
Octal 306 26 155
Decimal 198 22 109
Hex C6 16 6D

RGB Percentages of Color #c6166d

%60.18
%6.69
%33.13

CMYK Percentages of Color #c6166d

%0
%89
%45
%22

Triadic Colors of #c6166d

#c6166d #6dc616 #166dc6

Analogous Colors of #c6166d

#c6166d #c61716 #c616c5

Monochromatic Colors of #c6166d

#c6166d

Complementary Color

#c6166d #16c66f

#c6166d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6166d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6166d Color CSS Codes

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

#c6166d Text Font Color

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

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


#c6166d Background Color

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

This div background color is #c6166d


#c6166d Border Color

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

This div border color is #c6166d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6166d


Comments

No comments written yet.

Please login to write comment.