COLOR #C39193

HEX: #C39193
RGB: (195,145,147)

Color info

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

RGB color model

#C39193 color RGB value is (195,145,147).

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

RGB channels and saturation

R 195 of 255 = 76%
G 145 of 255 = 57%
B 147 of 255 = 58%

195
145
147

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

Portions of RGB colors in percentages

R + G + B =
195 + 145 + 147 = 487 (100%)
R 195 of 487 ~ 40.04%
G 145 of 487 ~ 29.77%
B 147 of 487 ~ 30.18%

%40.04
%29.77
%30.18

CMYK color model

#C39193 color CMYK value is (0,26,25,24).

  • cyan value is 0.00%
  • magenta value is 25.64%
  • yellow value is 24.62%
  • key color value is 23.53%
CMYK:
(0,26,25,24)
C0M26Y25K24 
(0%,26%,25%,24%)
(0.00/0.26/0.25/0.24)	

CMYK percentages

%0
%25.64
%24.62
%23.53

Codes

Color #C39193 in popluar color models

C39193
RGB195145147
HSL358°29.41%66.67%
HSB/HSV358°25.64%76.47%
CMYK0.00%25.64%24.62%
23.53%

Color #C39193 in popluar number systems.

HEXC39193
Decimal195145147
Binary110000111001000110010011
Octal303221223

Shades and tints

Shades of #C39193

#C39193
(195,145,147)
#B28486
(178,132,134)
#A17779
(161,119,121)
#906A6C
(144,106,108)
#7F5D5F
(127,93,95)
#6E5052
(110,80,82)
#5D4345
(93,67,69)
#4C3638
(76,54,56)
#3B292B
(59,41,43)
#2A1C1E
(42,28,30)
#190F11
(25,15,17)
#000000
(0,0,0)

Tints of #C39193

#C39193
(195,145,147)
#C89B9C
(200,155,156)
#CDA5A5
(205,165,165)
#D2AFAE
(210,175,174)
#D7B9B7
(215,185,183)
#DCC3C0
(220,195,192)
#E1CDC9
(225,205,201)
#E6D7D2
(230,215,210)
#EBE1DB
(235,225,219)
#F0EBE4
(240,235,228)
#F5F5ED
(245,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C39193; }

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

This text font color is #C39193.


Background Color

.myBgColor { background-color: #C39193; }

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

This div background color is #C39193.


Border color

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

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

This div border color is #C39193.


Opacity

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

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

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

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

This text has shadow with #C39193 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C39193 on black background.


Color preview on white background

This text has color #C39193 on white background.



Black color preview on #C39193 background

This text has black color on #C39193 background.


White color preview on #C39193 background

This text has white color on #C39193 background.