COLOR #C38882

HEX: #C38882
RGB: (195,136,130)

Color info

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

RGB color model

#C38882 color RGB value is (195,136,130).

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

RGB channels and saturation

R 195 of 255 = 76%
G 136 of 255 = 53%
B 130 of 255 = 51%

195
136
130

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

Portions of RGB colors in percentages

R + G + B =
195 + 136 + 130 = 461 (100%)
R 195 of 461 ~ 42.3%
G 136 of 461 ~ 29.5%
B 130 of 461 ~ 28.2%

%42.3
%29.5
%28.2

CMYK color model

#C38882 color CMYK value is (0,30,33,24).

  • cyan value is 0.00%
  • magenta value is 30.26%
  • yellow value is 33.33%
  • key color value is 23.53%
CMYK:
(0,30,33,24)
C0M30Y33K24 
(0%,30%,33%,24%)
(0.00/0.30/0.33/0.24)	

CMYK percentages

%0
%30.26
%33.33
%23.53

Codes

Color #C38882 in popluar color models

C38882
RGB195136130
HSL35.14%63.73%
HSB/HSV33.33%76.47%
CMYK0.00%30.26%33.33%
23.53%

Color #C38882 in popluar number systems.

HEXC38882
Decimal195136130
Binary110000111000100010000010
Octal303210202

Shades and tints

Shades of #C38882

#C38882
(195,136,130)
#B27C77
(178,124,119)
#A1706C
(161,112,108)
#906461
(144,100,97)
#7F5856
(127,88,86)
#6E4C4B
(110,76,75)
#5D4040
(93,64,64)
#4C3435
(76,52,53)
#3B282A
(59,40,42)
#2A1C1F
(42,28,31)
#191014
(25,16,20)
#000000
(0,0,0)

Tints of #C38882

#C38882
(195,136,130)
#C8928D
(200,146,141)
#CD9C98
(205,156,152)
#D2A6A3
(210,166,163)
#D7B0AE
(215,176,174)
#DCBAB9
(220,186,185)
#E1C4C4
(225,196,196)
#E6CECF
(230,206,207)
#EBD8DA
(235,216,218)
#F0E2E5
(240,226,229)
#F5ECF0
(245,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C38882 color. Also use rgb(195,136,130) instead hex code.

Text Font Color

.myTextColor { color: #C38882; }

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

This text font color is #C38882.


Background Color

.myBgColor { background-color: #C38882; }

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

This div background color is #C38882.


Border color

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

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

This div border color is #C38882.


Opacity

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

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

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

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

This text has shadow with #C38882 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C38882 on black background.


Color preview on white background

This text has color #C38882 on white background.



Black color preview on #C38882 background

This text has black color on #C38882 background.


White color preview on #C38882 background

This text has white color on #C38882 background.