COLOR #C38DA5

HEX: #C38DA5
RGB: (195,141,165)

Color info

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

RGB color model

#C38DA5 color RGB value is (195,141,165).

  • red value is 195;
  • green value is 141;
  • blue value is 165.
RGB:
(195,141,165)
(76%,55%,65%)

RGB channels and saturation

R 195 of 255 = 76%
G 141 of 255 = 55%
B 165 of 255 = 65%

195
141
165

R + G + B ~ 65%. #C38DA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 141 + 165 = 501 (100%)
R 195 of 501 ~ 38.92%
G 141 of 501 ~ 28.14%
B 165 of 501 ~ 32.93%

%38.92
%28.14
%32.93

CMYK color model

#C38DA5 color CMYK value is (0,28,15,24).

  • cyan value is 0.00%
  • magenta value is 27.69%
  • yellow value is 15.38%
  • key color value is 23.53%
CMYK:
(0,28,15,24)
C0M28Y15K24 
(0%,28%,15%,24%)
(0.00/0.28/0.15/0.24)	

CMYK percentages

%0
%27.69
%15.38
%23.53

Codes

Color #C38DA5 in popluar color models

C38DA5
RGB195141165
HSL333°31.03%65.88%
HSB/HSV333°27.69%76.47%
CMYK0.00%27.69%15.38%
23.53%

Color #C38DA5 in popluar number systems.

HEXC38DA5
Decimal195141165
Binary110000111000110110100101
Octal303215245

Shades and tints

Shades of #C38DA5

#C38DA5
(195,141,165)
#B28196
(178,129,150)
#A17587
(161,117,135)
#906978
(144,105,120)
#7F5D69
(127,93,105)
#6E515A
(110,81,90)
#5D454B
(93,69,75)
#4C393C
(76,57,60)
#3B2D2D
(59,45,45)
#2A211E
(42,33,30)
#19150F
(25,21,15)
#000000
(0,0,0)

Tints of #C38DA5

#C38DA5
(195,141,165)
#C897AD
(200,151,173)
#CDA1B5
(205,161,181)
#D2ABBD
(210,171,189)
#D7B5C5
(215,181,197)
#DCBFCD
(220,191,205)
#E1C9D5
(225,201,213)
#E6D3DD
(230,211,221)
#EBDDE5
(235,221,229)
#F0E7ED
(240,231,237)
#F5F1F5
(245,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C38DA5 color. Also use rgb(195,141,165) instead hex code.

Text Font Color

.myTextColor { color: #C38DA5; }

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

This text font color is #C38DA5.


Background Color

.myBgColor { background-color: #C38DA5; }

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

This div background color is #C38DA5.


Border color

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

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

This div border color is #C38DA5.


Opacity

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

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

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

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

This text has shadow with #C38DA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C38DA5 on black background.


Color preview on white background

This text has color #C38DA5 on white background.



Black color preview on #C38DA5 background

This text has black color on #C38DA5 background.


White color preview on #C38DA5 background

This text has white color on #C38DA5 background.