COLOR #C3898D

HEX: #C3898D
RGB: (195,137,141)

Color info

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

RGB color model

#C3898D color RGB value is (195,137,141).

  • red value is 195;
  • green value is 137;
  • blue value is 141.
RGB:
(195,137,141)
(76%,54%,55%)

RGB channels and saturation

R 195 of 255 = 76%
G 137 of 255 = 54%
B 141 of 255 = 55%

195
137
141

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

Portions of RGB colors in percentages

R + G + B =
195 + 137 + 141 = 473 (100%)
R 195 of 473 ~ 41.23%
G 137 of 473 ~ 28.96%
B 141 of 473 ~ 29.81%

%41.23
%28.96
%29.81

CMYK color model

#C3898D color CMYK value is (0,30,28,24).

  • cyan value is 0.00%
  • magenta value is 29.74%
  • yellow value is 27.69%
  • key color value is 23.53%
CMYK:
(0,30,28,24)
C0M30Y28K24 
(0%,30%,28%,24%)
(0.00/0.30/0.28/0.24)	

CMYK percentages

%0
%29.74
%27.69
%23.53

Codes

Color #C3898D in popluar color models

C3898D
RGB195137141
HSL356°32.58%65.10%
HSB/HSV356°29.74%76.47%
CMYK0.00%29.74%27.69%
23.53%

Color #C3898D in popluar number systems.

HEXC3898D
Decimal195137141
Binary110000111000100110001101
Octal303211215

Shades and tints

Shades of #C3898D

#C3898D
(195,137,141)
#B27D81
(178,125,129)
#A17175
(161,113,117)
#906569
(144,101,105)
#7F595D
(127,89,93)
#6E4D51
(110,77,81)
#5D4145
(93,65,69)
#4C3539
(76,53,57)
#3B292D
(59,41,45)
#2A1D21
(42,29,33)
#191115
(25,17,21)
#000000
(0,0,0)

Tints of #C3898D

#C3898D
(195,137,141)
#C89397
(200,147,151)
#CD9DA1
(205,157,161)
#D2A7AB
(210,167,171)
#D7B1B5
(215,177,181)
#DCBBBF
(220,187,191)
#E1C5C9
(225,197,201)
#E6CFD3
(230,207,211)
#EBD9DD
(235,217,221)
#F0E3E7
(240,227,231)
#F5EDF1
(245,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3898D color. Also use rgb(195,137,141) instead hex code.

Text Font Color

.myTextColor { color: #C3898D; }

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

This text font color is #C3898D.


Background Color

.myBgColor { background-color: #C3898D; }

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

This div background color is #C3898D.


Border color

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

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

This div border color is #C3898D.


Opacity

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

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

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

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

This text has shadow with #C3898D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3898D on black background.


Color preview on white background

This text has color #C3898D on white background.



Black color preview on #C3898D background

This text has black color on #C3898D background.


White color preview on #C3898D background

This text has white color on #C3898D background.