COLOR #C48D93

HEX: #C48D93
RGB: (196,141,147)

Color info

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

RGB color model

#C48D93 color RGB value is (196,141,147).

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

RGB channels and saturation

R 196 of 255 = 77%
G 141 of 255 = 55%
B 147 of 255 = 58%

196
141
147

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

Portions of RGB colors in percentages

R + G + B =
196 + 141 + 147 = 484 (100%)
R 196 of 484 ~ 40.5%
G 141 of 484 ~ 29.13%
B 147 of 484 ~ 30.37%

%40.5
%29.13
%30.37

CMYK color model

#C48D93 color CMYK value is (0,28,25,23).

  • cyan value is 0.00%
  • magenta value is 28.06%
  • yellow value is 25.00%
  • key color value is 23.14%
CMYK:
(0,28,25,23)
C0M28Y25K23 
(0%,28%,25%,23%)
(0.00/0.28/0.25/0.23)	

CMYK percentages

%0
%28.06
%25
%23.14

Codes

Color #C48D93 in popluar color models

C48D93
RGB196141147
HSL353°31.79%66.08%
HSB/HSV353°28.06%76.86%
CMYK0.00%28.06%25.00%
23.14%

Color #C48D93 in popluar number systems.

HEXC48D93
Decimal196141147
Binary110001001000110110010011
Octal304215223

Shades and tints

Shades of #C48D93

#C48D93
(196,141,147)
#B38186
(179,129,134)
#A27579
(162,117,121)
#91696C
(145,105,108)
#805D5F
(128,93,95)
#6F5152
(111,81,82)
#5E4545
(94,69,69)
#4D3938
(77,57,56)
#3C2D2B
(60,45,43)
#2B211E
(43,33,30)
#1A1511
(26,21,17)
#000000
(0,0,0)

Tints of #C48D93

#C48D93
(196,141,147)
#C9979C
(201,151,156)
#CEA1A5
(206,161,165)
#D3ABAE
(211,171,174)
#D8B5B7
(216,181,183)
#DDBFC0
(221,191,192)
#E2C9C9
(226,201,201)
#E7D3D2
(231,211,210)
#ECDDDB
(236,221,219)
#F1E7E4
(241,231,228)
#F6F1ED
(246,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C48D93; }

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

This text font color is #C48D93.


Background Color

.myBgColor { background-color: #C48D93; }

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

This div background color is #C48D93.


Border color

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

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

This div border color is #C48D93.


Opacity

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

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

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

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

This text has shadow with #C48D93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C48D93 on black background.


Color preview on white background

This text has color #C48D93 on white background.



Black color preview on #C48D93 background

This text has black color on #C48D93 background.


White color preview on #C48D93 background

This text has white color on #C48D93 background.