COLOR #C48C8D

HEX: #C48C8D
RGB: (196,140,141)

Color info

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

RGB color model

#C48C8D color RGB value is (196,140,141).

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

RGB channels and saturation

R 196 of 255 = 77%
G 140 of 255 = 55%
B 141 of 255 = 55%

196
140
141

R + G + B ~ 62%. #C48C8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 140 + 141 = 477 (100%)
R 196 of 477 ~ 41.09%
G 140 of 477 ~ 29.35%
B 141 of 477 ~ 29.56%

%41.09
%29.35
%29.56

CMYK color model

#C48C8D color CMYK value is (0,29,28,23).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 28.06%
  • key color value is 23.14%
CMYK:
(0,29,28,23)
C0M29Y28K23 
(0%,29%,28%,23%)
(0.00/0.29/0.28/0.23)	

CMYK percentages

%0
%28.57
%28.06
%23.14

Codes

Color #C48C8D in popluar color models

C48C8D
RGB196140141
HSL359°32.18%65.88%
HSB/HSV359°28.57%76.86%
CMYK0.00%28.57%28.06%
23.14%

Color #C48C8D in popluar number systems.

HEXC48C8D
Decimal196140141
Binary110001001000110010001101
Octal304214215

Shades and tints

Shades of #C48C8D

#C48C8D
(196,140,141)
#B38081
(179,128,129)
#A27475
(162,116,117)
#916869
(145,104,105)
#805C5D
(128,92,93)
#6F5051
(111,80,81)
#5E4445
(94,68,69)
#4D3839
(77,56,57)
#3C2C2D
(60,44,45)
#2B2021
(43,32,33)
#1A1415
(26,20,21)
#000000
(0,0,0)

Tints of #C48C8D

#C48C8D
(196,140,141)
#C99697
(201,150,151)
#CEA0A1
(206,160,161)
#D3AAAB
(211,170,171)
#D8B4B5
(216,180,181)
#DDBEBF
(221,190,191)
#E2C8C9
(226,200,201)
#E7D2D3
(231,210,211)
#ECDCDD
(236,220,221)
#F1E6E7
(241,230,231)
#F6F0F1
(246,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C48C8D; }

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

This text font color is #C48C8D.


Background Color

.myBgColor { background-color: #C48C8D; }

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

This div background color is #C48C8D.


Border color

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

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

This div border color is #C48C8D.


Opacity

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

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

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

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

This text has shadow with #C48C8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C48C8D on black background.


Color preview on white background

This text has color #C48C8D on white background.



Black color preview on #C48C8D background

This text has black color on #C48C8D background.


White color preview on #C48C8D background

This text has white color on #C48C8D background.