Color Hex Logo

#c195ab Color Hex

#C195AB
(193,149,171)
0 Favorites   0 Comments

Color spaces of #c195ab

RGB 193149171
HSL0.920.260.67
HSV330°23°76°
CMYK 0.000.230.11   0.24
XYZ40.090535.772643.3199
Yxy35.77260.33640.3001
Hunter Lab59.810214.9799-1.0760
CIE-Lab66.345820.0379-5.1221

#c195ab color RGB value is (193,149,171).

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

The process color (four color CMYK) of #c195ab color hex is 0.00, 0.23, 0.11, 0.24. Web safe color of #c195ab is #cc9999. Color #c195ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010101 10101011
Octal 301 225 253
Decimal 193 149 171
Hex C1 95 AB

RGB Percentages of Color #c195ab

%37.62
%29.04
%33.33

CMYK Percentages of Color #c195ab

%0
%23
%11
%24

Triadic Colors of #c195ab

#c195ab #abc195 #95abc1

Analogous Colors of #c195ab

#c195ab #c19595 #c195c1

Monochromatic Colors of #c195ab

#c195ab

Complementary Color

#c195ab #95c1ab

#c195ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c195ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c195ab Color CSS Codes

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

#c195ab Text Font Color

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

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


#c195ab Background Color

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

This div background color is #c195ab


#c195ab Border Color

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

This div border color is #c195ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c195ab


Comments

No comments written yet.

Please login to write comment.