COLOR #C48BB4

HEX: #C48BB4 RGB: (196,139,180)

Color info

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

RGB color model

#C48BB4 color RGB value is (196,139,180).

RGB: (196,139,180) (77%, 55%, 71%)

RGB channels and saturation

R 196 of 255 = 77%
G 139 of 255 = 55%
B 180 of 255 = 71%

196
139
180

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

Portions of RGB colors in percentages

R + G + B = 196 + 139 + 180 = 515 (100%)
R 196 of 515 ~ 38.06%
G 139 of 515 ~ 26.99%
B 180 of 515 ~ 34.95'%

%38.06
%26.99
%34.95

CMYK color model

#C48BB4 color CMYK value is (0,29,8,23).

  • cyan value is 0.00%
  • magenta value is 29.08%
  • yellow value is 8.16%
  • key color value is 23.14%

CMYK: (0,29,8,23)
C0M29Y8K23 (0%, 29%, 8%, 23%)
(0.00 / 0.29 / 0.08 / 0.23)

CMYK percentages

%0
%29.08
%8.16
%23.14

Codes

Color #C48BB4 in popluar color models

C4 8B B4
RGB 196 139 180
HSL 317° 32.57% 65.69%
HSB/HSV 317° 29.08% 76.86%
CMYK 0.00% 29.08% 8.16%
23.14%

Color #C48BB4 in popluar number systems.

HEX C4 8B B4
Decimal 196 139 180
Binary 11000100 10001011 10110100
Octal 304 213 264

Shades and tints

Shades of #C48BB4

#C48BB4
(196,139,180)
#B37FA4
(179,127,164)
#A27394
(162,115,148)
#916784
(145,103,132)
#805B74
(128,91,116)
#6F4F64
(111,79,100)
#5E4354
(94,67,84)
#4D3744
(77,55,68)
#3C2B34
(60,43,52)
#2B1F24
(43,31,36)
#1A1314
(26,19,20)
#000000
(0,0,0)

Tints of #C48BB4

#C48BB4
(196,139,180)
#C995BA
(201,149,186)
#CE9FC0
(206,159,192)
#D3A9C6
(211,169,198)
#D8B3CC
(216,179,204)
#DDBDD2
(221,189,210)
#E2C7D8
(226,199,216)
#E7D1DE
(231,209,222)
#ECDBE4
(236,219,228)
#F1E5EA
(241,229,234)
#F6EFF0
(246,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C48BB4 color. Also use rgb(196,139,180) instead hex code.

Text Font Color

.myTextColor { color: #C48BB4; }

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

This text font color is #C48BB4.

Background Color

.myBgColor { background-color: #C48BB4; }

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

This div background color is #C48BB4.

Border color

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

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

This div border color is #C48BB4.

Opacity

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

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

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

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

This text has shadow with #C48BB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C48BB4.

Preview

Color preview on black background

This text has color #C48BB4 on black background.


Color preview on white background

This text has color #C48BB4 on white background.


Black color preview on #C48BB4 background

This text has black color on #C48BB4 background.


White color preview on #C48BB4 background

This text has white color on #C48BB4 background.


Related colors

Complementary color

Complementary color for #hex is #3B744B.


I love getcolorcode.com

Triadic colors

1 #B4C48B and #8BB4C4 with #C48BB4 are triadic colors.

2 #B48BC4 and #8BC4B4 with #C48BB4 are triadic colors.