COLOR #C595AA

HEX: #C595AA RGB: (197,149,170)

Color info

#C595AA contains red, green and blue colors in about the same proportion. Web safe color of #C595AA is #CC9999 (or #C99).

RGB color model

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

RGB: (197,149,170) (77%, 58%, 67%)

RGB channels and saturation

R 197 of 255 = 77%
G 149 of 255 = 58%
B 170 of 255 = 67%

197
149
170

R + G + B ~ 67%. #C595AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 149 + 170 = 516 (100%)
R 197 of 516 ~ 38.18%
G 149 of 516 ~ 28.88%
B 170 of 516 ~ 32.95'%

%38.18
%28.88
%32.95

CMYK color model

#C595AA color CMYK value is (0,24,14,23).

  • cyan value is 0.00%
  • magenta value is 24.37%
  • yellow value is 13.71%
  • key color value is 22.75%

CMYK: (0,24,14,23)
C0M24Y14K23 (0%, 24%, 14%, 23%)
(0.00 / 0.24 / 0.14 / 0.23)

CMYK percentages

%0
%24.37
%13.71
%22.75

Codes

Color #C595AA in popluar color models

C5 95 AA
RGB 197 149 170
HSL 334° 29.27% 67.84%
HSB/HSV 334° 24.37% 77.25%
CMYK 0.00% 24.37% 13.71%
22.75%

Color #C595AA in popluar number systems.

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

Shades and tints

Shades of #C595AA

#C595AA
(197,149,170)
#B4889B
(180,136,155)
#A37B8C
(163,123,140)
#926E7D
(146,110,125)
#81616E
(129,97,110)
#70545F
(112,84,95)
#5F4750
(95,71,80)
#4E3A41
(78,58,65)
#3D2D32
(61,45,50)
#2C2023
(44,32,35)
#1B1314
(27,19,20)
#000000
(0,0,0)

Tints of #C595AA

#C595AA
(197,149,170)
#CA9EB1
(202,158,177)
#CFA7B8
(207,167,184)
#D4B0BF
(212,176,191)
#D9B9C6
(217,185,198)
#DEC2CD
(222,194,205)
#E3CBD4
(227,203,212)
#E8D4DB
(232,212,219)
#EDDDE2
(237,221,226)
#F2E6E9
(242,230,233)
#F7EFF0
(247,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C595AA color. Also use rgb(197,149,170) instead hex code.

Text Font Color

.myTextColor { color: #C595AA; }

<p style="color:#C595AA">This sample text font color is #C595AA.</p>

This text font color is #C595AA.

Background Color

.myBgColor { background-color: #C595AA; }

<div style="background-color:#C595AA">Inner text</div>

This div background color is #C595AA.

Border color

.myBorderColor { border: 1px solid #C595AA; }

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

This div border color is #C595AA.

Opacity

.myOpacity80 { color: #C595AA; opacity: 0.8; }

<p style="color:#C595AA;opacity:0.8;">80%</p>

Text with #C595AA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C595AA;}

<p style="text-shadow: 3px 3px 1px #C595AA">Text here.</p>

This text has shadow with #C595AA color.


.textShadow {text-shadow: 3px 3px 1px #C595AA', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C595AA, 5px 5px 20px red">Text here.</p>

This text has shadow with #C595AA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C595AA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C595AA, Direction=45, Strength=4)">Text</p>

This text has shadow with #C595AA and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C595AA;
-webkit-box-shadow: 1px 1px 3px 2px #C595AA;
box-shadow: 1px 1px 3px 2px #C595AA;
}

/* html code with inline style */
<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.

Preview

Color preview on black background

This text has color #C595AA on black background.


Color preview on white background

This text has color #C595AA on white background.


Black color preview on #C595AA background

This text has black color on #C595AA background.


White color preview on #C595AA background

This text has white color on #C595AA background.


Related colors

Complementary color

Complementary color for #hex is #3A6A55.


I love getcolorcode.com

Triadic colors

1 #AAC595 and #95AAC5 with #C595AA are triadic colors.

2 #AA95C5 and #95C5AA with #C595AA are triadic colors.