COLOR #C36C82

HEX: #C36C82
RGB: (195,108,130)

Color info

#C36C82 contains mainly red color. Web safe color of #C36C82 is #CC6699 (or #C69).

RGB color model

#C36C82 color RGB value is (195,108,130).

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

RGB channels and saturation

R 195 of 255 = 76%
G 108 of 255 = 42%
B 130 of 255 = 51%

195
108
130

R + G + B ~ 56%. #C36C82 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
195 + 108 + 130 = 433 (100%)
R 195 of 433 ~ 45.03%
G 108 of 433 ~ 24.94%
B 130 of 433 ~ 30.02%

%45.03
%24.94
%30.02

CMYK color model

#C36C82 color CMYK value is (0,45,33,24).

  • cyan value is 0.00%
  • magenta value is 44.62%
  • yellow value is 33.33%
  • key color value is 23.53%
CMYK:
(0,45,33,24)
C0M45Y33K24 
(0%,45%,33%,24%)
(0.00/0.45/0.33/0.24)	

CMYK percentages

%0
%44.62
%33.33
%23.53

Codes

Color #C36C82 in popluar color models

C36C82
RGB195108130
HSL345°42.03%59.41%
HSB/HSV345°44.62%76.47%
CMYK0.00%44.62%33.33%
23.53%

Color #C36C82 in popluar number systems.

HEXC36C82
Decimal195108130
Binary11000011110110010000010
Octal303154202

Shades and tints

Shades of #C36C82

#C36C82
(195,108,130)
#B26377
(178,99,119)
#A15A6C
(161,90,108)
#905161
(144,81,97)
#7F4856
(127,72,86)
#6E3F4B
(110,63,75)
#5D3640
(93,54,64)
#4C2D35
(76,45,53)
#3B242A
(59,36,42)
#2A1B1F
(42,27,31)
#191214
(25,18,20)
#000000
(0,0,0)

Tints of #C36C82

#C36C82
(195,108,130)
#C8798D
(200,121,141)
#CD8698
(205,134,152)
#D293A3
(210,147,163)
#D7A0AE
(215,160,174)
#DCADB9
(220,173,185)
#E1BAC4
(225,186,196)
#E6C7CF
(230,199,207)
#EBD4DA
(235,212,218)
#F0E1E5
(240,225,229)
#F5EEF0
(245,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C36C82; }

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

This text font color is #C36C82.


Background Color

.myBgColor { background-color: #C36C82; }

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

This div background color is #C36C82.


Border color

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

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

This div border color is #C36C82.


Opacity

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

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

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

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

This text has shadow with #C36C82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C36C82 on black background.


Color preview on white background

This text has color #C36C82 on white background.



Black color preview on #C36C82 background

This text has black color on #C36C82 background.


White color preview on #C36C82 background

This text has white color on #C36C82 background.