COLOR #C39590

HEX: #C39590 RGB: (195,149,144)

Color info

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

RGB color model

#C39590 color RGB value is (195,149,144).

RGB: (195,149,144) (76%, 58%, 56%)

RGB channels and saturation

R 195 of 255 = 76%
G 149 of 255 = 58%
B 144 of 255 = 56%

195
149
144

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

Portions of RGB colors in percentages

R + G + B = 195 + 149 + 144 = 488 (100%)
R 195 of 488 ~ 39.96%
G 149 of 488 ~ 30.53%
B 144 of 488 ~ 29.51'%

%39.96
%30.53
%29.51

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.59%
  • yellow value is 26.15%
  • key color value is 23.53%

CMYK: (0,24,26,24)
C0M24Y26K24 (0%, 24%, 26%, 24%)
(0.00 / 0.24 / 0.26 / 0.24)

CMYK percentages

%0
%23.59
%26.15
%23.53

Codes

Color #C39590 in popluar color models

C3 95 90
RGB 195 149 144
HSL 29.82% 66.47%
HSB/HSV 26.15% 76.47%
CMYK 0.00% 23.59% 26.15%
23.53%

Color #C39590 in popluar number systems.

HEX C3 95 90
Decimal 195 149 144
Binary 11000011 10010101 10010000
Octal 303 225 220

Shades and tints

Shades of #C39590

#C39590
(195,149,144)
#B28883
(178,136,131)
#A17B76
(161,123,118)
#906E69
(144,110,105)
#7F615C
(127,97,92)
#6E544F
(110,84,79)
#5D4742
(93,71,66)
#4C3A35
(76,58,53)
#3B2D28
(59,45,40)
#2A201B
(42,32,27)
#19130E
(25,19,14)
#000000
(0,0,0)

Tints of #C39590

#C39590
(195,149,144)
#C89E9A
(200,158,154)
#CDA7A4
(205,167,164)
#D2B0AE
(210,176,174)
#D7B9B8
(215,185,184)
#DCC2C2
(220,194,194)
#E1CBCC
(225,203,204)
#E6D4D6
(230,212,214)
#EBDDE0
(235,221,224)
#F0E6EA
(240,230,234)
#F5EFF4
(245,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C39590; }

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

This text font color is #C39590.

Background Color

.myBgColor { background-color: #C39590; }

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

This div background color is #C39590.

Border color

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

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

This div border color is #C39590.

Opacity

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

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

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

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

This text has shadow with #C39590 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C39590.

Preview

Color preview on black background

This text has color #C39590 on black background.


Color preview on white background

This text has color #C39590 on white background.


Black color preview on #C39590 background

This text has black color on #C39590 background.


White color preview on #C39590 background

This text has white color on #C39590 background.


Related colors

Complementary color

Complementary color for #hex is #3C6A6F.


I love getcolorcode.com

Triadic colors

1 #90C395 and #9590C3 with #C39590 are triadic colors.

2 #9095C3 and #95C390 with #C39590 are triadic colors.