Color Hex Logo

#c1969f Color Hex

#C1969F
(193,150,159)
0 Favorites   0 Comments

Color spaces of #c1969f

RGB 193150159
HSL0.970.260.67
HSV347°22°76°
CMYK 0.000.220.18   0.24
XYZ39.156735.653437.6189
Yxy35.65340.34830.3171
Hunter Lab59.710512.56274.4433
CIE-Lab66.254217.49841.4786

#c1969f color RGB value is (193,150,159).

#c1969f hex color red value is 193, green value is 150 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #c1969f hue: 0.97 , saturation: 0.26 and the lightness value of c1969f is 0.67.

The process color (four color CMYK) of #c1969f color hex is 0.00, 0.22, 0.18, 0.24. Web safe color of #c1969f is #cc9999. Color #c1969f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010110 10011111
Octal 301 226 237
Decimal 193 150 159
Hex C1 96 9F

RGB Percentages of Color #c1969f

%38.45
%29.88
%31.67

CMYK Percentages of Color #c1969f

%0
%22
%18
%24

Triadic Colors of #c1969f

#c1969f #9fc196 #969fc1

Analogous Colors of #c1969f

#c1969f #c1a396 #c196b5

Monochromatic Colors of #c1969f

#c1969f

Complementary Color

#c1969f #96c1b8

#c1969f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1969f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1969f Color CSS Codes

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

#c1969f Text Font Color

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

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


#c1969f Background Color

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

This div background color is #c1969f


#c1969f Border Color

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

This div border color is #c1969f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,150,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c1969f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c1969f;
  -webkit-box-shadow: 1px 1px 3px 2px #c1969f;
  box-shadow:         1px 1px 3px 2px #c1969f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,150,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1969f


Comments

No comments written yet.

Please login to write comment.