COLOR #C16A72

HEX: #C16A72
RGB: (193,106,114)

Color info

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

RGB color model

#C16A72 color RGB value is (193,106,114).

  • red value is 193;
  • green value is 106;
  • blue value is 114.
RGB:
(193,106,114)
(76%,42%,45%)

RGB channels and saturation

R 193 of 255 = 76%
G 106 of 255 = 42%
B 114 of 255 = 45%

193
106
114

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

Portions of RGB colors in percentages

R + G + B =
193 + 106 + 114 = 413 (100%)
R 193 of 413 ~ 46.73%
G 106 of 413 ~ 25.67%
B 114 of 413 ~ 27.6%

%46.73
%25.67
%27.6

CMYK color model

#C16A72 color CMYK value is (0,45,41,24).

  • cyan value is 0.00%
  • magenta value is 45.08%
  • yellow value is 40.93%
  • key color value is 24.31%
CMYK:
(0,45,41,24)
C0M45Y41K24 
(0%,45%,41%,24%)
(0.00/0.45/0.41/0.24)	

CMYK percentages

%0
%45.08
%40.93
%24.31

Codes

Color #C16A72 in popluar color models

C16A72
RGB193106114
HSL354°41.23%58.63%
HSB/HSV354°45.08%75.69%
CMYK0.00%45.08%40.93%
24.31%

Color #C16A72 in popluar number systems.

HEXC16A72
Decimal193106114
Binary1100000111010101110010
Octal301152162

Shades and tints

Shades of #C16A72

#C16A72
(193,106,114)
#B06168
(176,97,104)
#9F585E
(159,88,94)
#8E4F54
(142,79,84)
#7D464A
(125,70,74)
#6C3D40
(108,61,64)
#5B3436
(91,52,54)
#4A2B2C
(74,43,44)
#392222
(57,34,34)
#281918
(40,25,24)
#17100E
(23,16,14)
#000000
(0,0,0)

Tints of #C16A72

#C16A72
(193,106,114)
#C6777E
(198,119,126)
#CB848A
(203,132,138)
#D09196
(208,145,150)
#D59EA2
(213,158,162)
#DAABAE
(218,171,174)
#DFB8BA
(223,184,186)
#E4C5C6
(228,197,198)
#E9D2D2
(233,210,210)
#EEDFDE
(238,223,222)
#F3ECEA
(243,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C16A72 color. Also use rgb(193,106,114) instead hex code.

Text Font Color

.myTextColor { color: #C16A72; }

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

This text font color is #C16A72.


Background Color

.myBgColor { background-color: #C16A72; }

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

This div background color is #C16A72.


Border color

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

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

This div border color is #C16A72.


Opacity

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

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

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

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

This text has shadow with #C16A72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C16A72 on black background.


Color preview on white background

This text has color #C16A72 on white background.



Black color preview on #C16A72 background

This text has black color on #C16A72 background.


White color preview on #C16A72 background

This text has white color on #C16A72 background.