COLOR #C38380

HEX: #C38380
RGB: (195,131,128)

Color info

#C38380 contains mainly red color. Web safe color of #C38380 is #CC9966 (or #C96).

RGB color model

#C38380 color RGB value is (195,131,128).

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

RGB channels and saturation

R 195 of 255 = 76%
G 131 of 255 = 51%
B 128 of 255 = 50%

195
131
128

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

Portions of RGB colors in percentages

R + G + B =
195 + 131 + 128 = 454 (100%)
R 195 of 454 ~ 42.95%
G 131 of 454 ~ 28.85%
B 128 of 454 ~ 28.19%

%42.95
%28.85
%28.19

CMYK color model

#C38380 color CMYK value is (0,33,34,24).

  • cyan value is 0.00%
  • magenta value is 32.82%
  • yellow value is 34.36%
  • key color value is 23.53%
CMYK:
(0,33,34,24)
C0M33Y34K24 
(0%,33%,34%,24%)
(0.00/0.33/0.34/0.24)	

CMYK percentages

%0
%32.82
%34.36
%23.53

Codes

Color #C38380 in popluar color models

C38380
RGB195131128
HSL35.83%63.33%
HSB/HSV34.36%76.47%
CMYK0.00%32.82%34.36%
23.53%

Color #C38380 in popluar number systems.

HEXC38380
Decimal195131128
Binary110000111000001110000000
Octal303203200

Shades and tints

Shades of #C38380

#C38380
(195,131,128)
#B27875
(178,120,117)
#A16D6A
(161,109,106)
#90625F
(144,98,95)
#7F5754
(127,87,84)
#6E4C49
(110,76,73)
#5D413E
(93,65,62)
#4C3633
(76,54,51)
#3B2B28
(59,43,40)
#2A201D
(42,32,29)
#191512
(25,21,18)
#000000
(0,0,0)

Tints of #C38380

#C38380
(195,131,128)
#C88E8B
(200,142,139)
#CD9996
(205,153,150)
#D2A4A1
(210,164,161)
#D7AFAC
(215,175,172)
#DCBAB7
(220,186,183)
#E1C5C2
(225,197,194)
#E6D0CD
(230,208,205)
#EBDBD8
(235,219,216)
#F0E6E3
(240,230,227)
#F5F1EE
(245,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C38380; }

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

This text font color is #C38380.


Background Color

.myBgColor { background-color: #C38380; }

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

This div background color is #C38380.


Border color

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

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

This div border color is #C38380.


Opacity

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

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

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

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

This text has shadow with #C38380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C38380 on black background.


Color preview on white background

This text has color #C38380 on white background.



Black color preview on #C38380 background

This text has black color on #C38380 background.


White color preview on #C38380 background

This text has white color on #C38380 background.