COLOR #C38C90

HEX: #C38C90
RGB: (195,140,144)

Color info

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

RGB color model

#C38C90 color RGB value is (195,140,144).

  • red value is 195;
  • green value is 140;
  • blue value is 144.
RGB:
(195,140,144)
(76%,55%,56%)

RGB channels and saturation

R 195 of 255 = 76%
G 140 of 255 = 55%
B 144 of 255 = 56%

195
140
144

R + G + B ~ 62%. #C38C90 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 140 + 144 = 479 (100%)
R 195 of 479 ~ 40.71%
G 140 of 479 ~ 29.23%
B 144 of 479 ~ 30.06%

%40.71
%29.23
%30.06

CMYK color model

#C38C90 color CMYK value is (0,28,26,24).

  • cyan value is 0.00%
  • magenta value is 28.21%
  • yellow value is 26.15%
  • key color value is 23.53%
CMYK:
(0,28,26,24)
C0M28Y26K24 
(0%,28%,26%,24%)
(0.00/0.28/0.26/0.24)	

CMYK percentages

%0
%28.21
%26.15
%23.53

Codes

Color #C38C90 in popluar color models

C38C90
RGB195140144
HSL356°31.43%65.69%
HSB/HSV356°28.21%76.47%
CMYK0.00%28.21%26.15%
23.53%

Color #C38C90 in popluar number systems.

HEXC38C90
Decimal195140144
Binary110000111000110010010000
Octal303214220

Shades and tints

Shades of #C38C90

#C38C90
(195,140,144)
#B28083
(178,128,131)
#A17476
(161,116,118)
#906869
(144,104,105)
#7F5C5C
(127,92,92)
#6E504F
(110,80,79)
#5D4442
(93,68,66)
#4C3835
(76,56,53)
#3B2C28
(59,44,40)
#2A201B
(42,32,27)
#19140E
(25,20,14)
#000000
(0,0,0)

Tints of #C38C90

#C38C90
(195,140,144)
#C8969A
(200,150,154)
#CDA0A4
(205,160,164)
#D2AAAE
(210,170,174)
#D7B4B8
(215,180,184)
#DCBEC2
(220,190,194)
#E1C8CC
(225,200,204)
#E6D2D6
(230,210,214)
#EBDCE0
(235,220,224)
#F0E6EA
(240,230,234)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C38C90; }

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

This text font color is #C38C90.


Background Color

.myBgColor { background-color: #C38C90; }

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

This div background color is #C38C90.


Border color

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

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

This div border color is #C38C90.


Opacity

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

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

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

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

This text has shadow with #C38C90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C38C90 on black background.


Color preview on white background

This text has color #C38C90 on white background.



Black color preview on #C38C90 background

This text has black color on #C38C90 background.


White color preview on #C38C90 background

This text has white color on #C38C90 background.