COLOR #C4968D

HEX: #C4968D
RGB: (196,150,141)

Color info

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

RGB color model

#C4968D color RGB value is (196,150,141).

  • red value is 196;
  • green value is 150;
  • blue value is 141.
RGB:
(196,150,141)
(77%,59%,55%)

RGB channels and saturation

R 196 of 255 = 77%
G 150 of 255 = 59%
B 141 of 255 = 55%

196
150
141

R + G + B ~ 64%. #C4968D is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 150 + 141 = 487 (100%)
R 196 of 487 ~ 40.25%
G 150 of 487 ~ 30.8%
B 141 of 487 ~ 28.95%

%40.25
%30.8
%28.95

CMYK color model

#C4968D color CMYK value is (0,23,28,23).

  • cyan value is 0.00%
  • magenta value is 23.47%
  • yellow value is 28.06%
  • key color value is 23.14%
CMYK:
(0,23,28,23)
C0M23Y28K23 
(0%,23%,28%,23%)
(0.00/0.23/0.28/0.23)	

CMYK percentages

%0
%23.47
%28.06
%23.14

Codes

Color #C4968D in popluar color models

C4968D
RGB196150141
HSL10°31.79%66.08%
HSB/HSV10°28.06%76.86%
CMYK0.00%23.47%28.06%
23.14%

Color #C4968D in popluar number systems.

HEXC4968D
Decimal196150141
Binary110001001001011010001101
Octal304226215

Shades and tints

Shades of #C4968D

#C4968D
(196,150,141)
#B38981
(179,137,129)
#A27C75
(162,124,117)
#916F69
(145,111,105)
#80625D
(128,98,93)
#6F5551
(111,85,81)
#5E4845
(94,72,69)
#4D3B39
(77,59,57)
#3C2E2D
(60,46,45)
#2B2121
(43,33,33)
#1A1415
(26,20,21)
#000000
(0,0,0)

Tints of #C4968D

#C4968D
(196,150,141)
#C99F97
(201,159,151)
#CEA8A1
(206,168,161)
#D3B1AB
(211,177,171)
#D8BAB5
(216,186,181)
#DDC3BF
(221,195,191)
#E2CCC9
(226,204,201)
#E7D5D3
(231,213,211)
#ECDEDD
(236,222,221)
#F1E7E7
(241,231,231)
#F6F0F1
(246,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4968D; }

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

This text font color is #C4968D.


Background Color

.myBgColor { background-color: #C4968D; }

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

This div background color is #C4968D.


Border color

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

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

This div border color is #C4968D.


Opacity

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

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

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

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

This text has shadow with #C4968D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4968D on black background.


Color preview on white background

This text has color #C4968D on white background.



Black color preview on #C4968D background

This text has black color on #C4968D background.


White color preview on #C4968D background

This text has white color on #C4968D background.