COLOR #C36FAE

HEX: #C36FAE
RGB: (195,111,174)

Color info

#C36FAE contains mainly red and blue colors. Web safe color of #C36FAE is #CC6699 (or #C69).

RGB color model

#C36FAE color RGB value is (195,111,174).

  • red value is 195;
  • green value is 111;
  • blue value is 174.
RGB:
(195,111,174)
(76%,44%,68%)

RGB channels and saturation

R 195 of 255 = 76%
G 111 of 255 = 44%
B 174 of 255 = 68%

195
111
174

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

Portions of RGB colors in percentages

R + G + B =
195 + 111 + 174 = 480 (100%)
R 195 of 480 ~ 40.63%
G 111 of 480 ~ 23.13%
B 174 of 480 ~ 36.25%

%40.63
%23.13
%36.25

CMYK color model

#C36FAE color CMYK value is (0,43,11,24).

  • cyan value is 0.00%
  • magenta value is 43.08%
  • yellow value is 10.77%
  • key color value is 23.53%
CMYK:
(0,43,11,24)
C0M43Y11K24 
(0%,43%,11%,24%)
(0.00/0.43/0.11/0.24)	

CMYK percentages

%0
%43.08
%10.77
%23.53

Codes

Color #C36FAE in popluar color models

C36FAE
RGB195111174
HSL315°41.18%60.00%
HSB/HSV315°43.08%76.47%
CMYK0.00%43.08%10.77%
23.53%

Color #C36FAE in popluar number systems.

HEXC36FAE
Decimal195111174
Binary11000011110111110101110
Octal303157256

Shades and tints

Shades of #C36FAE

#C36FAE
(195,111,174)
#B2659F
(178,101,159)
#A15B90
(161,91,144)
#905181
(144,81,129)
#7F4772
(127,71,114)
#6E3D63
(110,61,99)
#5D3354
(93,51,84)
#4C2945
(76,41,69)
#3B1F36
(59,31,54)
#2A1527
(42,21,39)
#190B18
(25,11,24)
#000000
(0,0,0)

Tints of #C36FAE

#C36FAE
(195,111,174)
#C87CB5
(200,124,181)
#CD89BC
(205,137,188)
#D296C3
(210,150,195)
#D7A3CA
(215,163,202)
#DCB0D1
(220,176,209)
#E1BDD8
(225,189,216)
#E6CADF
(230,202,223)
#EBD7E6
(235,215,230)
#F0E4ED
(240,228,237)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C36FAE color. Also use rgb(195,111,174) instead hex code.

Text Font Color

.myTextColor { color: #C36FAE; }

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

This text font color is #C36FAE.


Background Color

.myBgColor { background-color: #C36FAE; }

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

This div background color is #C36FAE.


Border color

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

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

This div border color is #C36FAE.


Opacity

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

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

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

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

This text has shadow with #C36FAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C36FAE on black background.


Color preview on white background

This text has color #C36FAE on white background.



Black color preview on #C36FAE background

This text has black color on #C36FAE background.


White color preview on #C36FAE background

This text has white color on #C36FAE background.