COLOR #C39FAF

HEX: #C39FAF
RGB: (195,159,175)

Color info

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

RGB color model

#C39FAF color RGB value is (195,159,175).

  • red value is 195;
  • green value is 159;
  • blue value is 175.
RGB:
(195,159,175)
(76%,62%,69%)

RGB channels and saturation

R 195 of 255 = 76%
G 159 of 255 = 62%
B 175 of 255 = 69%

195
159
175

R + G + B ~ 69%. #C39FAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 159 + 175 = 529 (100%)
R 195 of 529 ~ 36.86%
G 159 of 529 ~ 30.06%
B 175 of 529 ~ 33.08%

%36.86
%30.06
%33.08

CMYK color model

#C39FAF color CMYK value is (0,18,10,24).

  • cyan value is 0.00%
  • magenta value is 18.46%
  • yellow value is 10.26%
  • key color value is 23.53%
CMYK:
(0,18,10,24)
C0M18Y10K24 
(0%,18%,10%,24%)
(0.00/0.18/0.10/0.24)	

CMYK percentages

%0
%18.46
%10.26
%23.53

Codes

Color #C39FAF in popluar color models

C39FAF
RGB195159175
HSL333°23.08%69.41%
HSB/HSV333°18.46%76.47%
CMYK0.00%18.46%10.26%
23.53%

Color #C39FAF in popluar number systems.

HEXC39FAF
Decimal195159175
Binary110000111001111110101111
Octal303237257

Shades and tints

Shades of #C39FAF

#C39FAF
(195,159,175)
#B291A0
(178,145,160)
#A18391
(161,131,145)
#907582
(144,117,130)
#7F6773
(127,103,115)
#6E5964
(110,89,100)
#5D4B55
(93,75,85)
#4C3D46
(76,61,70)
#3B2F37
(59,47,55)
#2A2128
(42,33,40)
#191319
(25,19,25)
#000000
(0,0,0)

Tints of #C39FAF

#C39FAF
(195,159,175)
#C8A7B6
(200,167,182)
#CDAFBD
(205,175,189)
#D2B7C4
(210,183,196)
#D7BFCB
(215,191,203)
#DCC7D2
(220,199,210)
#E1CFD9
(225,207,217)
#E6D7E0
(230,215,224)
#EBDFE7
(235,223,231)
#F0E7EE
(240,231,238)
#F5EFF5
(245,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C39FAF color. Also use rgb(195,159,175) instead hex code.

Text Font Color

.myTextColor { color: #C39FAF; }

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

This text font color is #C39FAF.


Background Color

.myBgColor { background-color: #C39FAF; }

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

This div background color is #C39FAF.


Border color

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

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

This div border color is #C39FAF.


Opacity

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

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

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

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

This text has shadow with #C39FAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C39FAF on black background.


Color preview on white background

This text has color #C39FAF on white background.



Black color preview on #C39FAF background

This text has black color on #C39FAF background.


White color preview on #C39FAF background

This text has white color on #C39FAF background.