COLOR #C36B89

HEX: #C36B89
RGB: (195,107,137)

Color info

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

RGB color model

#C36B89 color RGB value is (195,107,137).

  • red value is 195;
  • green value is 107;
  • blue value is 137.
RGB:
(195,107,137)
(76%,42%,54%)

RGB channels and saturation

R 195 of 255 = 76%
G 107 of 255 = 42%
B 137 of 255 = 54%

195
107
137

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

Portions of RGB colors in percentages

R + G + B =
195 + 107 + 137 = 439 (100%)
R 195 of 439 ~ 44.42%
G 107 of 439 ~ 24.37%
B 137 of 439 ~ 31.21%

%44.42
%24.37
%31.21

CMYK color model

#C36B89 color CMYK value is (0,45,30,24).

  • cyan value is 0.00%
  • magenta value is 45.13%
  • yellow value is 29.74%
  • key color value is 23.53%
CMYK:
(0,45,30,24)
C0M45Y30K24 
(0%,45%,30%,24%)
(0.00/0.45/0.30/0.24)	

CMYK percentages

%0
%45.13
%29.74
%23.53

Codes

Color #C36B89 in popluar color models

C36B89
RGB195107137
HSL340°42.31%59.22%
HSB/HSV340°45.13%76.47%
CMYK0.00%45.13%29.74%
23.53%

Color #C36B89 in popluar number systems.

HEXC36B89
Decimal195107137
Binary11000011110101110001001
Octal303153211

Shades and tints

Shades of #C36B89

#C36B89
(195,107,137)
#B2627D
(178,98,125)
#A15971
(161,89,113)
#905065
(144,80,101)
#7F4759
(127,71,89)
#6E3E4D
(110,62,77)
#5D3541
(93,53,65)
#4C2C35
(76,44,53)
#3B2329
(59,35,41)
#2A1A1D
(42,26,29)
#191111
(25,17,17)
#000000
(0,0,0)

Tints of #C36B89

#C36B89
(195,107,137)
#C87893
(200,120,147)
#CD859D
(205,133,157)
#D292A7
(210,146,167)
#D79FB1
(215,159,177)
#DCACBB
(220,172,187)
#E1B9C5
(225,185,197)
#E6C6CF
(230,198,207)
#EBD3D9
(235,211,217)
#F0E0E3
(240,224,227)
#F5EDED
(245,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C36B89 color. Also use rgb(195,107,137) instead hex code.

Text Font Color

.myTextColor { color: #C36B89; }

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

This text font color is #C36B89.


Background Color

.myBgColor { background-color: #C36B89; }

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

This div background color is #C36B89.


Border color

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

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

This div border color is #C36B89.


Opacity

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

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

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

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

This text has shadow with #C36B89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C36B89 on black background.


Color preview on white background

This text has color #C36B89 on white background.



Black color preview on #C36B89 background

This text has black color on #C36B89 background.


White color preview on #C36B89 background

This text has white color on #C36B89 background.