Color Hex Logo

#c19aaa Color Hex

#C19AAA
(193,154,170)
0 Favorites   0 Comments

Color spaces of #c19aaa

RGB 193154170
HSL0.930.240.68
HSV335°20°76°
CMYK 0.000.200.12   0.24
XYZ40.803637.350943.0891
Yxy37.35090.33650.3081
Hunter Lab61.115412.22340.9786
CIE-Lab67.539517.1031-2.8024

#c19aaa color RGB value is (193,154,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10011010 10101010
Octal 301 232 252
Decimal 193 154 170
Hex C1 9A AA

RGB Percentages of Color #c19aaa

%37.33
%29.79
%32.88

CMYK Percentages of Color #c19aaa

%0
%20
%12
%24

Triadic Colors of #c19aaa

#c19aaa #aac19a #9aaac1

Analogous Colors of #c19aaa

#c19aaa #c19e9a #c19abe

Monochromatic Colors of #c19aaa

#c19aaa

Complementary Color

#c19aaa #9ac1b1

#c19aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c19aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c19aaa Color CSS Codes

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

#c19aaa Text Font Color

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

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


#c19aaa Background Color

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

This div background color is #c19aaa


#c19aaa Border Color

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

This div border color is #c19aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c19aaa


Comments

No comments written yet.

Please login to write comment.