COLOR #C38FAB

HEX: #C38FAB
RGB: (195,143,171)

Color info

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

RGB color model

#C38FAB color RGB value is (195,143,171).

  • red value is 195;
  • green value is 143;
  • blue value is 171.
RGB:
(195,143,171)
(76%,56%,67%)

RGB channels and saturation

R 195 of 255 = 76%
G 143 of 255 = 56%
B 171 of 255 = 67%

195
143
171

R + G + B ~ 66%. #C38FAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 143 + 171 = 509 (100%)
R 195 of 509 ~ 38.31%
G 143 of 509 ~ 28.09%
B 171 of 509 ~ 33.6%

%38.31
%28.09
%33.6

CMYK color model

#C38FAB color CMYK value is (0,27,12,24).

  • cyan value is 0.00%
  • magenta value is 26.67%
  • yellow value is 12.31%
  • key color value is 23.53%
CMYK:
(0,27,12,24)
C0M27Y12K24 
(0%,27%,12%,24%)
(0.00/0.27/0.12/0.24)	

CMYK percentages

%0
%26.67
%12.31
%23.53

Codes

Color #C38FAB in popluar color models

C38FAB
RGB195143171
HSL328°30.23%66.27%
HSB/HSV328°26.67%76.47%
CMYK0.00%26.67%12.31%
23.53%

Color #C38FAB in popluar number systems.

HEXC38FAB
Decimal195143171
Binary110000111000111110101011
Octal303217253

Shades and tints

Shades of #C38FAB

#C38FAB
(195,143,171)
#B2829C
(178,130,156)
#A1758D
(161,117,141)
#90687E
(144,104,126)
#7F5B6F
(127,91,111)
#6E4E60
(110,78,96)
#5D4151
(93,65,81)
#4C3442
(76,52,66)
#3B2733
(59,39,51)
#2A1A24
(42,26,36)
#190D15
(25,13,21)
#000000
(0,0,0)

Tints of #C38FAB

#C38FAB
(195,143,171)
#C899B2
(200,153,178)
#CDA3B9
(205,163,185)
#D2ADC0
(210,173,192)
#D7B7C7
(215,183,199)
#DCC1CE
(220,193,206)
#E1CBD5
(225,203,213)
#E6D5DC
(230,213,220)
#EBDFE3
(235,223,227)
#F0E9EA
(240,233,234)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C38FAB color. Also use rgb(195,143,171) instead hex code.

Text Font Color

.myTextColor { color: #C38FAB; }

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

This text font color is #C38FAB.


Background Color

.myBgColor { background-color: #C38FAB; }

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

This div background color is #C38FAB.


Border color

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

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

This div border color is #C38FAB.


Opacity

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

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

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

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

This text has shadow with #C38FAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C38FAB on black background.


Color preview on white background

This text has color #C38FAB on white background.



Black color preview on #C38FAB background

This text has black color on #C38FAB background.


White color preview on #C38FAB background

This text has white color on #C38FAB background.