COLOR #C38BB0

HEX: #C38BB0
RGB: (195,139,176)

Color info

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

RGB color model

#C38BB0 color RGB value is (195,139,176).

  • red value is 195;
  • green value is 139;
  • blue value is 176.
RGB:
(195,139,176)
(76%,55%,69%)

RGB channels and saturation

R 195 of 255 = 76%
G 139 of 255 = 55%
B 176 of 255 = 69%

195
139
176

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

Portions of RGB colors in percentages

R + G + B =
195 + 139 + 176 = 510 (100%)
R 195 of 510 ~ 38.24%
G 139 of 510 ~ 27.25%
B 176 of 510 ~ 34.51%

%38.24
%27.25
%34.51

CMYK color model

#C38BB0 color CMYK value is (0,29,10,24).

  • cyan value is 0.00%
  • magenta value is 28.72%
  • yellow value is 9.74%
  • key color value is 23.53%
CMYK:
(0,29,10,24)
C0M29Y10K24 
(0%,29%,10%,24%)
(0.00/0.29/0.10/0.24)	

CMYK percentages

%0
%28.72
%9.74
%23.53

Codes

Color #C38BB0 in popluar color models

C38BB0
RGB195139176
HSL320°31.82%65.49%
HSB/HSV320°28.72%76.47%
CMYK0.00%28.72%9.74%
23.53%

Color #C38BB0 in popluar number systems.

HEXC38BB0
Decimal195139176
Binary110000111000101110110000
Octal303213260

Shades and tints

Shades of #C38BB0

#C38BB0
(195,139,176)
#B27FA0
(178,127,160)
#A17390
(161,115,144)
#906780
(144,103,128)
#7F5B70
(127,91,112)
#6E4F60
(110,79,96)
#5D4350
(93,67,80)
#4C3740
(76,55,64)
#3B2B30
(59,43,48)
#2A1F20
(42,31,32)
#191310
(25,19,16)
#000000
(0,0,0)

Tints of #C38BB0

#C38BB0
(195,139,176)
#C895B7
(200,149,183)
#CD9FBE
(205,159,190)
#D2A9C5
(210,169,197)
#D7B3CC
(215,179,204)
#DCBDD3
(220,189,211)
#E1C7DA
(225,199,218)
#E6D1E1
(230,209,225)
#EBDBE8
(235,219,232)
#F0E5EF
(240,229,239)
#F5EFF6
(245,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C38BB0 color. Also use rgb(195,139,176) instead hex code.

Text Font Color

.myTextColor { color: #C38BB0; }

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

This text font color is #C38BB0.


Background Color

.myBgColor { background-color: #C38BB0; }

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

This div background color is #C38BB0.


Border color

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

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

This div border color is #C38BB0.


Opacity

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

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

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

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

This text has shadow with #C38BB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C38BB0 on black background.


Color preview on white background

This text has color #C38BB0 on white background.



Black color preview on #C38BB0 background

This text has black color on #C38BB0 background.


White color preview on #C38BB0 background

This text has white color on #C38BB0 background.