Color Hex Logo

#c096aa Color Hex

#C096AA
(192,150,170)
0 Favorites   0 Comments

Color spaces of #c096aa

RGB 192150170
HSL0.920.250.67
HSV331°22°75°
CMYK 0.000.220.11   0.25
XYZ39.900335.921442.8608
Yxy35.92140.33620.3027
Hunter Lab59.934513.9479-0.4458
CIE-Lab66.459818.9525-4.4041

#c096aa color RGB value is (192,150,170).

#c096aa hex color red value is 192, green value is 150 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c096aa hue: 0.92 , saturation: 0.25 and the lightness value of c096aa is 0.67.

The process color (four color CMYK) of #c096aa color hex is 0.00, 0.22, 0.11, 0.25. Web safe color of #c096aa is #cc9999. Color #c096aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010110 10101010
Octal 300 226 252
Decimal 192 150 170
Hex C0 96 AA

RGB Percentages of Color #c096aa

%37.50
%29.30
%33.20

CMYK Percentages of Color #c096aa

%0
%22
%11
%25

Triadic Colors of #c096aa

#c096aa #aac096 #96aac0

Analogous Colors of #c096aa

#c096aa #c09796 #c096bf

Monochromatic Colors of #c096aa

#c096aa

Complementary Color

#c096aa #96c0ac

#c096aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c096aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c096aa Color CSS Codes

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

#c096aa Text Font Color

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

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


#c096aa Background Color

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

This div background color is #c096aa


#c096aa Border Color

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

This div border color is #c096aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c096aa


Comments

No comments written yet.

Please login to write comment.