COLOR #C48DB0

HEX: #C48DB0 RGB: (196,141,176)

Color info

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

RGB color model

#C48DB0 color RGB value is (196,141,176).

RGB: (196,141,176) (77%, 55%, 69%)

RGB channels and saturation

R 196 of 255 = 77%
G 141 of 255 = 55%
B 176 of 255 = 69%

196
141
176

R + G + B ~ 67%. #C48DB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 141 + 176 = 513 (100%)
R 196 of 513 ~ 38.21%
G 141 of 513 ~ 27.49%
B 176 of 513 ~ 34.31'%

%38.21
%27.49
%34.31

CMYK color model

#C48DB0 color CMYK value is (0,28,10,23).

  • cyan value is 0.00%
  • magenta value is 28.06%
  • yellow value is 10.20%
  • key color value is 23.14%

CMYK: (0,28,10,23)
C0M28Y10K23 (0%, 28%, 10%, 23%)
(0.00 / 0.28 / 0.10 / 0.23)

CMYK percentages

%0
%28.06
%10.2
%23.14

Codes

Color #C48DB0 in popluar color models

C4 8D B0
RGB 196 141 176
HSL 322° 31.79% 66.08%
HSB/HSV 322° 28.06% 76.86%
CMYK 0.00% 28.06% 10.20%
23.14%

Color #C48DB0 in popluar number systems.

HEX C4 8D B0
Decimal 196 141 176
Binary 11000100 10001101 10110000
Octal 304 215 260

Shades and tints

Shades of #C48DB0

#C48DB0
(196,141,176)
#B381A0
(179,129,160)
#A27590
(162,117,144)
#916980
(145,105,128)
#805D70
(128,93,112)
#6F5160
(111,81,96)
#5E4550
(94,69,80)
#4D3940
(77,57,64)
#3C2D30
(60,45,48)
#2B2120
(43,33,32)
#1A1510
(26,21,16)
#000000
(0,0,0)

Tints of #C48DB0

#C48DB0
(196,141,176)
#C997B7
(201,151,183)
#CEA1BE
(206,161,190)
#D3ABC5
(211,171,197)
#D8B5CC
(216,181,204)
#DDBFD3
(221,191,211)
#E2C9DA
(226,201,218)
#E7D3E1
(231,211,225)
#ECDDE8
(236,221,232)
#F1E7EF
(241,231,239)
#F6F1F6
(246,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C48DB0 color. Also use rgb(196,141,176) instead hex code.

Text Font Color

.myTextColor { color: #C48DB0; }

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

This text font color is #C48DB0.

Background Color

.myBgColor { background-color: #C48DB0; }

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

This div background color is #C48DB0.

Border color

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

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

This div border color is #C48DB0.

Opacity

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

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

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

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

This text has shadow with #C48DB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C48DB0.

Preview

Color preview on black background

This text has color #C48DB0 on black background.


Color preview on white background

This text has color #C48DB0 on white background.


Black color preview on #C48DB0 background

This text has black color on #C48DB0 background.


White color preview on #C48DB0 background

This text has white color on #C48DB0 background.


Related colors

Complementary color

Complementary color for #hex is #3B724F.


I love getcolorcode.com

Triadic colors

1 #B0C48D and #8DB0C4 with #C48DB0 are triadic colors.

2 #B08DC4 and #8DC4B0 with #C48DB0 are triadic colors.