COLOR #C16D70

HEX: #C16D70
RGB: (193,109,112)

Color info

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

RGB color model

#C16D70 color RGB value is (193,109,112).

  • red value is 193;
  • green value is 109;
  • blue value is 112.
RGB:
(193,109,112)
(76%,43%,44%)

RGB channels and saturation

R 193 of 255 = 76%
G 109 of 255 = 43%
B 112 of 255 = 44%

193
109
112

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

Portions of RGB colors in percentages

R + G + B =
193 + 109 + 112 = 414 (100%)
R 193 of 414 ~ 46.62%
G 109 of 414 ~ 26.33%
B 112 of 414 ~ 27.05%

%46.62
%26.33
%27.05

CMYK color model

#C16D70 color CMYK value is (0,44,42,24).

  • cyan value is 0.00%
  • magenta value is 43.52%
  • yellow value is 41.97%
  • key color value is 24.31%
CMYK:
(0,44,42,24)
C0M44Y42K24 
(0%,44%,42%,24%)
(0.00/0.44/0.42/0.24)	

CMYK percentages

%0
%43.52
%41.97
%24.31

Codes

Color #C16D70 in popluar color models

C16D70
RGB193109112
HSL358°40.38%59.22%
HSB/HSV358°43.52%75.69%
CMYK0.00%43.52%41.97%
24.31%

Color #C16D70 in popluar number systems.

HEXC16D70
Decimal193109112
Binary1100000111011011110000
Octal301155160

Shades and tints

Shades of #C16D70

#C16D70
(193,109,112)
#B06466
(176,100,102)
#9F5B5C
(159,91,92)
#8E5252
(142,82,82)
#7D4948
(125,73,72)
#6C403E
(108,64,62)
#5B3734
(91,55,52)
#4A2E2A
(74,46,42)
#392520
(57,37,32)
#281C16
(40,28,22)
#17130C
(23,19,12)
#000000
(0,0,0)

Tints of #C16D70

#C16D70
(193,109,112)
#C67A7D
(198,122,125)
#CB878A
(203,135,138)
#D09497
(208,148,151)
#D5A1A4
(213,161,164)
#DAAEB1
(218,174,177)
#DFBBBE
(223,187,190)
#E4C8CB
(228,200,203)
#E9D5D8
(233,213,216)
#EEE2E5
(238,226,229)
#F3EFF2
(243,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C16D70 color. Also use rgb(193,109,112) instead hex code.

Text Font Color

.myTextColor { color: #C16D70; }

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

This text font color is #C16D70.


Background Color

.myBgColor { background-color: #C16D70; }

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

This div background color is #C16D70.


Border color

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

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

This div border color is #C16D70.


Opacity

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

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

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

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

This text has shadow with #C16D70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C16D70 on black background.


Color preview on white background

This text has color #C16D70 on white background.



Black color preview on #C16D70 background

This text has black color on #C16D70 background.


White color preview on #C16D70 background

This text has white color on #C16D70 background.