COLOR #C38A91

HEX: #C38A91
RGB: (195,138,145)

Color info

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

RGB color model

#C38A91 color RGB value is (195,138,145).

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

RGB channels and saturation

R 195 of 255 = 76%
G 138 of 255 = 54%
B 145 of 255 = 57%

195
138
145

R + G + B ~ 62%. #C38A91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 138 + 145 = 478 (100%)
R 195 of 478 ~ 40.79%
G 138 of 478 ~ 28.87%
B 145 of 478 ~ 30.33%

%40.79
%28.87
%30.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.23%
  • yellow value is 25.64%
  • key color value is 23.53%
CMYK:
(0,29,26,24)
C0M29Y26K24 
(0%,29%,26%,24%)
(0.00/0.29/0.26/0.24)	

CMYK percentages

%0
%29.23
%25.64
%23.53

Codes

Color #C38A91 in popluar color models

C38A91
RGB195138145
HSL353°32.20%65.29%
HSB/HSV353°29.23%76.47%
CMYK0.00%29.23%25.64%
23.53%

Color #C38A91 in popluar number systems.

HEXC38A91
Decimal195138145
Binary110000111000101010010001
Octal303212221

Shades and tints

Shades of #C38A91

#C38A91
(195,138,145)
#B27E84
(178,126,132)
#A17277
(161,114,119)
#90666A
(144,102,106)
#7F5A5D
(127,90,93)
#6E4E50
(110,78,80)
#5D4243
(93,66,67)
#4C3636
(76,54,54)
#3B2A29
(59,42,41)
#2A1E1C
(42,30,28)
#19120F
(25,18,15)
#000000
(0,0,0)

Tints of #C38A91

#C38A91
(195,138,145)
#C8949B
(200,148,155)
#CD9EA5
(205,158,165)
#D2A8AF
(210,168,175)
#D7B2B9
(215,178,185)
#DCBCC3
(220,188,195)
#E1C6CD
(225,198,205)
#E6D0D7
(230,208,215)
#EBDAE1
(235,218,225)
#F0E4EB
(240,228,235)
#F5EEF5
(245,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C38A91; }

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

This text font color is #C38A91.


Background Color

.myBgColor { background-color: #C38A91; }

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

This div background color is #C38A91.


Border color

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

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

This div border color is #C38A91.


Opacity

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

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

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

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

This text has shadow with #C38A91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C38A91 on black background.


Color preview on white background

This text has color #C38A91 on white background.



Black color preview on #C38A91 background

This text has black color on #C38A91 background.


White color preview on #C38A91 background

This text has white color on #C38A91 background.