COLOR #C595B6

HEX: #C595B6
RGB: (197,149,182)

Color info

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

RGB color model

#C595B6 color RGB value is (197,149,182).

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

RGB channels and saturation

R 197 of 255 = 77%
G 149 of 255 = 58%
B 182 of 255 = 71%

197
149
182

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

Portions of RGB colors in percentages

R + G + B =
197 + 149 + 182 = 528 (100%)
R 197 of 528 ~ 37.31%
G 149 of 528 ~ 28.22%
B 182 of 528 ~ 34.47%

%37.31
%28.22
%34.47

CMYK color model

#C595B6 color CMYK value is (0,24,8,23).

  • cyan value is 0.00%
  • magenta value is 24.37%
  • yellow value is 7.61%
  • key color value is 22.75%
CMYK:
(0,24,8,23)
C0M24Y8K23 
(0%,24%,8%,23%)
(0.00/0.24/0.08/0.23)	

CMYK percentages

%0
%24.37
%7.61
%22.75

Codes

Color #C595B6 in popluar color models

C595B6
RGB197149182
HSL319°29.27%67.84%
HSB/HSV319°24.37%77.25%
CMYK0.00%24.37%7.61%
22.75%

Color #C595B6 in popluar number systems.

HEXC595B6
Decimal197149182
Binary110001011001010110110110
Octal305225266

Shades and tints

Shades of #C595B6

#C595B6
(197,149,182)
#B488A6
(180,136,166)
#A37B96
(163,123,150)
#926E86
(146,110,134)
#816176
(129,97,118)
#705466
(112,84,102)
#5F4756
(95,71,86)
#4E3A46
(78,58,70)
#3D2D36
(61,45,54)
#2C2026
(44,32,38)
#1B1316
(27,19,22)
#000000
(0,0,0)

Tints of #C595B6

#C595B6
(197,149,182)
#CA9EBC
(202,158,188)
#CFA7C2
(207,167,194)
#D4B0C8
(212,176,200)
#D9B9CE
(217,185,206)
#DEC2D4
(222,194,212)
#E3CBDA
(227,203,218)
#E8D4E0
(232,212,224)
#EDDDE6
(237,221,230)
#F2E6EC
(242,230,236)
#F7EFF2
(247,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C595B6; }

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

This text font color is #C595B6.


Background Color

.myBgColor { background-color: #C595B6; }

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

This div background color is #C595B6.


Border color

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

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

This div border color is #C595B6.


Opacity

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

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

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

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

This text has shadow with #C595B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C595B6 on black background.


Color preview on white background

This text has color #C595B6 on white background.



Black color preview on #C595B6 background

This text has black color on #C595B6 background.


White color preview on #C595B6 background

This text has white color on #C595B6 background.