COLOR #C595AB

HEX: #C595AB
RGB: (197,149,171)

Color info

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

RGB color model

#C595AB color RGB value is (197,149,171).

  • red value is 197;
  • green value is 149;
  • blue value is 171.
RGB: (197,149,171) (77%,58%,67%)

RGB channels and saturation

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

197
149
171

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

Portions of RGB colors in percentages

R + G + B =
197 + 149 + 171 = 517 (100%)
R 197 of 517 ~ 38.1%
G 149 of 517 ~ 28.82%
B 171 of 517 ~ 33.08%

%38.1
%28.82
%33.08

CMYK color model

#C595AB color CMYK value is (0,24,13,23).

  • cyan value is 0.00%
  • magenta value is 24.37%
  • yellow value is 13.20%
  • key color value is 22.75%
CMYK: (0,24,13,23) C0M24Y13K23 (0%,24%,13%,23%) (0.00/0.24/0.13/0.23)

CMYK percentages

%0
%24.37
%13.2
%22.75

Codes

Color #C595AB in popluar color models

C595AB
RGB197149171
HSL333°29.27%67.84%
HSB/HSV333°24.37%77.25%
CMYK0.00%24.37%13.20%
22.75%

Color #C595AB in popluar number systems.

HEXC595AB
Decimal197149171
Binary110001011001010110101011
Octal305225253

Shades and tints

Shades of #C595AB

#C595AB
(197,149,171)
#B4889C
(180,136,156)
#A37B8D
(163,123,141)
#926E7E
(146,110,126)
#81616F
(129,97,111)
#705460
(112,84,96)
#5F4751
(95,71,81)
#4E3A42
(78,58,66)
#3D2D33
(61,45,51)
#2C2024
(44,32,36)
#1B1315
(27,19,21)
#000000
(0,0,0)

Tints of #C595AB

#C595AB
(197,149,171)
#CA9EB2
(202,158,178)
#CFA7B9
(207,167,185)
#D4B0C0
(212,176,192)
#D9B9C7
(217,185,199)
#DEC2CE
(222,194,206)
#E3CBD5
(227,203,213)
#E8D4DC
(232,212,220)
#EDDDE3
(237,221,227)
#F2E6EA
(242,230,234)
#F7EFF1
(247,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C595AB; }

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

This text font color is #C595AB.


Background Color

.myBgColor { background-color: #C595AB; }

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

This div background color is #C595AB.


Border color

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

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

This div border color is #C595AB.


Opacity

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

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

Text with #C595AB 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 #C595AB;}

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

This text has shadow with #C595AB color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #C595AB; -webkit-box-shadow:	1px 1px 3px 2px #C595AB; box-shadow:	1px 1px 3px 2px #C595AB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C595AB; -webkit-box-shadow: 1px 1px 3px 2px #C595AB; box-shadow:1px 1px 3px 2px #C595AB;">
Div content here</div>
This div box has shadow with color #C595AB.

Preview

Color preview on black background

This text has color #C595AB on black background.


Color preview on white background

This text has color #C595AB on white background.



Black color preview on #C595AB background

This text has black color on #C595AB background.


White color preview on #C595AB background

This text has white color on #C595AB background.