COLOR #C38998

HEX: #C38998
RGB: (195,137,152)

Color info

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

RGB color model

#C38998 color RGB value is (195,137,152).

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

RGB channels and saturation

R 195 of 255 = 76%
G 137 of 255 = 54%
B 152 of 255 = 60%

195
137
152

R + G + B ~ 63%. #C38998 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 137 + 152 = 484 (100%)
R 195 of 484 ~ 40.29%
G 137 of 484 ~ 28.31%
B 152 of 484 ~ 31.4%

%40.29
%28.31
%31.4

CMYK color model

#C38998 color CMYK value is (0,30,22,24).

  • cyan value is 0.00%
  • magenta value is 29.74%
  • yellow value is 22.05%
  • key color value is 23.53%
CMYK:
(0,30,22,24)
C0M30Y22K24 
(0%,30%,22%,24%)
(0.00/0.30/0.22/0.24)	

CMYK percentages

%0
%29.74
%22.05
%23.53

Codes

Color #C38998 in popluar color models

C38998
RGB195137152
HSL344°32.58%65.10%
HSB/HSV344°29.74%76.47%
CMYK0.00%29.74%22.05%
23.53%

Color #C38998 in popluar number systems.

HEXC38998
Decimal195137152
Binary110000111000100110011000
Octal303211230

Shades and tints

Shades of #C38998

#C38998
(195,137,152)
#B27D8B
(178,125,139)
#A1717E
(161,113,126)
#906571
(144,101,113)
#7F5964
(127,89,100)
#6E4D57
(110,77,87)
#5D414A
(93,65,74)
#4C353D
(76,53,61)
#3B2930
(59,41,48)
#2A1D23
(42,29,35)
#191116
(25,17,22)
#000000
(0,0,0)

Tints of #C38998

#C38998
(195,137,152)
#C893A1
(200,147,161)
#CD9DAA
(205,157,170)
#D2A7B3
(210,167,179)
#D7B1BC
(215,177,188)
#DCBBC5
(220,187,197)
#E1C5CE
(225,197,206)
#E6CFD7
(230,207,215)
#EBD9E0
(235,217,224)
#F0E3E9
(240,227,233)
#F5EDF2
(245,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C38998; }

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

This text font color is #C38998.


Background Color

.myBgColor { background-color: #C38998; }

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

This div background color is #C38998.


Border color

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

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

This div border color is #C38998.


Opacity

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

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

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

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

This text has shadow with #C38998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C38998 on black background.


Color preview on white background

This text has color #C38998 on white background.



Black color preview on #C38998 background

This text has black color on #C38998 background.


White color preview on #C38998 background

This text has white color on #C38998 background.