COLOR #C48496

HEX: #C48496
RGB: (196,132,150)

Color info

#C48496 contains mainly red and blue colors. Web safe color of #C48496 is #CC9999 (or #C99).

RGB color model

#C48496 color RGB value is (196,132,150).

  • red value is 196;
  • green value is 132;
  • blue value is 150.
RGB:
(196,132,150)
(77%,52%,59%)

RGB channels and saturation

R 196 of 255 = 77%
G 132 of 255 = 52%
B 150 of 255 = 59%

196
132
150

R + G + B ~ 63%. #C48496 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 132 + 150 = 478 (100%)
R 196 of 478 ~ 41%
G 132 of 478 ~ 27.62%
B 150 of 478 ~ 31.38%

%41
%27.62
%31.38

CMYK color model

#C48496 color CMYK value is (0,33,23,23).

  • cyan value is 0.00%
  • magenta value is 32.65%
  • yellow value is 23.47%
  • key color value is 23.14%
CMYK:
(0,33,23,23)
C0M33Y23K23 
(0%,33%,23%,23%)
(0.00/0.33/0.23/0.23)	

CMYK percentages

%0
%32.65
%23.47
%23.14

Codes

Color #C48496 in popluar color models

C48496
RGB196132150
HSL343°35.16%64.31%
HSB/HSV343°32.65%76.86%
CMYK0.00%32.65%23.47%
23.14%

Color #C48496 in popluar number systems.

HEXC48496
Decimal196132150
Binary110001001000010010010110
Octal304204226

Shades and tints

Shades of #C48496

#C48496
(196,132,150)
#B37889
(179,120,137)
#A26C7C
(162,108,124)
#91606F
(145,96,111)
#805462
(128,84,98)
#6F4855
(111,72,85)
#5E3C48
(94,60,72)
#4D303B
(77,48,59)
#3C242E
(60,36,46)
#2B1821
(43,24,33)
#1A0C14
(26,12,20)
#000000
(0,0,0)

Tints of #C48496

#C48496
(196,132,150)
#C98F9F
(201,143,159)
#CE9AA8
(206,154,168)
#D3A5B1
(211,165,177)
#D8B0BA
(216,176,186)
#DDBBC3
(221,187,195)
#E2C6CC
(226,198,204)
#E7D1D5
(231,209,213)
#ECDCDE
(236,220,222)
#F1E7E7
(241,231,231)
#F6F2F0
(246,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C48496 color. Also use rgb(196,132,150) instead hex code.

Text Font Color

.myTextColor { color: #C48496; }

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

This text font color is #C48496.


Background Color

.myBgColor { background-color: #C48496; }

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

This div background color is #C48496.


Border color

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

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

This div border color is #C48496.


Opacity

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

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

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

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

This text has shadow with #C48496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C48496 on black background.


Color preview on white background

This text has color #C48496 on white background.



Black color preview on #C48496 background

This text has black color on #C48496 background.


White color preview on #C48496 background

This text has white color on #C48496 background.