COLOR #C398A4

HEX: #C398A4 RGB: (195,152,164)

Color info

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

RGB color model

#C398A4 color RGB value is (195,152,164).

RGB: (195,152,164) (76%, 60%, 64%)

RGB channels and saturation

R 195 of 255 = 76%
G 152 of 255 = 60%
B 164 of 255 = 64%

195
152
164

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

Portions of RGB colors in percentages

R + G + B = 195 + 152 + 164 = 511 (100%)
R 195 of 511 ~ 38.16%
G 152 of 511 ~ 29.75%
B 164 of 511 ~ 32.09'%

%38.16
%29.75
%32.09

CMYK color model

#C398A4 color CMYK value is (0,22,16,24).

  • cyan value is 0.00%
  • magenta value is 22.05%
  • yellow value is 15.90%
  • key color value is 23.53%

CMYK: (0,22,16,24)
C0M22Y16K24 (0%, 22%, 16%, 24%)
(0.00 / 0.22 / 0.16 / 0.24)

CMYK percentages

%0
%22.05
%15.9
%23.53

Codes

Color #C398A4 in popluar color models

C3 98 A4
RGB 195 152 164
HSL 343° 26.38% 68.04%
HSB/HSV 343° 22.05% 76.47%
CMYK 0.00% 22.05% 15.90%
23.53%

Color #C398A4 in popluar number systems.

HEX C3 98 A4
Decimal 195 152 164
Binary 11000011 10011000 10100100
Octal 303 230 244

Shades and tints

Shades of #C398A4

#C398A4
(195,152,164)
#B28B96
(178,139,150)
#A17E88
(161,126,136)
#90717A
(144,113,122)
#7F646C
(127,100,108)
#6E575E
(110,87,94)
#5D4A50
(93,74,80)
#4C3D42
(76,61,66)
#3B3034
(59,48,52)
#2A2326
(42,35,38)
#191618
(25,22,24)
#000000
(0,0,0)

Tints of #C398A4

#C398A4
(195,152,164)
#C8A1AC
(200,161,172)
#CDAAB4
(205,170,180)
#D2B3BC
(210,179,188)
#D7BCC4
(215,188,196)
#DCC5CC
(220,197,204)
#E1CED4
(225,206,212)
#E6D7DC
(230,215,220)
#EBE0E4
(235,224,228)
#F0E9EC
(240,233,236)
#F5F2F4
(245,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C398A4; }

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

This text font color is #C398A4.

Background Color

.myBgColor { background-color: #C398A4; }

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

This div background color is #C398A4.

Border color

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

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

This div border color is #C398A4.

Opacity

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

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

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

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

This text has shadow with #C398A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C398A4.

Preview

Color preview on black background

This text has color #C398A4 on black background.


Color preview on white background

This text has color #C398A4 on white background.


Black color preview on #C398A4 background

This text has black color on #C398A4 background.


White color preview on #C398A4 background

This text has white color on #C398A4 background.


Related colors

Complementary color

Complementary color for #hex is #3C675B.


I love getcolorcode.com

Triadic colors

1 #A4C398 and #98A4C3 with #C398A4 are triadic colors.

2 #A498C3 and #98C3A4 with #C398A4 are triadic colors.