COLOR #C38783

HEX: #C38783
RGB: (195,135,131)

Color info

#C38783 contains mainly red color. Web safe color of #C38783 is #CC9999 (or #C99).

RGB color model

#C38783 color RGB value is (195,135,131).

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

RGB channels and saturation

R 195 of 255 = 76%
G 135 of 255 = 53%
B 131 of 255 = 51%

195
135
131

R + G + B ~ 60%. #C38783 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
195 + 135 + 131 = 461 (100%)
R 195 of 461 ~ 42.3%
G 135 of 461 ~ 29.28%
B 131 of 461 ~ 28.42%

%42.3
%29.28
%28.42

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 32.82%
  • key color value is 23.53%
CMYK:
(0,31,33,24)
C0M31Y33K24 
(0%,31%,33%,24%)
(0.00/0.31/0.33/0.24)	

CMYK percentages

%0
%30.77
%32.82
%23.53

Codes

Color #C38783 in popluar color models

C38783
RGB195135131
HSL34.78%63.92%
HSB/HSV32.82%76.47%
CMYK0.00%30.77%32.82%
23.53%

Color #C38783 in popluar number systems.

HEXC38783
Decimal195135131
Binary110000111000011110000011
Octal303207203

Shades and tints

Shades of #C38783

#C38783
(195,135,131)
#B27B78
(178,123,120)
#A16F6D
(161,111,109)
#906362
(144,99,98)
#7F5757
(127,87,87)
#6E4B4C
(110,75,76)
#5D3F41
(93,63,65)
#4C3336
(76,51,54)
#3B272B
(59,39,43)
#2A1B20
(42,27,32)
#190F15
(25,15,21)
#000000
(0,0,0)

Tints of #C38783

#C38783
(195,135,131)
#C8918E
(200,145,142)
#CD9B99
(205,155,153)
#D2A5A4
(210,165,164)
#D7AFAF
(215,175,175)
#DCB9BA
(220,185,186)
#E1C3C5
(225,195,197)
#E6CDD0
(230,205,208)
#EBD7DB
(235,215,219)
#F0E1E6
(240,225,230)
#F5EBF1
(245,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C38783; }

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

This text font color is #C38783.


Background Color

.myBgColor { background-color: #C38783; }

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

This div background color is #C38783.


Border color

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

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

This div border color is #C38783.


Opacity

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

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

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

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

This text has shadow with #C38783 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C38783 on black background.


Color preview on white background

This text has color #C38783 on white background.



Black color preview on #C38783 background

This text has black color on #C38783 background.


White color preview on #C38783 background

This text has white color on #C38783 background.