COLOR #C4969B

HEX: #C4969B RGB: (196,150,155)

Color info

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

RGB color model

#C4969B color RGB value is (196,150,155).

RGB: (196,150,155) (77%, 59%, 61%)

RGB channels and saturation

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

196
150
155

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

Portions of RGB colors in percentages

R + G + B = 196 + 150 + 155 = 501 (100%)
R 196 of 501 ~ 39.12%
G 150 of 501 ~ 29.94%
B 155 of 501 ~ 30.94'%

%39.12
%29.94
%30.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.47%
  • yellow value is 20.92%
  • key color value is 23.14%

CMYK: (0,23,21,23)
C0M23Y21K23 (0%, 23%, 21%, 23%)
(0.00 / 0.23 / 0.21 / 0.23)

CMYK percentages

%0
%23.47
%20.92
%23.14

Codes

Color #C4969B in popluar color models

C4 96 9B
RGB 196 150 155
HSL 353° 28.05% 67.84%
HSB/HSV 353° 23.47% 76.86%
CMYK 0.00% 23.47% 20.92%
23.14%

Color #C4969B in popluar number systems.

HEX C4 96 9B
Decimal 196 150 155
Binary 11000100 10010110 10011011
Octal 304 226 233

Shades and tints

Shades of #C4969B

#C4969B
(196,150,155)
#B3898D
(179,137,141)
#A27C7F
(162,124,127)
#916F71
(145,111,113)
#806263
(128,98,99)
#6F5555
(111,85,85)
#5E4847
(94,72,71)
#4D3B39
(77,59,57)
#3C2E2B
(60,46,43)
#2B211D
(43,33,29)
#1A140F
(26,20,15)
#000000
(0,0,0)

Tints of #C4969B

#C4969B
(196,150,155)
#C99FA4
(201,159,164)
#CEA8AD
(206,168,173)
#D3B1B6
(211,177,182)
#D8BABF
(216,186,191)
#DDC3C8
(221,195,200)
#E2CCD1
(226,204,209)
#E7D5DA
(231,213,218)
#ECDEE3
(236,222,227)
#F1E7EC
(241,231,236)
#F6F0F5
(246,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4969B; }

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

This text font color is #C4969B.

Background Color

.myBgColor { background-color: #C4969B; }

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

This div background color is #C4969B.

Border color

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

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

This div border color is #C4969B.

Opacity

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

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

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

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

This text has shadow with #C4969B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4969B.

Preview

Color preview on black background

This text has color #C4969B on black background.


Color preview on white background

This text has color #C4969B on white background.


Black color preview on #C4969B background

This text has black color on #C4969B background.


White color preview on #C4969B background

This text has white color on #C4969B background.


Related colors

Complementary color

Complementary color for #hex is #3B6964.


I love getcolorcode.com

Triadic colors

1 #9BC496 and #969BC4 with #C4969B are triadic colors.

2 #9B96C4 and #96C49B with #C4969B are triadic colors.