Color Hex Logo

#c595aa Color Hex

#C595AA
(197,149,170)
0 Favorites   0 Comments

Color spaces of #c595aa

RGB 197149170
HSL0.930.290.68
HSV334°24°77°
CMYK 0.000.240.14   0.23
XYZ41.029136.267542.8681
Yxy36.26750.34140.3018
Hunter Lab60.222516.2212-0.0486
CIE-Lab66.723821.3124-3.9572

#c595aa color RGB value is (197,149,170).

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

The process color (four color CMYK) of #c595aa color hex is 0.00, 0.24, 0.14, 0.23. Web safe color of #c595aa is #cc9999. Color #c595aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10010101 10101010
Octal 305 225 252
Decimal 197 149 170
Hex C5 95 AA

RGB Percentages of Color #c595aa

%38.18
%28.88
%32.95

CMYK Percentages of Color #c595aa

%0
%24
%14
%23

Triadic Colors of #c595aa

#c595aa #aac595 #95aac5

Analogous Colors of #c595aa

#c595aa #c59895 #c595c2

Monochromatic Colors of #c595aa

#c595aa

Complementary Color

#c595aa #95c5b0

#c595aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c595aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c595aa Color CSS Codes

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

#c595aa Text Font Color

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

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


#c595aa Background Color

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

This div background color is #c595aa


#c595aa Border Color

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

This div border color is #c595aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c595aa


Comments

No comments written yet.

Please login to write comment.