Color Hex Logo

#c19aaf Color Hex

#C19AAF
(193,154,175)
0 Favorites   0 Comments

Color spaces of #c19aaf

RGB 193154175
HSL0.910.240.68
HSV328°20°76°
CMYK 0.000.200.09   0.24
XYZ41.285837.543845.6281
Yxy37.54380.33170.3017
Hunter Lab61.273013.0457-1.2603
CIE-Lab67.683017.9643-5.3841

#c19aaf color RGB value is (193,154,175).

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

The process color (four color CMYK) of #c19aaf color hex is 0.00, 0.20, 0.09, 0.24. Web safe color of #c19aaf is #cc9999. Color #c19aaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10011010 10101111
Octal 301 232 257
Decimal 193 154 175
Hex C1 9A AF

RGB Percentages of Color #c19aaf

%36.97
%29.50
%33.52

CMYK Percentages of Color #c19aaf

%0
%20
%9
%24

Triadic Colors of #c19aaf

#c19aaf #afc19a #9aafc1

Analogous Colors of #c19aaf

#c19aaf #c19a9c #c09ac1

Monochromatic Colors of #c19aaf

#c19aaf

Complementary Color

#c19aaf #9ac1ac

#c19aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c19aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c19aaf Color CSS Codes

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

#c19aaf Text Font Color

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

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


#c19aaf Background Color

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

This div background color is #c19aaf


#c19aaf Border Color

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

This div border color is #c19aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c19aaf


Comments

No comments written yet.

Please login to write comment.