COLOR #C38F9B

HEX: #C38F9B RGB: (195,143,155)

Color info

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

RGB color model

#C38F9B color RGB value is (195,143,155).

RGB: (195,143,155) (76%, 56%, 61%)

RGB channels and saturation

R 195 of 255 = 76%
G 143 of 255 = 56%
B 155 of 255 = 61%

195
143
155

R + G + B ~ 64%. #C38F9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 143 + 155 = 493 (100%)
R 195 of 493 ~ 39.55%
G 143 of 493 ~ 29.01%
B 155 of 493 ~ 31.44'%

%39.55
%29.01
%31.44

CMYK color model

#C38F9B color CMYK value is (0,27,21,24).

  • cyan value is 0.00%
  • magenta value is 26.67%
  • yellow value is 20.51%
  • key color value is 23.53%

CMYK: (0,27,21,24)
C0M27Y21K24 (0%, 27%, 21%, 24%)
(0.00 / 0.27 / 0.21 / 0.24)

CMYK percentages

%0
%26.67
%20.51
%23.53

Codes

Color #C38F9B in popluar color models

C3 8F 9B
RGB 195 143 155
HSL 346° 30.23% 66.27%
HSB/HSV 346° 26.67% 76.47%
CMYK 0.00% 26.67% 20.51%
23.53%

Color #C38F9B in popluar number systems.

HEX C3 8F 9B
Decimal 195 143 155
Binary 11000011 10001111 10011011
Octal 303 217 233

Shades and tints

Shades of #C38F9B

#C38F9B
(195,143,155)
#B2828D
(178,130,141)
#A1757F
(161,117,127)
#906871
(144,104,113)
#7F5B63
(127,91,99)
#6E4E55
(110,78,85)
#5D4147
(93,65,71)
#4C3439
(76,52,57)
#3B272B
(59,39,43)
#2A1A1D
(42,26,29)
#190D0F
(25,13,15)
#000000
(0,0,0)

Tints of #C38F9B

#C38F9B
(195,143,155)
#C899A4
(200,153,164)
#CDA3AD
(205,163,173)
#D2ADB6
(210,173,182)
#D7B7BF
(215,183,191)
#DCC1C8
(220,193,200)
#E1CBD1
(225,203,209)
#E6D5DA
(230,213,218)
#EBDFE3
(235,223,227)
#F0E9EC
(240,233,236)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C38F9B; }

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

This text font color is #C38F9B.

Background Color

.myBgColor { background-color: #C38F9B; }

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

This div background color is #C38F9B.

Border color

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

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

This div border color is #C38F9B.

Opacity

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

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

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

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

This text has shadow with #C38F9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C38F9B.

Preview

Color preview on black background

This text has color #C38F9B on black background.


Color preview on white background

This text has color #C38F9B on white background.


Black color preview on #C38F9B background

This text has black color on #C38F9B background.


White color preview on #C38F9B background

This text has white color on #C38F9B background.


Related colors

Complementary color

Complementary color for #hex is #3C7064.


I love getcolorcode.com

Triadic colors

1 #9BC38F and #8F9BC3 with #C38F9B are triadic colors.

2 #9B8FC3 and #8FC39B with #C38F9B are triadic colors.