COLOR #C4918B

HEX: #C4918B
RGB: (196,145,139)

Color info

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

RGB color model

#C4918B color RGB value is (196,145,139).

  • red value is 196;
  • green value is 145;
  • blue value is 139.
RGB:
(196,145,139)
(77%,57%,55%)

RGB channels and saturation

R 196 of 255 = 77%
G 145 of 255 = 57%
B 139 of 255 = 55%

196
145
139

R + G + B ~ 63%. #C4918B is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 145 + 139 = 480 (100%)
R 196 of 480 ~ 40.83%
G 145 of 480 ~ 30.21%
B 139 of 480 ~ 28.96%

%40.83
%30.21
%28.96

CMYK color model

#C4918B color CMYK value is (0,26,29,23).

  • cyan value is 0.00%
  • magenta value is 26.02%
  • yellow value is 29.08%
  • key color value is 23.14%
CMYK:
(0,26,29,23)
C0M26Y29K23 
(0%,26%,29%,23%)
(0.00/0.26/0.29/0.23)	

CMYK percentages

%0
%26.02
%29.08
%23.14

Codes

Color #C4918B in popluar color models

C4918B
RGB196145139
HSL32.57%65.69%
HSB/HSV29.08%76.86%
CMYK0.00%26.02%29.08%
23.14%

Color #C4918B in popluar number systems.

HEXC4918B
Decimal196145139
Binary110001001001000110001011
Octal304221213

Shades and tints

Shades of #C4918B

#C4918B
(196,145,139)
#B3847F
(179,132,127)
#A27773
(162,119,115)
#916A67
(145,106,103)
#805D5B
(128,93,91)
#6F504F
(111,80,79)
#5E4343
(94,67,67)
#4D3637
(77,54,55)
#3C292B
(60,41,43)
#2B1C1F
(43,28,31)
#1A0F13
(26,15,19)
#000000
(0,0,0)

Tints of #C4918B

#C4918B
(196,145,139)
#C99B95
(201,155,149)
#CEA59F
(206,165,159)
#D3AFA9
(211,175,169)
#D8B9B3
(216,185,179)
#DDC3BD
(221,195,189)
#E2CDC7
(226,205,199)
#E7D7D1
(231,215,209)
#ECE1DB
(236,225,219)
#F1EBE5
(241,235,229)
#F6F5EF
(246,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4918B color. Also use rgb(196,145,139) instead hex code.

Text Font Color

.myTextColor { color: #C4918B; }

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

This text font color is #C4918B.


Background Color

.myBgColor { background-color: #C4918B; }

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

This div background color is #C4918B.


Border color

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

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

This div border color is #C4918B.


Opacity

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

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

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

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

This text has shadow with #C4918B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4918B on black background.


Color preview on white background

This text has color #C4918B on white background.



Black color preview on #C4918B background

This text has black color on #C4918B background.


White color preview on #C4918B background

This text has white color on #C4918B background.