COLOR #C36C8D

HEX: #C36C8D RGB: (195,108,141)

Color info

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

RGB color model

#C36C8D color RGB value is (195,108,141).

RGB: (195,108,141) (76%, 42%, 55%)

RGB channels and saturation

R 195 of 255 = 76%
G 108 of 255 = 42%
B 141 of 255 = 55%

195
108
141

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

Portions of RGB colors in percentages

R + G + B = 195 + 108 + 141 = 444 (100%)
R 195 of 444 ~ 43.92%
G 108 of 444 ~ 24.32%
B 141 of 444 ~ 31.76'%

%43.92
%24.32
%31.76

CMYK color model

#C36C8D color CMYK value is (0,45,28,24).

  • cyan value is 0.00%
  • magenta value is 44.62%
  • yellow value is 27.69%
  • key color value is 23.53%

CMYK: (0,45,28,24)
C0M45Y28K24 (0%, 45%, 28%, 24%)
(0.00 / 0.45 / 0.28 / 0.24)

CMYK percentages

%0
%44.62
%27.69
%23.53

Codes

Color #C36C8D in popluar color models

C3 6C 8D
RGB 195 108 141
HSL 337° 42.03% 59.41%
HSB/HSV 337° 44.62% 76.47%
CMYK 0.00% 44.62% 27.69%
23.53%

Color #C36C8D in popluar number systems.

HEX C3 6C 8D
Decimal 195 108 141
Binary 11000011 1101100 10001101
Octal 303 154 215

Shades and tints

Shades of #C36C8D

#C36C8D
(195,108,141)
#B26381
(178,99,129)
#A15A75
(161,90,117)
#905169
(144,81,105)
#7F485D
(127,72,93)
#6E3F51
(110,63,81)
#5D3645
(93,54,69)
#4C2D39
(76,45,57)
#3B242D
(59,36,45)
#2A1B21
(42,27,33)
#191215
(25,18,21)
#000000
(0,0,0)

Tints of #C36C8D

#C36C8D
(195,108,141)
#C87997
(200,121,151)
#CD86A1
(205,134,161)
#D293AB
(210,147,171)
#D7A0B5
(215,160,181)
#DCADBF
(220,173,191)
#E1BAC9
(225,186,201)
#E6C7D3
(230,199,211)
#EBD4DD
(235,212,221)
#F0E1E7
(240,225,231)
#F5EEF1
(245,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C36C8D; }

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

This text font color is #C36C8D.

Background Color

.myBgColor { background-color: #C36C8D; }

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

This div background color is #C36C8D.

Border color

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

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

This div border color is #C36C8D.

Opacity

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

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

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

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

This text has shadow with #C36C8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C36C8D.

Preview

Color preview on black background

This text has color #C36C8D on black background.


Color preview on white background

This text has color #C36C8D on white background.


Black color preview on #C36C8D background

This text has black color on #C36C8D background.


White color preview on #C36C8D background

This text has white color on #C36C8D background.


Related colors

Complementary color

Complementary color for #hex is #3C9372.


I love getcolorcode.com

Triadic colors

1 #8DC36C and #6C8DC3 with #C36C8D are triadic colors.

2 #8D6CC3 and #6CC38D with #C36C8D are triadic colors.