COLOR #C3938C

HEX: #C3938C
RGB: (195,147,140)

Color info

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

RGB color model

#C3938C color RGB value is (195,147,140).

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

RGB channels and saturation

R 195 of 255 = 76%
G 147 of 255 = 58%
B 140 of 255 = 55%

195
147
140

R + G + B ~ 63%. #C3938C is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 147 + 140 = 482 (100%)
R 195 of 482 ~ 40.46%
G 147 of 482 ~ 30.5%
B 140 of 482 ~ 29.05%

%40.46
%30.5
%29.05

CMYK color model

#C3938C color CMYK value is (0,25,28,24).

  • cyan value is 0.00%
  • magenta value is 24.62%
  • yellow value is 28.21%
  • key color value is 23.53%
CMYK:
(0,25,28,24)
C0M25Y28K24 
(0%,25%,28%,24%)
(0.00/0.25/0.28/0.24)	

CMYK percentages

%0
%24.62
%28.21
%23.53

Codes

Color #C3938C in popluar color models

C3938C
RGB195147140
HSL31.43%65.69%
HSB/HSV28.21%76.47%
CMYK0.00%24.62%28.21%
23.53%

Color #C3938C in popluar number systems.

HEXC3938C
Decimal195147140
Binary110000111001001110001100
Octal303223214

Shades and tints

Shades of #C3938C

#C3938C
(195,147,140)
#B28680
(178,134,128)
#A17974
(161,121,116)
#906C68
(144,108,104)
#7F5F5C
(127,95,92)
#6E5250
(110,82,80)
#5D4544
(93,69,68)
#4C3838
(76,56,56)
#3B2B2C
(59,43,44)
#2A1E20
(42,30,32)
#191114
(25,17,20)
#000000
(0,0,0)

Tints of #C3938C

#C3938C
(195,147,140)
#C89C96
(200,156,150)
#CDA5A0
(205,165,160)
#D2AEAA
(210,174,170)
#D7B7B4
(215,183,180)
#DCC0BE
(220,192,190)
#E1C9C8
(225,201,200)
#E6D2D2
(230,210,210)
#EBDBDC
(235,219,220)
#F0E4E6
(240,228,230)
#F5EDF0
(245,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3938C; }

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

This text font color is #C3938C.


Background Color

.myBgColor { background-color: #C3938C; }

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

This div background color is #C3938C.


Border color

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

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

This div border color is #C3938C.


Opacity

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

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

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

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

This text has shadow with #C3938C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3938C on black background.


Color preview on white background

This text has color #C3938C on white background.



Black color preview on #C3938C background

This text has black color on #C3938C background.


White color preview on #C3938C background

This text has white color on #C3938C background.