COLOR #C48CA8

HEX: #C48CA8
RGB: (196,140,168)

Color info

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

RGB color model

#C48CA8 color RGB value is (196,140,168).

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

RGB channels and saturation

R 196 of 255 = 77%
G 140 of 255 = 55%
B 168 of 255 = 66%

196
140
168

R + G + B ~ 66%. #C48CA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 140 + 168 = 504 (100%)
R 196 of 504 ~ 38.89%
G 140 of 504 ~ 27.78%
B 168 of 504 ~ 33.33%

%38.89
%27.78
%33.33

CMYK color model

#C48CA8 color CMYK value is (0,29,14,23).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 14.29%
  • key color value is 23.14%
CMYK:
(0,29,14,23)
C0M29Y14K23 
(0%,29%,14%,23%)
(0.00/0.29/0.14/0.23)	

CMYK percentages

%0
%28.57
%14.29
%23.14

Codes

Color #C48CA8 in popluar color models

C48CA8
RGB196140168
HSL330°32.18%65.88%
HSB/HSV330°28.57%76.86%
CMYK0.00%28.57%14.29%
23.14%

Color #C48CA8 in popluar number systems.

HEXC48CA8
Decimal196140168
Binary110001001000110010101000
Octal304214250

Shades and tints

Shades of #C48CA8

#C48CA8
(196,140,168)
#B38099
(179,128,153)
#A2748A
(162,116,138)
#91687B
(145,104,123)
#805C6C
(128,92,108)
#6F505D
(111,80,93)
#5E444E
(94,68,78)
#4D383F
(77,56,63)
#3C2C30
(60,44,48)
#2B2021
(43,32,33)
#1A1412
(26,20,18)
#000000
(0,0,0)

Tints of #C48CA8

#C48CA8
(196,140,168)
#C996AF
(201,150,175)
#CEA0B6
(206,160,182)
#D3AABD
(211,170,189)
#D8B4C4
(216,180,196)
#DDBECB
(221,190,203)
#E2C8D2
(226,200,210)
#E7D2D9
(231,210,217)
#ECDCE0
(236,220,224)
#F1E6E7
(241,230,231)
#F6F0EE
(246,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C48CA8; }

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

This text font color is #C48CA8.


Background Color

.myBgColor { background-color: #C48CA8; }

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

This div background color is #C48CA8.


Border color

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

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

This div border color is #C48CA8.


Opacity

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

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

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

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

This text has shadow with #C48CA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C48CA8 on black background.


Color preview on white background

This text has color #C48CA8 on white background.



Black color preview on #C48CA8 background

This text has black color on #C48CA8 background.


White color preview on #C48CA8 background

This text has white color on #C48CA8 background.