COLOR #C39595

HEX: #C39595 RGB: (195,149,149)

Color info

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

RGB color model

#C39595 color RGB value is (195,149,149).

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

RGB channels and saturation

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

195
149
149

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

Portions of RGB colors in percentages

R + G + B = 195 + 149 + 149 = 493 (100%)
R 195 of 493 ~ 39.55%
G 149 of 493 ~ 30.22%
B 149 of 493 ~ 30.22'%

%39.55
%30.22
%30.22

CMYK color model

#C39595 color CMYK value is (0,24,24,24).

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

CMYK: (0,24,24,24)
C0M24Y24K24 (0%, 24%, 24%, 24%)
(0.00 / 0.24 / 0.24 / 0.24)

CMYK percentages

%0
%23.59
%23.59
%23.53

Codes

Color #C39595 in popluar color models

C3 95 95
RGB 195 149 149
HSL 27.71% 67.45%
HSB/HSV 23.59% 76.47%
CMYK 0.00% 23.59% 23.59%
23.53%

Color #C39595 in popluar number systems.

HEX C3 95 95
Decimal 195 149 149
Binary 11000011 10010101 10010101
Octal 303 225 225

Shades and tints

Shades of #C39595

#C39595
(195,149,149)
#B28888
(178,136,136)
#A17B7B
(161,123,123)
#906E6E
(144,110,110)
#7F6161
(127,97,97)
#6E5454
(110,84,84)
#5D4747
(93,71,71)
#4C3A3A
(76,58,58)
#3B2D2D
(59,45,45)
#2A2020
(42,32,32)
#191313
(25,19,19)
#000000
(0,0,0)

Tints of #C39595

#C39595
(195,149,149)
#C89E9E
(200,158,158)
#CDA7A7
(205,167,167)
#D2B0B0
(210,176,176)
#D7B9B9
(215,185,185)
#DCC2C2
(220,194,194)
#E1CBCB
(225,203,203)
#E6D4D4
(230,212,212)
#EBDDDD
(235,221,221)
#F0E6E6
(240,230,230)
#F5EFEF
(245,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C39595; }

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

This text font color is #C39595.

Background Color

.myBgColor { background-color: #C39595; }

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

This div background color is #C39595.

Border color

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

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

This div border color is #C39595.

Opacity

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

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

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

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

This text has shadow with #C39595 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C39595.

Preview

Color preview on black background

This text has color #C39595 on black background.


Color preview on white background

This text has color #C39595 on white background.


Black color preview on #C39595 background

This text has black color on #C39595 background.


White color preview on #C39595 background

This text has white color on #C39595 background.


Related colors

Complementary color

Complementary color for #hex is #3C6A6A.


I love getcolorcode.com