COLOR #C38987

HEX: #C38987
RGB: (195,137,135)

Color info

#C38987 contains mainly red and green colors. Web safe color of #C38987 is #CC9999 (or #C99).

RGB color model

#C38987 color RGB value is (195,137,135).

  • red value is 195;
  • green value is 137;
  • blue value is 135.
RGB:
(195,137,135)
(76%,54%,53%)

RGB channels and saturation

R 195 of 255 = 76%
G 137 of 255 = 54%
B 135 of 255 = 53%

195
137
135

R + G + B ~ 61%. #C38987 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 137 + 135 = 467 (100%)
R 195 of 467 ~ 41.76%
G 137 of 467 ~ 29.34%
B 135 of 467 ~ 28.91%

%41.76
%29.34
%28.91

CMYK color model

#C38987 color CMYK value is (0,30,31,24).

  • cyan value is 0.00%
  • magenta value is 29.74%
  • yellow value is 30.77%
  • key color value is 23.53%
CMYK:
(0,30,31,24)
C0M30Y31K24 
(0%,30%,31%,24%)
(0.00/0.30/0.31/0.24)	

CMYK percentages

%0
%29.74
%30.77
%23.53

Codes

Color #C38987 in popluar color models

C38987
RGB195137135
HSL33.33%64.71%
HSB/HSV30.77%76.47%
CMYK0.00%29.74%30.77%
23.53%

Color #C38987 in popluar number systems.

HEXC38987
Decimal195137135
Binary110000111000100110000111
Octal303211207

Shades and tints

Shades of #C38987

#C38987
(195,137,135)
#B27D7B
(178,125,123)
#A1716F
(161,113,111)
#906563
(144,101,99)
#7F5957
(127,89,87)
#6E4D4B
(110,77,75)
#5D413F
(93,65,63)
#4C3533
(76,53,51)
#3B2927
(59,41,39)
#2A1D1B
(42,29,27)
#19110F
(25,17,15)
#000000
(0,0,0)

Tints of #C38987

#C38987
(195,137,135)
#C89391
(200,147,145)
#CD9D9B
(205,157,155)
#D2A7A5
(210,167,165)
#D7B1AF
(215,177,175)
#DCBBB9
(220,187,185)
#E1C5C3
(225,197,195)
#E6CFCD
(230,207,205)
#EBD9D7
(235,217,215)
#F0E3E1
(240,227,225)
#F5EDEB
(245,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C38987; }

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

This text font color is #C38987.


Background Color

.myBgColor { background-color: #C38987; }

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

This div background color is #C38987.


Border color

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

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

This div border color is #C38987.


Opacity

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

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

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

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

This text has shadow with #C38987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C38987 on black background.


Color preview on white background

This text has color #C38987 on white background.



Black color preview on #C38987 background

This text has black color on #C38987 background.


White color preview on #C38987 background

This text has white color on #C38987 background.