COLOR #C49690

HEX: #C49690
RGB: (196,150,144)

Color info

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

RGB color model

#C49690 color RGB value is (196,150,144).

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

RGB channels and saturation

R 196 of 255 = 77%
G 150 of 255 = 59%
B 144 of 255 = 56%

196
150
144

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

Portions of RGB colors in percentages

R + G + B =
196 + 150 + 144 = 490 (100%)
R 196 of 490 ~ 40%
G 150 of 490 ~ 30.61%
B 144 of 490 ~ 29.39%

%40
%30.61
%29.39

CMYK color model

#C49690 color CMYK value is (0,23,27,23).

  • cyan value is 0.00%
  • magenta value is 23.47%
  • yellow value is 26.53%
  • key color value is 23.14%
CMYK:
(0,23,27,23)
C0M23Y27K23 
(0%,23%,27%,23%)
(0.00/0.23/0.27/0.23)	

CMYK percentages

%0
%23.47
%26.53
%23.14

Codes

Color #C49690 in popluar color models

C49690
RGB196150144
HSL30.59%66.67%
HSB/HSV26.53%76.86%
CMYK0.00%23.47%26.53%
23.14%

Color #C49690 in popluar number systems.

HEXC49690
Decimal196150144
Binary110001001001011010010000
Octal304226220

Shades and tints

Shades of #C49690

#C49690
(196,150,144)
#B38983
(179,137,131)
#A27C76
(162,124,118)
#916F69
(145,111,105)
#80625C
(128,98,92)
#6F554F
(111,85,79)
#5E4842
(94,72,66)
#4D3B35
(77,59,53)
#3C2E28
(60,46,40)
#2B211B
(43,33,27)
#1A140E
(26,20,14)
#000000
(0,0,0)

Tints of #C49690

#C49690
(196,150,144)
#C99F9A
(201,159,154)
#CEA8A4
(206,168,164)
#D3B1AE
(211,177,174)
#D8BAB8
(216,186,184)
#DDC3C2
(221,195,194)
#E2CCCC
(226,204,204)
#E7D5D6
(231,213,214)
#ECDEE0
(236,222,224)
#F1E7EA
(241,231,234)
#F6F0F4
(246,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49690; }

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

This text font color is #C49690.


Background Color

.myBgColor { background-color: #C49690; }

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

This div background color is #C49690.


Border color

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

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

This div border color is #C49690.


Opacity

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

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

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

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

This text has shadow with #C49690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49690 on black background.


Color preview on white background

This text has color #C49690 on white background.



Black color preview on #C49690 background

This text has black color on #C49690 background.


White color preview on #C49690 background

This text has white color on #C49690 background.