COLOR #C49991

HEX: #C49991
RGB: (196,153,145)

Color info

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

RGB color model

#C49991 color RGB value is (196,153,145).

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

RGB channels and saturation

R 196 of 255 = 77%
G 153 of 255 = 60%
B 145 of 255 = 57%

196
153
145

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

Portions of RGB colors in percentages

R + G + B =
196 + 153 + 145 = 494 (100%)
R 196 of 494 ~ 39.68%
G 153 of 494 ~ 30.97%
B 145 of 494 ~ 29.35%

%39.68
%30.97
%29.35

CMYK color model

#C49991 color CMYK value is (0,22,26,23).

  • cyan value is 0.00%
  • magenta value is 21.94%
  • yellow value is 26.02%
  • key color value is 23.14%
CMYK:
(0,22,26,23)
C0M22Y26K23 
(0%,22%,26%,23%)
(0.00/0.22/0.26/0.23)	

CMYK percentages

%0
%21.94
%26.02
%23.14

Codes

Color #C49991 in popluar color models

C49991
RGB196153145
HSL30.18%66.86%
HSB/HSV26.02%76.86%
CMYK0.00%21.94%26.02%
23.14%

Color #C49991 in popluar number systems.

HEXC49991
Decimal196153145
Binary110001001001100110010001
Octal304231221

Shades and tints

Shades of #C49991

#C49991
(196,153,145)
#B38C84
(179,140,132)
#A27F77
(162,127,119)
#91726A
(145,114,106)
#80655D
(128,101,93)
#6F5850
(111,88,80)
#5E4B43
(94,75,67)
#4D3E36
(77,62,54)
#3C3129
(60,49,41)
#2B241C
(43,36,28)
#1A170F
(26,23,15)
#000000
(0,0,0)

Tints of #C49991

#C49991
(196,153,145)
#C9A29B
(201,162,155)
#CEABA5
(206,171,165)
#D3B4AF
(211,180,175)
#D8BDB9
(216,189,185)
#DDC6C3
(221,198,195)
#E2CFCD
(226,207,205)
#E7D8D7
(231,216,215)
#ECE1E1
(236,225,225)
#F1EAEB
(241,234,235)
#F6F3F5
(246,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49991; }

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

This text font color is #C49991.


Background Color

.myBgColor { background-color: #C49991; }

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

This div background color is #C49991.


Border color

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

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

This div border color is #C49991.


Opacity

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

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

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

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

This text has shadow with #C49991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49991 on black background.


Color preview on white background

This text has color #C49991 on white background.



Black color preview on #C49991 background

This text has black color on #C49991 background.


White color preview on #C49991 background

This text has white color on #C49991 background.