Color Hex Logo

#c186aa Color Hex

#C186AA
(193,134,170)
0 Favorites   0 Comments

Color spaces of #c186aa

RGB 193134170
HSL0.900.320.64
HSV323°31°76°
CMYK 0.000.310.12   0.24
XYZ37.773131.289942.0789
Yxy31.28990.33990.2815
Hunter Lab55.937422.6461-5.4447
CIE-Lab62.751628.1613-9.9008

#c186aa color RGB value is (193,134,170).

#c186aa hex color red value is 193, green value is 134 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c186aa hue: 0.90 , saturation: 0.32 and the lightness value of c186aa is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000110 10101010
Octal 301 206 252
Decimal 193 134 170
Hex C1 86 AA

RGB Percentages of Color #c186aa

%38.83
%26.96
%34.21

CMYK Percentages of Color #c186aa

%0
%31
%12
%24

Triadic Colors of #c186aa

#c186aa #aac186 #86aac1

Analogous Colors of #c186aa

#c186aa #c1868d #bb86c1

Monochromatic Colors of #c186aa

#c186aa

Complementary Color

#c186aa #86c19d

#c186aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c186aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c186aa Color CSS Codes

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

#c186aa Text Font Color

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

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


#c186aa Background Color

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

This div background color is #c186aa


#c186aa Border Color

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

This div border color is #c186aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c186aa


Comments

No comments written yet.

Please login to write comment.