COLOR #C38CB7

HEX: #C38CB7 RGB: (195,140,183)

Color info

#C38CB7 contains red, green and blue colors in about the same proportion. Web safe color of #C38CB7 is #CC99CC (or #C9C).

RGB color model

#C38CB7 color RGB value is (195,140,183).

RGB: (195,140,183) (76%, 55%, 72%)

RGB channels and saturation

R 195 of 255 = 76%
G 140 of 255 = 55%
B 183 of 255 = 72%

195
140
183

R + G + B ~ 68%. #C38CB7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 140 + 183 = 518 (100%)
R 195 of 518 ~ 37.64%
G 140 of 518 ~ 27.03%
B 183 of 518 ~ 35.33'%

%37.64
%27.03
%35.33

CMYK color model

#C38CB7 color CMYK value is (0,28,6,24).

  • cyan value is 0.00%
  • magenta value is 28.21%
  • yellow value is 6.15%
  • key color value is 23.53%

CMYK: (0,28,6,24)
C0M28Y6K24 (0%, 28%, 6%, 24%)
(0.00 / 0.28 / 0.06 / 0.24)

CMYK percentages

%0
%28.21
%6.15
%23.53

Codes

Color #C38CB7 in popluar color models

C3 8C B7
RGB 195 140 183
HSL 313° 31.43% 65.69%
HSB/HSV 313° 28.21% 76.47%
CMYK 0.00% 28.21% 6.15%
23.53%

Color #C38CB7 in popluar number systems.

HEX C3 8C B7
Decimal 195 140 183
Binary 11000011 10001100 10110111
Octal 303 214 267

Shades and tints

Shades of #C38CB7

#C38CB7
(195,140,183)
#B280A7
(178,128,167)
#A17497
(161,116,151)
#906887
(144,104,135)
#7F5C77
(127,92,119)
#6E5067
(110,80,103)
#5D4457
(93,68,87)
#4C3847
(76,56,71)
#3B2C37
(59,44,55)
#2A2027
(42,32,39)
#191417
(25,20,23)
#000000
(0,0,0)

Tints of #C38CB7

#C38CB7
(195,140,183)
#C896BD
(200,150,189)
#CDA0C3
(205,160,195)
#D2AAC9
(210,170,201)
#D7B4CF
(215,180,207)
#DCBED5
(220,190,213)
#E1C8DB
(225,200,219)
#E6D2E1
(230,210,225)
#EBDCE7
(235,220,231)
#F0E6ED
(240,230,237)
#F5F0F3
(245,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C38CB7 color. Also use rgb(195,140,183) instead hex code.

Text Font Color

.myTextColor { color: #C38CB7; }

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

This text font color is #C38CB7.

Background Color

.myBgColor { background-color: #C38CB7; }

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

This div background color is #C38CB7.

Border color

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

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

This div border color is #C38CB7.

Opacity

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

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

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

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

This text has shadow with #C38CB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C38CB7.

Preview

Color preview on black background

This text has color #C38CB7 on black background.


Color preview on white background

This text has color #C38CB7 on white background.


Black color preview on #C38CB7 background

This text has black color on #C38CB7 background.


White color preview on #C38CB7 background

This text has white color on #C38CB7 background.


Related colors

Complementary color

Complementary color for #hex is #3C7348.


I love getcolorcode.com

Triadic colors

1 #B7C38C and #8CB7C3 with #C38CB7 are triadic colors.

2 #B78CC3 and #8CC3B7 with #C38CB7 are triadic colors.