COLOR #C48CB1

HEX: #C48CB1
RGB: (196,140,177)

Color info

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

RGB color model

#C48CB1 color RGB value is (196,140,177).

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

RGB channels and saturation

R 196 of 255 = 77%
G 140 of 255 = 55%
B 177 of 255 = 69%

196
140
177

R + G + B ~ 67%. #C48CB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 140 + 177 = 513 (100%)
R 196 of 513 ~ 38.21%
G 140 of 513 ~ 27.29%
B 177 of 513 ~ 34.5%

%38.21
%27.29
%34.5

CMYK color model

#C48CB1 color CMYK value is (0,29,10,23).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 9.69%
  • key color value is 23.14%
CMYK:
(0,29,10,23)
C0M29Y10K23 
(0%,29%,10%,23%)
(0.00/0.29/0.10/0.23)	

CMYK percentages

%0
%28.57
%9.69
%23.14

Codes

Color #C48CB1 in popluar color models

C48CB1
RGB196140177
HSL320°32.18%65.88%
HSB/HSV320°28.57%76.86%
CMYK0.00%28.57%9.69%
23.14%

Color #C48CB1 in popluar number systems.

HEXC48CB1
Decimal196140177
Binary110001001000110010110001
Octal304214261

Shades and tints

Shades of #C48CB1

#C48CB1
(196,140,177)
#B380A1
(179,128,161)
#A27491
(162,116,145)
#916881
(145,104,129)
#805C71
(128,92,113)
#6F5061
(111,80,97)
#5E4451
(94,68,81)
#4D3841
(77,56,65)
#3C2C31
(60,44,49)
#2B2021
(43,32,33)
#1A1411
(26,20,17)
#000000
(0,0,0)

Tints of #C48CB1

#C48CB1
(196,140,177)
#C996B8
(201,150,184)
#CEA0BF
(206,160,191)
#D3AAC6
(211,170,198)
#D8B4CD
(216,180,205)
#DDBED4
(221,190,212)
#E2C8DB
(226,200,219)
#E7D2E2
(231,210,226)
#ECDCE9
(236,220,233)
#F1E6F0
(241,230,240)
#F6F0F7
(246,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C48CB1; }

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

This text font color is #C48CB1.


Background Color

.myBgColor { background-color: #C48CB1; }

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

This div background color is #C48CB1.


Border color

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

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

This div border color is #C48CB1.


Opacity

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

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

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

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

This text has shadow with #C48CB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C48CB1 on black background.


Color preview on white background

This text has color #C48CB1 on white background.



Black color preview on #C48CB1 background

This text has black color on #C48CB1 background.


White color preview on #C48CB1 background

This text has white color on #C48CB1 background.