COLOR #C16272

HEX: #C16272
RGB: (193,98,114)

Color info

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

RGB color model

#C16272 color RGB value is (193,98,114).

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

RGB channels and saturation

R 193 of 255 = 76%
G 98 of 255 = 38%
B 114 of 255 = 45%

193
98
114

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

Portions of RGB colors in percentages

R + G + B =
193 + 98 + 114 = 405 (100%)
R 193 of 405 ~ 47.65%
G 98 of 405 ~ 24.2%
B 114 of 405 ~ 28.15%

%47.65
%24.2
%28.15

CMYK color model

#C16272 color CMYK value is (0,49,41,24).

  • cyan value is 0.00%
  • magenta value is 49.22%
  • yellow value is 40.93%
  • key color value is 24.31%
CMYK:
(0,49,41,24)
C0M49Y41K24 
(0%,49%,41%,24%)
(0.00/0.49/0.41/0.24)	

CMYK percentages

%0
%49.22
%40.93
%24.31

Codes

Color #C16272 in popluar color models

C16272
RGB19398114
HSL350°43.38%57.06%
HSB/HSV350°49.22%75.69%
CMYK0.00%49.22%40.93%
24.31%

Color #C16272 in popluar number systems.

HEXC16272
Decimal19398114
Binary1100000111000101110010
Octal301142162

Shades and tints

Shades of #C16272

#C16272
(193,98,114)
#B05A68
(176,90,104)
#9F525E
(159,82,94)
#8E4A54
(142,74,84)
#7D424A
(125,66,74)
#6C3A40
(108,58,64)
#5B3236
(91,50,54)
#4A2A2C
(74,42,44)
#392222
(57,34,34)
#281A18
(40,26,24)
#17120E
(23,18,14)
#000000
(0,0,0)

Tints of #C16272

#C16272
(193,98,114)
#C6707E
(198,112,126)
#CB7E8A
(203,126,138)
#D08C96
(208,140,150)
#D59AA2
(213,154,162)
#DAA8AE
(218,168,174)
#DFB6BA
(223,182,186)
#E4C4C6
(228,196,198)
#E9D2D2
(233,210,210)
#EEE0DE
(238,224,222)
#F3EEEA
(243,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C16272; }

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

This text font color is #C16272.


Background Color

.myBgColor { background-color: #C16272; }

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

This div background color is #C16272.


Border color

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

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

This div border color is #C16272.


Opacity

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

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

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

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

This text has shadow with #C16272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C16272 on black background.


Color preview on white background

This text has color #C16272 on white background.



Black color preview on #C16272 background

This text has black color on #C16272 background.


White color preview on #C16272 background

This text has white color on #C16272 background.