COLOR #C38FB2

HEX: #C38FB2
RGB: (195,143,178)

Color info

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

RGB color model

#C38FB2 color RGB value is (195,143,178).

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

RGB channels and saturation

R 195 of 255 = 76%
G 143 of 255 = 56%
B 178 of 255 = 70%

195
143
178

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

Portions of RGB colors in percentages

R + G + B =
195 + 143 + 178 = 516 (100%)
R 195 of 516 ~ 37.79%
G 143 of 516 ~ 27.71%
B 178 of 516 ~ 34.5%

%37.79
%27.71
%34.5

CMYK color model

#C38FB2 color CMYK value is (0,27,9,24).

  • cyan value is 0.00%
  • magenta value is 26.67%
  • yellow value is 8.72%
  • key color value is 23.53%
CMYK:
(0,27,9,24)
C0M27Y9K24 
(0%,27%,9%,24%)
(0.00/0.27/0.09/0.24)	

CMYK percentages

%0
%26.67
%8.72
%23.53

Codes

Color #C38FB2 in popluar color models

C38FB2
RGB195143178
HSL320°30.23%66.27%
HSB/HSV320°26.67%76.47%
CMYK0.00%26.67%8.72%
23.53%

Color #C38FB2 in popluar number systems.

HEXC38FB2
Decimal195143178
Binary110000111000111110110010
Octal303217262

Shades and tints

Shades of #C38FB2

#C38FB2
(195,143,178)
#B282A2
(178,130,162)
#A17592
(161,117,146)
#906882
(144,104,130)
#7F5B72
(127,91,114)
#6E4E62
(110,78,98)
#5D4152
(93,65,82)
#4C3442
(76,52,66)
#3B2732
(59,39,50)
#2A1A22
(42,26,34)
#190D12
(25,13,18)
#000000
(0,0,0)

Tints of #C38FB2

#C38FB2
(195,143,178)
#C899B9
(200,153,185)
#CDA3C0
(205,163,192)
#D2ADC7
(210,173,199)
#D7B7CE
(215,183,206)
#DCC1D5
(220,193,213)
#E1CBDC
(225,203,220)
#E6D5E3
(230,213,227)
#EBDFEA
(235,223,234)
#F0E9F1
(240,233,241)
#F5F3F8
(245,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C38FB2; }

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

This text font color is #C38FB2.


Background Color

.myBgColor { background-color: #C38FB2; }

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

This div background color is #C38FB2.


Border color

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

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

This div border color is #C38FB2.


Opacity

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

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

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

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

This text has shadow with #C38FB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C38FB2 on black background.


Color preview on white background

This text has color #C38FB2 on white background.



Black color preview on #C38FB2 background

This text has black color on #C38FB2 background.


White color preview on #C38FB2 background

This text has white color on #C38FB2 background.