COLOR #C595BF

HEX: #C595BF
RGB: (197,149,191)

Color info

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

RGB color model

#C595BF color RGB value is (197,149,191).

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

RGB channels and saturation

R 197 of 255 = 77%
G 149 of 255 = 58%
B 191 of 255 = 75%

197
149
191

R + G + B ~ 70%. #C595BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 149 + 191 = 537 (100%)
R 197 of 537 ~ 36.69%
G 149 of 537 ~ 27.75%
B 191 of 537 ~ 35.57%

%36.69
%27.75
%35.57

CMYK color model

#C595BF color CMYK value is (0,24,3,23).

  • cyan value is 0.00%
  • magenta value is 24.37%
  • yellow value is 3.05%
  • key color value is 22.75%
CMYK:
(0,24,3,23)
C0M24Y3K23 
(0%,24%,3%,23%)
(0.00/0.24/0.03/0.23)	

CMYK percentages

%0
%24.37
%3.05
%22.75

Codes

Color #C595BF in popluar color models

C595BF
RGB197149191
HSL308°29.27%67.84%
HSB/HSV308°24.37%77.25%
CMYK0.00%24.37%3.05%
22.75%

Color #C595BF in popluar number systems.

HEXC595BF
Decimal197149191
Binary110001011001010110111111
Octal305225277

Shades and tints

Shades of #C595BF

#C595BF
(197,149,191)
#B488AE
(180,136,174)
#A37B9D
(163,123,157)
#926E8C
(146,110,140)
#81617B
(129,97,123)
#70546A
(112,84,106)
#5F4759
(95,71,89)
#4E3A48
(78,58,72)
#3D2D37
(61,45,55)
#2C2026
(44,32,38)
#1B1315
(27,19,21)
#000000
(0,0,0)

Tints of #C595BF

#C595BF
(197,149,191)
#CA9EC4
(202,158,196)
#CFA7C9
(207,167,201)
#D4B0CE
(212,176,206)
#D9B9D3
(217,185,211)
#DEC2D8
(222,194,216)
#E3CBDD
(227,203,221)
#E8D4E2
(232,212,226)
#EDDDE7
(237,221,231)
#F2E6EC
(242,230,236)
#F7EFF1
(247,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C595BF; }

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

This text font color is #C595BF.


Background Color

.myBgColor { background-color: #C595BF; }

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

This div background color is #C595BF.


Border color

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

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

This div border color is #C595BF.


Opacity

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

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

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

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

This text has shadow with #C595BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C595BF on black background.


Color preview on white background

This text has color #C595BF on white background.



Black color preview on #C595BF background

This text has black color on #C595BF background.


White color preview on #C595BF background

This text has white color on #C595BF background.