COLOR #C48D9C

HEX: #C48D9C
RGB: (196,141,156)

Color info

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

RGB color model

#C48D9C color RGB value is (196,141,156).

  • red value is 196;
  • green value is 141;
  • blue value is 156.
RGB:
(196,141,156)
(77%,55%,61%)

RGB channels and saturation

R 196 of 255 = 77%
G 141 of 255 = 55%
B 156 of 255 = 61%

196
141
156

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

Portions of RGB colors in percentages

R + G + B =
196 + 141 + 156 = 493 (100%)
R 196 of 493 ~ 39.76%
G 141 of 493 ~ 28.6%
B 156 of 493 ~ 31.64%

%39.76
%28.6
%31.64

CMYK color model

#C48D9C color CMYK value is (0,28,20,23).

  • cyan value is 0.00%
  • magenta value is 28.06%
  • yellow value is 20.41%
  • key color value is 23.14%
CMYK:
(0,28,20,23)
C0M28Y20K23 
(0%,28%,20%,23%)
(0.00/0.28/0.20/0.23)	

CMYK percentages

%0
%28.06
%20.41
%23.14

Codes

Color #C48D9C in popluar color models

C48D9C
RGB196141156
HSL344°31.79%66.08%
HSB/HSV344°28.06%76.86%
CMYK0.00%28.06%20.41%
23.14%

Color #C48D9C in popluar number systems.

HEXC48D9C
Decimal196141156
Binary110001001000110110011100
Octal304215234

Shades and tints

Shades of #C48D9C

#C48D9C
(196,141,156)
#B3818E
(179,129,142)
#A27580
(162,117,128)
#916972
(145,105,114)
#805D64
(128,93,100)
#6F5156
(111,81,86)
#5E4548
(94,69,72)
#4D393A
(77,57,58)
#3C2D2C
(60,45,44)
#2B211E
(43,33,30)
#1A1510
(26,21,16)
#000000
(0,0,0)

Tints of #C48D9C

#C48D9C
(196,141,156)
#C997A5
(201,151,165)
#CEA1AE
(206,161,174)
#D3ABB7
(211,171,183)
#D8B5C0
(216,181,192)
#DDBFC9
(221,191,201)
#E2C9D2
(226,201,210)
#E7D3DB
(231,211,219)
#ECDDE4
(236,221,228)
#F1E7ED
(241,231,237)
#F6F1F6
(246,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C48D9C color. Also use rgb(196,141,156) instead hex code.

Text Font Color

.myTextColor { color: #C48D9C; }

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

This text font color is #C48D9C.


Background Color

.myBgColor { background-color: #C48D9C; }

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

This div background color is #C48D9C.


Border color

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

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

This div border color is #C48D9C.


Opacity

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

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

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

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

This text has shadow with #C48D9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C48D9C on black background.


Color preview on white background

This text has color #C48D9C on white background.



Black color preview on #C48D9C background

This text has black color on #C48D9C background.


White color preview on #C48D9C background

This text has white color on #C48D9C background.