COLOR #C39CA4

HEX: #C39CA4
RGB: (195,156,164)

Color info

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

RGB color model

#C39CA4 color RGB value is (195,156,164).

  • red value is 195;
  • green value is 156;
  • blue value is 164.
RGB:
(195,156,164)
(76%,61%,64%)

RGB channels and saturation

R 195 of 255 = 76%
G 156 of 255 = 61%
B 164 of 255 = 64%

195
156
164

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

Portions of RGB colors in percentages

R + G + B =
195 + 156 + 164 = 515 (100%)
R 195 of 515 ~ 37.86%
G 156 of 515 ~ 30.29%
B 164 of 515 ~ 31.84%

%37.86
%30.29
%31.84

CMYK color model

#C39CA4 color CMYK value is (0,20,16,24).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 15.90%
  • key color value is 23.53%
CMYK:
(0,20,16,24)
C0M20Y16K24 
(0%,20%,16%,24%)
(0.00/0.20/0.16/0.24)	

CMYK percentages

%0
%20
%15.9
%23.53

Codes

Color #C39CA4 in popluar color models

C39CA4
RGB195156164
HSL348°24.53%68.82%
HSB/HSV348°20.00%76.47%
CMYK0.00%20.00%15.90%
23.53%

Color #C39CA4 in popluar number systems.

HEXC39CA4
Decimal195156164
Binary110000111001110010100100
Octal303234244

Shades and tints

Shades of #C39CA4

#C39CA4
(195,156,164)
#B28E96
(178,142,150)
#A18088
(161,128,136)
#90727A
(144,114,122)
#7F646C
(127,100,108)
#6E565E
(110,86,94)
#5D4850
(93,72,80)
#4C3A42
(76,58,66)
#3B2C34
(59,44,52)
#2A1E26
(42,30,38)
#191018
(25,16,24)
#000000
(0,0,0)

Tints of #C39CA4

#C39CA4
(195,156,164)
#C8A5AC
(200,165,172)
#CDAEB4
(205,174,180)
#D2B7BC
(210,183,188)
#D7C0C4
(215,192,196)
#DCC9CC
(220,201,204)
#E1D2D4
(225,210,212)
#E6DBDC
(230,219,220)
#EBE4E4
(235,228,228)
#F0EDEC
(240,237,236)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C39CA4; }

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

This text font color is #C39CA4.


Background Color

.myBgColor { background-color: #C39CA4; }

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

This div background color is #C39CA4.


Border color

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

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

This div border color is #C39CA4.


Opacity

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

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

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

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

This text has shadow with #C39CA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C39CA4 on black background.


Color preview on white background

This text has color #C39CA4 on white background.



Black color preview on #C39CA4 background

This text has black color on #C39CA4 background.


White color preview on #C39CA4 background

This text has white color on #C39CA4 background.