COLOR #C49599

HEX: #C49599
RGB: (196,149,153)

Color info

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

RGB color model

#C49599 color RGB value is (196,149,153).

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

RGB channels and saturation

R 196 of 255 = 77%
G 149 of 255 = 58%
B 153 of 255 = 60%

196
149
153

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

Portions of RGB colors in percentages

R + G + B =
196 + 149 + 153 = 498 (100%)
R 196 of 498 ~ 39.36%
G 149 of 498 ~ 29.92%
B 153 of 498 ~ 30.72%

%39.36
%29.92
%30.72

CMYK color model

#C49599 color CMYK value is (0,24,22,23).

  • cyan value is 0.00%
  • magenta value is 23.98%
  • yellow value is 21.94%
  • key color value is 23.14%
CMYK:
(0,24,22,23)
C0M24Y22K23 
(0%,24%,22%,23%)
(0.00/0.24/0.22/0.23)	

CMYK percentages

%0
%23.98
%21.94
%23.14

Codes

Color #C49599 in popluar color models

C49599
RGB196149153
HSL355°28.48%67.65%
HSB/HSV355°23.98%76.86%
CMYK0.00%23.98%21.94%
23.14%

Color #C49599 in popluar number systems.

HEXC49599
Decimal196149153
Binary110001001001010110011001
Octal304225231

Shades and tints

Shades of #C49599

#C49599
(196,149,153)
#B3888C
(179,136,140)
#A27B7F
(162,123,127)
#916E72
(145,110,114)
#806165
(128,97,101)
#6F5458
(111,84,88)
#5E474B
(94,71,75)
#4D3A3E
(77,58,62)
#3C2D31
(60,45,49)
#2B2024
(43,32,36)
#1A1317
(26,19,23)
#000000
(0,0,0)

Tints of #C49599

#C49599
(196,149,153)
#C99EA2
(201,158,162)
#CEA7AB
(206,167,171)
#D3B0B4
(211,176,180)
#D8B9BD
(216,185,189)
#DDC2C6
(221,194,198)
#E2CBCF
(226,203,207)
#E7D4D8
(231,212,216)
#ECDDE1
(236,221,225)
#F1E6EA
(241,230,234)
#F6EFF3
(246,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49599; }

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

This text font color is #C49599.


Background Color

.myBgColor { background-color: #C49599; }

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

This div background color is #C49599.


Border color

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

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

This div border color is #C49599.


Opacity

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

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

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

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

This text has shadow with #C49599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49599 on black background.


Color preview on white background

This text has color #C49599 on white background.



Black color preview on #C49599 background

This text has black color on #C49599 background.


White color preview on #C49599 background

This text has white color on #C49599 background.