COLOR #C36770

HEX: #C36770
RGB: (195,103,112)

Color info

#C36770 contains mainly red color. Web safe color of #C36770 is #CC6666 (or #C66).

RGB color model

#C36770 color RGB value is (195,103,112).

  • red value is 195;
  • green value is 103;
  • blue value is 112.
RGB:
(195,103,112)
(76%,40%,44%)

RGB channels and saturation

R 195 of 255 = 76%
G 103 of 255 = 40%
B 112 of 255 = 44%

195
103
112

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

Portions of RGB colors in percentages

R + G + B =
195 + 103 + 112 = 410 (100%)
R 195 of 410 ~ 47.56%
G 103 of 410 ~ 25.12%
B 112 of 410 ~ 27.32%

%47.56
%25.12
%27.32

CMYK color model

#C36770 color CMYK value is (0,47,43,24).

  • cyan value is 0.00%
  • magenta value is 47.18%
  • yellow value is 42.56%
  • key color value is 23.53%
CMYK:
(0,47,43,24)
C0M47Y43K24 
(0%,47%,43%,24%)
(0.00/0.47/0.43/0.24)	

CMYK percentages

%0
%47.18
%42.56
%23.53

Codes

Color #C36770 in popluar color models

C36770
RGB195103112
HSL354°43.40%58.43%
HSB/HSV354°47.18%76.47%
CMYK0.00%47.18%42.56%
23.53%

Color #C36770 in popluar number systems.

HEXC36770
Decimal195103112
Binary1100001111001111110000
Octal303147160

Shades and tints

Shades of #C36770

#C36770
(195,103,112)
#B25E66
(178,94,102)
#A1555C
(161,85,92)
#904C52
(144,76,82)
#7F4348
(127,67,72)
#6E3A3E
(110,58,62)
#5D3134
(93,49,52)
#4C282A
(76,40,42)
#3B1F20
(59,31,32)
#2A1616
(42,22,22)
#190D0C
(25,13,12)
#000000
(0,0,0)

Tints of #C36770

#C36770
(195,103,112)
#C8747D
(200,116,125)
#CD818A
(205,129,138)
#D28E97
(210,142,151)
#D79BA4
(215,155,164)
#DCA8B1
(220,168,177)
#E1B5BE
(225,181,190)
#E6C2CB
(230,194,203)
#EBCFD8
(235,207,216)
#F0DCE5
(240,220,229)
#F5E9F2
(245,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C36770 color. Also use rgb(195,103,112) instead hex code.

Text Font Color

.myTextColor { color: #C36770; }

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

This text font color is #C36770.


Background Color

.myBgColor { background-color: #C36770; }

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

This div background color is #C36770.


Border color

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

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

This div border color is #C36770.


Opacity

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

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

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

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

This text has shadow with #C36770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C36770 on black background.


Color preview on white background

This text has color #C36770 on white background.



Black color preview on #C36770 background

This text has black color on #C36770 background.


White color preview on #C36770 background

This text has white color on #C36770 background.