COLOR #C49992

HEX: #C49992 RGB: (196,153,146)

Color info

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

RGB color model

#C49992 color RGB value is (196,153,146).

RGB: (196,153,146) (77%, 60%, 57%)

RGB channels and saturation

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

196
153
146

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

Portions of RGB colors in percentages

R + G + B = 196 + 153 + 146 = 495 (100%)
R 196 of 495 ~ 39.6%
G 153 of 495 ~ 30.91%
B 146 of 495 ~ 29.49'%

%39.6
%30.91
%29.49

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.94%
  • yellow value is 25.51%
  • 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
%25.51
%23.14

Codes

Color #C49992 in popluar color models

C4 99 92
RGB 196 153 146
HSL 29.76% 67.06%
HSB/HSV 25.51% 76.86%
CMYK 0.00% 21.94% 25.51%
23.14%

Color #C49992 in popluar number systems.

HEX C4 99 92
Decimal 196 153 146
Binary 11000100 10011001 10010010
Octal 304 231 222

Shades and tints

Shades of #C49992

#C49992
(196,153,146)
#B38C85
(179,140,133)
#A27F78
(162,127,120)
#91726B
(145,114,107)
#80655E
(128,101,94)
#6F5851
(111,88,81)
#5E4B44
(94,75,68)
#4D3E37
(77,62,55)
#3C312A
(60,49,42)
#2B241D
(43,36,29)
#1A1710
(26,23,16)
#000000
(0,0,0)

Tints of #C49992

#C49992
(196,153,146)
#C9A29B
(201,162,155)
#CEABA4
(206,171,164)
#D3B4AD
(211,180,173)
#D8BDB6
(216,189,182)
#DDC6BF
(221,198,191)
#E2CFC8
(226,207,200)
#E7D8D1
(231,216,209)
#ECE1DA
(236,225,218)
#F1EAE3
(241,234,227)
#F6F3EC
(246,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49992; }

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

This text font color is #C49992.

Background Color

.myBgColor { background-color: #C49992; }

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

This div background color is #C49992.

Border color

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

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

This div border color is #C49992.

Opacity

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

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

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

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

This text has shadow with #C49992 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C49992.

Preview

Color preview on black background

This text has color #C49992 on black background.


Color preview on white background

This text has color #C49992 on white background.


Black color preview on #C49992 background

This text has black color on #C49992 background.


White color preview on #C49992 background

This text has white color on #C49992 background.


Related colors

Complementary color

Complementary color for #hex is #3B666D.


I love getcolorcode.com

Triadic colors

1 #92C499 and #9992C4 with #C49992 are triadic colors.

2 #9299C4 and #99C492 with #C49992 are triadic colors.