COLOR #C48FA5

HEX: #C48FA5
RGB: (196,143,165)

Color info

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

RGB color model

#C48FA5 color RGB value is (196,143,165).

  • red value is 196;
  • green value is 143;
  • blue value is 165.
RGB:
(196,143,165)
(77%,56%,65%)

RGB channels and saturation

R 196 of 255 = 77%
G 143 of 255 = 56%
B 165 of 255 = 65%

196
143
165

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

Portions of RGB colors in percentages

R + G + B =
196 + 143 + 165 = 504 (100%)
R 196 of 504 ~ 38.89%
G 143 of 504 ~ 28.37%
B 165 of 504 ~ 32.74%

%38.89
%28.37
%32.74

CMYK color model

#C48FA5 color CMYK value is (0,27,16,23).

  • cyan value is 0.00%
  • magenta value is 27.04%
  • yellow value is 15.82%
  • key color value is 23.14%
CMYK:
(0,27,16,23)
C0M27Y16K23 
(0%,27%,16%,23%)
(0.00/0.27/0.16/0.23)	

CMYK percentages

%0
%27.04
%15.82
%23.14

Codes

Color #C48FA5 in popluar color models

C48FA5
RGB196143165
HSL335°30.99%66.47%
HSB/HSV335°27.04%76.86%
CMYK0.00%27.04%15.82%
23.14%

Color #C48FA5 in popluar number systems.

HEXC48FA5
Decimal196143165
Binary110001001000111110100101
Octal304217245

Shades and tints

Shades of #C48FA5

#C48FA5
(196,143,165)
#B38296
(179,130,150)
#A27587
(162,117,135)
#916878
(145,104,120)
#805B69
(128,91,105)
#6F4E5A
(111,78,90)
#5E414B
(94,65,75)
#4D343C
(77,52,60)
#3C272D
(60,39,45)
#2B1A1E
(43,26,30)
#1A0D0F
(26,13,15)
#000000
(0,0,0)

Tints of #C48FA5

#C48FA5
(196,143,165)
#C999AD
(201,153,173)
#CEA3B5
(206,163,181)
#D3ADBD
(211,173,189)
#D8B7C5
(216,183,197)
#DDC1CD
(221,193,205)
#E2CBD5
(226,203,213)
#E7D5DD
(231,213,221)
#ECDFE5
(236,223,229)
#F1E9ED
(241,233,237)
#F6F3F5
(246,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C48FA5 color. Also use rgb(196,143,165) instead hex code.

Text Font Color

.myTextColor { color: #C48FA5; }

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

This text font color is #C48FA5.


Background Color

.myBgColor { background-color: #C48FA5; }

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

This div background color is #C48FA5.


Border color

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

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

This div border color is #C48FA5.


Opacity

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

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

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

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

This text has shadow with #C48FA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C48FA5 on black background.


Color preview on white background

This text has color #C48FA5 on white background.



Black color preview on #C48FA5 background

This text has black color on #C48FA5 background.


White color preview on #C48FA5 background

This text has white color on #C48FA5 background.