COLOR #C38C98

HEX: #C38C98
RGB: (195,140,152)

Color info

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

RGB color model

#C38C98 color RGB value is (195,140,152).

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

RGB channels and saturation

R 195 of 255 = 76%
G 140 of 255 = 55%
B 152 of 255 = 60%

195
140
152

R + G + B ~ 64%. #C38C98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 140 + 152 = 487 (100%)
R 195 of 487 ~ 40.04%
G 140 of 487 ~ 28.75%
B 152 of 487 ~ 31.21%

%40.04
%28.75
%31.21

CMYK color model

#C38C98 color CMYK value is (0,28,22,24).

  • cyan value is 0.00%
  • magenta value is 28.21%
  • yellow value is 22.05%
  • key color value is 23.53%
CMYK:
(0,28,22,24)
C0M28Y22K24 
(0%,28%,22%,24%)
(0.00/0.28/0.22/0.24)	

CMYK percentages

%0
%28.21
%22.05
%23.53

Codes

Color #C38C98 in popluar color models

C38C98
RGB195140152
HSL347°31.43%65.69%
HSB/HSV347°28.21%76.47%
CMYK0.00%28.21%22.05%
23.53%

Color #C38C98 in popluar number systems.

HEXC38C98
Decimal195140152
Binary110000111000110010011000
Octal303214230

Shades and tints

Shades of #C38C98

#C38C98
(195,140,152)
#B2808B
(178,128,139)
#A1747E
(161,116,126)
#906871
(144,104,113)
#7F5C64
(127,92,100)
#6E5057
(110,80,87)
#5D444A
(93,68,74)
#4C383D
(76,56,61)
#3B2C30
(59,44,48)
#2A2023
(42,32,35)
#191416
(25,20,22)
#000000
(0,0,0)

Tints of #C38C98

#C38C98
(195,140,152)
#C896A1
(200,150,161)
#CDA0AA
(205,160,170)
#D2AAB3
(210,170,179)
#D7B4BC
(215,180,188)
#DCBEC5
(220,190,197)
#E1C8CE
(225,200,206)
#E6D2D7
(230,210,215)
#EBDCE0
(235,220,224)
#F0E6E9
(240,230,233)
#F5F0F2
(245,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C38C98; }

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

This text font color is #C38C98.


Background Color

.myBgColor { background-color: #C38C98; }

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

This div background color is #C38C98.


Border color

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

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

This div border color is #C38C98.


Opacity

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

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

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

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

This text has shadow with #C38C98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C38C98 on black background.


Color preview on white background

This text has color #C38C98 on white background.



Black color preview on #C38C98 background

This text has black color on #C38C98 background.


White color preview on #C38C98 background

This text has white color on #C38C98 background.