COLOR #C49295

HEX: #C49295
RGB: (196,146,149)

Color info

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

RGB color model

#C49295 color RGB value is (196,146,149).

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

RGB channels and saturation

R 196 of 255 = 77%
G 146 of 255 = 57%
B 149 of 255 = 58%

196
146
149

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

Portions of RGB colors in percentages

R + G + B =
196 + 146 + 149 = 491 (100%)
R 196 of 491 ~ 39.92%
G 146 of 491 ~ 29.74%
B 149 of 491 ~ 30.35%

%39.92
%29.74
%30.35

CMYK color model

#C49295 color CMYK value is (0,26,24,23).

  • cyan value is 0.00%
  • magenta value is 25.51%
  • yellow value is 23.98%
  • key color value is 23.14%
CMYK:
(0,26,24,23)
C0M26Y24K23 
(0%,26%,24%,23%)
(0.00/0.26/0.24/0.23)	

CMYK percentages

%0
%25.51
%23.98
%23.14

Codes

Color #C49295 in popluar color models

C49295
RGB196146149
HSL356°29.76%67.06%
HSB/HSV356°25.51%76.86%
CMYK0.00%25.51%23.98%
23.14%

Color #C49295 in popluar number systems.

HEXC49295
Decimal196146149
Binary110001001001001010010101
Octal304222225

Shades and tints

Shades of #C49295

#C49295
(196,146,149)
#B38588
(179,133,136)
#A2787B
(162,120,123)
#916B6E
(145,107,110)
#805E61
(128,94,97)
#6F5154
(111,81,84)
#5E4447
(94,68,71)
#4D373A
(77,55,58)
#3C2A2D
(60,42,45)
#2B1D20
(43,29,32)
#1A1013
(26,16,19)
#000000
(0,0,0)

Tints of #C49295

#C49295
(196,146,149)
#C99B9E
(201,155,158)
#CEA4A7
(206,164,167)
#D3ADB0
(211,173,176)
#D8B6B9
(216,182,185)
#DDBFC2
(221,191,194)
#E2C8CB
(226,200,203)
#E7D1D4
(231,209,212)
#ECDADD
(236,218,221)
#F1E3E6
(241,227,230)
#F6ECEF
(246,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49295; }

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

This text font color is #C49295.


Background Color

.myBgColor { background-color: #C49295; }

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

This div background color is #C49295.


Border color

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

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

This div border color is #C49295.


Opacity

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

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

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

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

This text has shadow with #C49295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49295 on black background.


Color preview on white background

This text has color #C49295 on white background.



Black color preview on #C49295 background

This text has black color on #C49295 background.


White color preview on #C49295 background

This text has white color on #C49295 background.