Color Hex Logo

#c199ab Color Hex

#C199AB
(193,153,171)
0 Favorites   0 Comments

Color spaces of #c199ab

RGB 193153171
HSL0.930.240.68
HSV333°21°76°
CMYK 0.000.210.11   0.24
XYZ40.734237.060243.5345
Yxy37.06020.33570.3055
Hunter Lab60.877112.90340.2144
CIE-Lab67.322217.8257-3.6813

#c199ab color RGB value is (193,153,171).

#c199ab hex color red value is 193, green value is 153 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c199ab hue: 0.93 , saturation: 0.24 and the lightness value of c199ab is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10011001 10101011
Octal 301 231 253
Decimal 193 153 171
Hex C1 99 AB

RGB Percentages of Color #c199ab

%37.33
%29.59
%33.08

CMYK Percentages of Color #c199ab

%0
%21
%11
%24

Triadic Colors of #c199ab

#c199ab #abc199 #99abc1

Analogous Colors of #c199ab

#c199ab #c19b99 #c199bf

Monochromatic Colors of #c199ab

#c199ab

Complementary Color

#c199ab #99c1af

#c199ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c199ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c199ab Color CSS Codes

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

#c199ab Text Font Color

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

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


#c199ab Background Color

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

This div background color is #c199ab


#c199ab Border Color

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

This div border color is #c199ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c199ab


Comments

No comments written yet.

Please login to write comment.