COLOR #C38794

HEX: #C38794
RGB: (195,135,148)

Color info

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

RGB color model

#C38794 color RGB value is (195,135,148).

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

RGB channels and saturation

R 195 of 255 = 76%
G 135 of 255 = 53%
B 148 of 255 = 58%

195
135
148

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

Portions of RGB colors in percentages

R + G + B =
195 + 135 + 148 = 478 (100%)
R 195 of 478 ~ 40.79%
G 135 of 478 ~ 28.24%
B 148 of 478 ~ 30.96%

%40.79
%28.24
%30.96

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 24.10%
  • key color value is 23.53%
CMYK:
(0,31,24,24)
C0M31Y24K24 
(0%,31%,24%,24%)
(0.00/0.31/0.24/0.24)	

CMYK percentages

%0
%30.77
%24.1
%23.53

Codes

Color #C38794 in popluar color models

C38794
RGB195135148
HSL347°33.33%64.71%
HSB/HSV347°30.77%76.47%
CMYK0.00%30.77%24.10%
23.53%

Color #C38794 in popluar number systems.

HEXC38794
Decimal195135148
Binary110000111000011110010100
Octal303207224

Shades and tints

Shades of #C38794

#C38794
(195,135,148)
#B27B87
(178,123,135)
#A16F7A
(161,111,122)
#90636D
(144,99,109)
#7F5760
(127,87,96)
#6E4B53
(110,75,83)
#5D3F46
(93,63,70)
#4C3339
(76,51,57)
#3B272C
(59,39,44)
#2A1B1F
(42,27,31)
#190F12
(25,15,18)
#000000
(0,0,0)

Tints of #C38794

#C38794
(195,135,148)
#C8919D
(200,145,157)
#CD9BA6
(205,155,166)
#D2A5AF
(210,165,175)
#D7AFB8
(215,175,184)
#DCB9C1
(220,185,193)
#E1C3CA
(225,195,202)
#E6CDD3
(230,205,211)
#EBD7DC
(235,215,220)
#F0E1E5
(240,225,229)
#F5EBEE
(245,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C38794; }

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

This text font color is #C38794.


Background Color

.myBgColor { background-color: #C38794; }

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

This div background color is #C38794.


Border color

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

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

This div border color is #C38794.


Opacity

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

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

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

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

This text has shadow with #C38794 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C38794 on black background.


Color preview on white background

This text has color #C38794 on white background.



Black color preview on #C38794 background

This text has black color on #C38794 background.


White color preview on #C38794 background

This text has white color on #C38794 background.