COLOR #C36CB8

HEX: #C36CB8
RGB: (195,108,184)

Color info

#C36CB8 contains mainly red and blue colors. Web safe color of #C36CB8 is #CC66CC (or #C6C).

RGB color model

#C36CB8 color RGB value is (195,108,184).

  • red value is 195;
  • green value is 108;
  • blue value is 184.
RGB:
(195,108,184)
(76%,42%,72%)

RGB channels and saturation

R 195 of 255 = 76%
G 108 of 255 = 42%
B 184 of 255 = 72%

195
108
184

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

Portions of RGB colors in percentages

R + G + B =
195 + 108 + 184 = 487 (100%)
R 195 of 487 ~ 40.04%
G 108 of 487 ~ 22.18%
B 184 of 487 ~ 37.78%

%40.04
%22.18
%37.78

CMYK color model

#C36CB8 color CMYK value is (0,45,6,24).

  • cyan value is 0.00%
  • magenta value is 44.62%
  • yellow value is 5.64%
  • key color value is 23.53%
CMYK:
(0,45,6,24)
C0M45Y6K24 
(0%,45%,6%,24%)
(0.00/0.45/0.06/0.24)	

CMYK percentages

%0
%44.62
%5.64
%23.53

Codes

Color #C36CB8 in popluar color models

C36CB8
RGB195108184
HSL308°42.03%59.41%
HSB/HSV308°44.62%76.47%
CMYK0.00%44.62%5.64%
23.53%

Color #C36CB8 in popluar number systems.

HEXC36CB8
Decimal195108184
Binary11000011110110010111000
Octal303154270

Shades and tints

Shades of #C36CB8

#C36CB8
(195,108,184)
#B263A8
(178,99,168)
#A15A98
(161,90,152)
#905188
(144,81,136)
#7F4878
(127,72,120)
#6E3F68
(110,63,104)
#5D3658
(93,54,88)
#4C2D48
(76,45,72)
#3B2438
(59,36,56)
#2A1B28
(42,27,40)
#191218
(25,18,24)
#000000
(0,0,0)

Tints of #C36CB8

#C36CB8
(195,108,184)
#C879BE
(200,121,190)
#CD86C4
(205,134,196)
#D293CA
(210,147,202)
#D7A0D0
(215,160,208)
#DCADD6
(220,173,214)
#E1BADC
(225,186,220)
#E6C7E2
(230,199,226)
#EBD4E8
(235,212,232)
#F0E1EE
(240,225,238)
#F5EEF4
(245,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C36CB8 color. Also use rgb(195,108,184) instead hex code.

Text Font Color

.myTextColor { color: #C36CB8; }

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

This text font color is #C36CB8.


Background Color

.myBgColor { background-color: #C36CB8; }

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

This div background color is #C36CB8.


Border color

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

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

This div border color is #C36CB8.


Opacity

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

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

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

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

This text has shadow with #C36CB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C36CB8 on black background.


Color preview on white background

This text has color #C36CB8 on white background.



Black color preview on #C36CB8 background

This text has black color on #C36CB8 background.


White color preview on #C36CB8 background

This text has white color on #C36CB8 background.