COLOR #C595B8

HEX: #C595B8
RGB: (197,149,184)

Color info

#C595B8 contains red, green and blue colors in about the same proportion. Web safe color of #C595B8 is #CC99CC (or #C9C).

RGB color model

#C595B8 color RGB value is (197,149,184).

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

RGB channels and saturation

R 197 of 255 = 77%
G 149 of 255 = 58%
B 184 of 255 = 72%

197
149
184

R + G + B ~ 69%. #C595B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 149 + 184 = 530 (100%)
R 197 of 530 ~ 37.17%
G 149 of 530 ~ 28.11%
B 184 of 530 ~ 34.72%

%37.17
%28.11
%34.72

CMYK color model

#C595B8 color CMYK value is (0,24,7,23).

  • cyan value is 0.00%
  • magenta value is 24.37%
  • yellow value is 6.60%
  • key color value is 22.75%
CMYK:
(0,24,7,23)
C0M24Y7K23 
(0%,24%,7%,23%)
(0.00/0.24/0.07/0.23)	

CMYK percentages

%0
%24.37
%6.6
%22.75

Codes

Color #C595B8 in popluar color models

C595B8
RGB197149184
HSL316°29.27%67.84%
HSB/HSV316°24.37%77.25%
CMYK0.00%24.37%6.60%
22.75%

Color #C595B8 in popluar number systems.

HEXC595B8
Decimal197149184
Binary110001011001010110111000
Octal305225270

Shades and tints

Shades of #C595B8

#C595B8
(197,149,184)
#B488A8
(180,136,168)
#A37B98
(163,123,152)
#926E88
(146,110,136)
#816178
(129,97,120)
#705468
(112,84,104)
#5F4758
(95,71,88)
#4E3A48
(78,58,72)
#3D2D38
(61,45,56)
#2C2028
(44,32,40)
#1B1318
(27,19,24)
#000000
(0,0,0)

Tints of #C595B8

#C595B8
(197,149,184)
#CA9EBE
(202,158,190)
#CFA7C4
(207,167,196)
#D4B0CA
(212,176,202)
#D9B9D0
(217,185,208)
#DEC2D6
(222,194,214)
#E3CBDC
(227,203,220)
#E8D4E2
(232,212,226)
#EDDDE8
(237,221,232)
#F2E6EE
(242,230,238)
#F7EFF4
(247,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C595B8; }

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

This text font color is #C595B8.


Background Color

.myBgColor { background-color: #C595B8; }

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

This div background color is #C595B8.


Border color

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

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

This div border color is #C595B8.


Opacity

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

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

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

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

This text has shadow with #C595B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C595B8 on black background.


Color preview on white background

This text has color #C595B8 on white background.



Black color preview on #C595B8 background

This text has black color on #C595B8 background.


White color preview on #C595B8 background

This text has white color on #C595B8 background.