COLOR #C398A5

HEX: #C398A5
RGB: (195,152,165)

Color info

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

RGB color model

#C398A5 color RGB value is (195,152,165).

  • red value is 195;
  • green value is 152;
  • blue value is 165.
RGB:
(195,152,165)
(76%,60%,65%)

RGB channels and saturation

R 195 of 255 = 76%
G 152 of 255 = 60%
B 165 of 255 = 65%

195
152
165

R + G + B ~ 67%. #C398A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 152 + 165 = 512 (100%)
R 195 of 512 ~ 38.09%
G 152 of 512 ~ 29.69%
B 165 of 512 ~ 32.23%

%38.09
%29.69
%32.23

CMYK color model

#C398A5 color CMYK value is (0,22,15,24).

  • cyan value is 0.00%
  • magenta value is 22.05%
  • yellow value is 15.38%
  • key color value is 23.53%
CMYK:
(0,22,15,24)
C0M22Y15K24 
(0%,22%,15%,24%)
(0.00/0.22/0.15/0.24)	

CMYK percentages

%0
%22.05
%15.38
%23.53

Codes

Color #C398A5 in popluar color models

C398A5
RGB195152165
HSL342°26.38%68.04%
HSB/HSV342°22.05%76.47%
CMYK0.00%22.05%15.38%
23.53%

Color #C398A5 in popluar number systems.

HEXC398A5
Decimal195152165
Binary110000111001100010100101
Octal303230245

Shades and tints

Shades of #C398A5

#C398A5
(195,152,165)
#B28B96
(178,139,150)
#A17E87
(161,126,135)
#907178
(144,113,120)
#7F6469
(127,100,105)
#6E575A
(110,87,90)
#5D4A4B
(93,74,75)
#4C3D3C
(76,61,60)
#3B302D
(59,48,45)
#2A231E
(42,35,30)
#19160F
(25,22,15)
#000000
(0,0,0)

Tints of #C398A5

#C398A5
(195,152,165)
#C8A1AD
(200,161,173)
#CDAAB5
(205,170,181)
#D2B3BD
(210,179,189)
#D7BCC5
(215,188,197)
#DCC5CD
(220,197,205)
#E1CED5
(225,206,213)
#E6D7DD
(230,215,221)
#EBE0E5
(235,224,229)
#F0E9ED
(240,233,237)
#F5F2F5
(245,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C398A5 color. Also use rgb(195,152,165) instead hex code.

Text Font Color

.myTextColor { color: #C398A5; }

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

This text font color is #C398A5.


Background Color

.myBgColor { background-color: #C398A5; }

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

This div background color is #C398A5.


Border color

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

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

This div border color is #C398A5.


Opacity

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

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

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

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

This text has shadow with #C398A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C398A5 on black background.


Color preview on white background

This text has color #C398A5 on white background.



Black color preview on #C398A5 background

This text has black color on #C398A5 background.


White color preview on #C398A5 background

This text has white color on #C398A5 background.