COLOR #C48FB3

HEX: #C48FB3 RGB: (196,143,179)

Color info

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

RGB color model

#C48FB3 color RGB value is (196,143,179).

RGB: (196,143,179) (77%, 56%, 70%)

RGB channels and saturation

R 196 of 255 = 77%
G 143 of 255 = 56%
B 179 of 255 = 70%

196
143
179

R + G + B ~ 68%. #C48FB3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 143 + 179 = 518 (100%)
R 196 of 518 ~ 37.84%
G 143 of 518 ~ 27.61%
B 179 of 518 ~ 34.56'%

%37.84
%27.61
%34.56

CMYK color model

#C48FB3 color CMYK value is (0,27,9,23).

  • cyan value is 0.00%
  • magenta value is 27.04%
  • yellow value is 8.67%
  • key color value is 23.14%

CMYK: (0,27,9,23)
C0M27Y9K23 (0%, 27%, 9%, 23%)
(0.00 / 0.27 / 0.09 / 0.23)

CMYK percentages

%0
%27.04
%8.67
%23.14

Codes

Color #C48FB3 in popluar color models

C4 8F B3
RGB 196 143 179
HSL 319° 30.99% 66.47%
HSB/HSV 319° 27.04% 76.86%
CMYK 0.00% 27.04% 8.67%
23.14%

Color #C48FB3 in popluar number systems.

HEX C4 8F B3
Decimal 196 143 179
Binary 11000100 10001111 10110011
Octal 304 217 263

Shades and tints

Shades of #C48FB3

#C48FB3
(196,143,179)
#B382A3
(179,130,163)
#A27593
(162,117,147)
#916883
(145,104,131)
#805B73
(128,91,115)
#6F4E63
(111,78,99)
#5E4153
(94,65,83)
#4D3443
(77,52,67)
#3C2733
(60,39,51)
#2B1A23
(43,26,35)
#1A0D13
(26,13,19)
#000000
(0,0,0)

Tints of #C48FB3

#C48FB3
(196,143,179)
#C999B9
(201,153,185)
#CEA3BF
(206,163,191)
#D3ADC5
(211,173,197)
#D8B7CB
(216,183,203)
#DDC1D1
(221,193,209)
#E2CBD7
(226,203,215)
#E7D5DD
(231,213,221)
#ECDFE3
(236,223,227)
#F1E9E9
(241,233,233)
#F6F3EF
(246,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C48FB3; }

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

This text font color is #C48FB3.

Background Color

.myBgColor { background-color: #C48FB3; }

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

This div background color is #C48FB3.

Border color

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

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

This div border color is #C48FB3.

Opacity

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

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

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

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

This text has shadow with #C48FB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C48FB3.

Preview

Color preview on black background

This text has color #C48FB3 on black background.


Color preview on white background

This text has color #C48FB3 on white background.


Black color preview on #C48FB3 background

This text has black color on #C48FB3 background.


White color preview on #C48FB3 background

This text has white color on #C48FB3 background.


Related colors

Complementary color

Complementary color for #hex is #3B704C.


I love getcolorcode.com

Triadic colors

1 #B3C48F and #8FB3C4 with #C48FB3 are triadic colors.

2 #B38FC4 and #8FC4B3 with #C48FB3 are triadic colors.