COLOR #C5969B

HEX: #C5969B
RGB: (197,150,155)

Color info

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

RGB color model

#C5969B color RGB value is (197,150,155).

  • red value is 197;
  • green value is 150;
  • blue value is 155.
RGB:
(197,150,155)
(77%,59%,61%)

RGB channels and saturation

R 197 of 255 = 77%
G 150 of 255 = 59%
B 155 of 255 = 61%

197
150
155

R + G + B ~ 66%. #C5969B is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 150 + 155 = 502 (100%)
R 197 of 502 ~ 39.24%
G 150 of 502 ~ 29.88%
B 155 of 502 ~ 30.88%

%39.24
%29.88
%30.88

CMYK color model

#C5969B color CMYK value is (0,24,21,23).

  • cyan value is 0.00%
  • magenta value is 23.86%
  • yellow value is 21.32%
  • key color value is 22.75%
CMYK:
(0,24,21,23)
C0M24Y21K23 
(0%,24%,21%,23%)
(0.00/0.24/0.21/0.23)	

CMYK percentages

%0
%23.86
%21.32
%22.75

Codes

Color #C5969B in popluar color models

C5969B
RGB197150155
HSL354°28.83%68.04%
HSB/HSV354°23.86%77.25%
CMYK0.00%23.86%21.32%
22.75%

Color #C5969B in popluar number systems.

HEXC5969B
Decimal197150155
Binary110001011001011010011011
Octal305226233

Shades and tints

Shades of #C5969B

#C5969B
(197,150,155)
#B4898D
(180,137,141)
#A37C7F
(163,124,127)
#926F71
(146,111,113)
#816263
(129,98,99)
#705555
(112,85,85)
#5F4847
(95,72,71)
#4E3B39
(78,59,57)
#3D2E2B
(61,46,43)
#2C211D
(44,33,29)
#1B140F
(27,20,15)
#000000
(0,0,0)

Tints of #C5969B

#C5969B
(197,150,155)
#CA9FA4
(202,159,164)
#CFA8AD
(207,168,173)
#D4B1B6
(212,177,182)
#D9BABF
(217,186,191)
#DEC3C8
(222,195,200)
#E3CCD1
(227,204,209)
#E8D5DA
(232,213,218)
#EDDEE3
(237,222,227)
#F2E7EC
(242,231,236)
#F7F0F5
(247,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5969B color. Also use rgb(197,150,155) instead hex code.

Text Font Color

.myTextColor { color: #C5969B; }

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

This text font color is #C5969B.


Background Color

.myBgColor { background-color: #C5969B; }

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

This div background color is #C5969B.


Border color

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

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

This div border color is #C5969B.


Opacity

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

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

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

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

This text has shadow with #C5969B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5969B on black background.


Color preview on white background

This text has color #C5969B on white background.



Black color preview on #C5969B background

This text has black color on #C5969B background.


White color preview on #C5969B background

This text has white color on #C5969B background.