COLOR #C49F90

HEX: #C49F90
RGB: (196,159,144)

Color info

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

RGB color model

#C49F90 color RGB value is (196,159,144).

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

RGB channels and saturation

R 196 of 255 = 77%
G 159 of 255 = 62%
B 144 of 255 = 56%

196
159
144

R + G + B ~ 65%. #C49F90 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 159 + 144 = 499 (100%)
R 196 of 499 ~ 39.28%
G 159 of 499 ~ 31.86%
B 144 of 499 ~ 28.86%

%39.28
%31.86
%28.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.88%
  • yellow value is 26.53%
  • key color value is 23.14%
CMYK:
(0,19,27,23)
C0M19Y27K23 
(0%,19%,27%,23%)
(0.00/0.19/0.27/0.23)	

CMYK percentages

%0
%18.88
%26.53
%23.14

Codes

Color #C49F90 in popluar color models

C49F90
RGB196159144
HSL17°30.59%66.67%
HSB/HSV17°26.53%76.86%
CMYK0.00%18.88%26.53%
23.14%

Color #C49F90 in popluar number systems.

HEXC49F90
Decimal196159144
Binary110001001001111110010000
Octal304237220

Shades and tints

Shades of #C49F90

#C49F90
(196,159,144)
#B39183
(179,145,131)
#A28376
(162,131,118)
#917569
(145,117,105)
#80675C
(128,103,92)
#6F594F
(111,89,79)
#5E4B42
(94,75,66)
#4D3D35
(77,61,53)
#3C2F28
(60,47,40)
#2B211B
(43,33,27)
#1A130E
(26,19,14)
#000000
(0,0,0)

Tints of #C49F90

#C49F90
(196,159,144)
#C9A79A
(201,167,154)
#CEAFA4
(206,175,164)
#D3B7AE
(211,183,174)
#D8BFB8
(216,191,184)
#DDC7C2
(221,199,194)
#E2CFCC
(226,207,204)
#E7D7D6
(231,215,214)
#ECDFE0
(236,223,224)
#F1E7EA
(241,231,234)
#F6EFF4
(246,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49F90; }

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

This text font color is #C49F90.


Background Color

.myBgColor { background-color: #C49F90; }

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

This div background color is #C49F90.


Border color

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

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

This div border color is #C49F90.


Opacity

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

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

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

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

This text has shadow with #C49F90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49F90 on black background.


Color preview on white background

This text has color #C49F90 on white background.



Black color preview on #C49F90 background

This text has black color on #C49F90 background.


White color preview on #C49F90 background

This text has white color on #C49F90 background.