COLOR #C48CBC

HEX: #C48CBC
RGB: (196,140,188)

Color info

#C48CBC contains red, green and blue colors in about the same proportion. Web safe color of #C48CBC is #CC99CC (or #C9C).

RGB color model

#C48CBC color RGB value is (196,140,188).

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

RGB channels and saturation

R 196 of 255 = 77%
G 140 of 255 = 55%
B 188 of 255 = 74%

196
140
188

R + G + B ~ 69%. #C48CBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 140 + 188 = 524 (100%)
R 196 of 524 ~ 37.4%
G 140 of 524 ~ 26.72%
B 188 of 524 ~ 35.88%

%37.4
%26.72
%35.88

CMYK color model

#C48CBC color CMYK value is (0,29,4,23).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 4.08%
  • key color value is 23.14%
CMYK:
(0,29,4,23)
C0M29Y4K23 
(0%,29%,4%,23%)
(0.00/0.29/0.04/0.23)	

CMYK percentages

%0
%28.57
%4.08
%23.14

Codes

Color #C48CBC in popluar color models

C48CBC
RGB196140188
HSL309°32.18%65.88%
HSB/HSV309°28.57%76.86%
CMYK0.00%28.57%4.08%
23.14%

Color #C48CBC in popluar number systems.

HEXC48CBC
Decimal196140188
Binary110001001000110010111100
Octal304214274

Shades and tints

Shades of #C48CBC

#C48CBC
(196,140,188)
#B380AB
(179,128,171)
#A2749A
(162,116,154)
#916889
(145,104,137)
#805C78
(128,92,120)
#6F5067
(111,80,103)
#5E4456
(94,68,86)
#4D3845
(77,56,69)
#3C2C34
(60,44,52)
#2B2023
(43,32,35)
#1A1412
(26,20,18)
#000000
(0,0,0)

Tints of #C48CBC

#C48CBC
(196,140,188)
#C996C2
(201,150,194)
#CEA0C8
(206,160,200)
#D3AACE
(211,170,206)
#D8B4D4
(216,180,212)
#DDBEDA
(221,190,218)
#E2C8E0
(226,200,224)
#E7D2E6
(231,210,230)
#ECDCEC
(236,220,236)
#F1E6F2
(241,230,242)
#F6F0F8
(246,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C48CBC; }

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

This text font color is #C48CBC.


Background Color

.myBgColor { background-color: #C48CBC; }

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

This div background color is #C48CBC.


Border color

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

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

This div border color is #C48CBC.


Opacity

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

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

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

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

This text has shadow with #C48CBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C48CBC on black background.


Color preview on white background

This text has color #C48CBC on white background.



Black color preview on #C48CBC background

This text has black color on #C48CBC background.


White color preview on #C48CBC background

This text has white color on #C48CBC background.