COLOR #C71356

HEX: #C71356
RGB: (199,19,86)

Color info

#C71356 contains mainly red color. Web safe color of #C71356 is #CC0066 (or #C06).

RGB color model

#C71356 color RGB value is (199,19,86).

  • red value is 199;
  • green value is 19;
  • blue value is 86.
RGB:
(199,19,86)
(78%,7%,34%)

RGB channels and saturation

R 199 of 255 = 78%
G 19 of 255 = 7%
B 86 of 255 = 34%

199
19
86

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

Portions of RGB colors in percentages

R + G + B =
199 + 19 + 86 = 304 (100%)
R 199 of 304 ~ 65.46%
G 19 of 304 ~ 6.25%
B 86 of 304 ~ 28.29%

%65.46
%28.29

CMYK color model

#C71356 color CMYK value is (0,90,57,22).

  • cyan value is 0.00%
  • magenta value is 90.45%
  • yellow value is 56.78%
  • key color value is 21.96%
CMYK:
(0,90,57,22)
C0M90Y57K22 
(0%,90%,57%,22%)
(0.00/0.90/0.57/0.22)	

CMYK percentages

%0
%90.45
%56.78
%21.96

Codes

Color #C71356 in popluar color models

C71356
RGB1991986
HSL338°82.57%42.75%
HSB/HSV338°90.45%78.04%
CMYK0.00%90.45%56.78%
21.96%

Color #C71356 in popluar number systems.

HEXC71356
Decimal1991986
Binary11000111100111010110
Octal30723126

Shades and tints

Shades of #C71356

#C71356
(199,19,86)
#B5124F
(181,18,79)
#A31148
(163,17,72)
#911041
(145,16,65)
#7F0F3A
(127,15,58)
#6D0E33
(109,14,51)
#5B0D2C
(91,13,44)
#490C25
(73,12,37)
#370B1E
(55,11,30)
#250A17
(37,10,23)
#130910
(19,9,16)
#000000
(0,0,0)

Tints of #C71356

#C71356
(199,19,86)
#CC2865
(204,40,101)
#D13D74
(209,61,116)
#D65283
(214,82,131)
#DB6792
(219,103,146)
#E07CA1
(224,124,161)
#E591B0
(229,145,176)
#EAA6BF
(234,166,191)
#EFBBCE
(239,187,206)
#F4D0DD
(244,208,221)
#F9E5EC
(249,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C71356 color. Also use rgb(199,19,86) instead hex code.

Text Font Color

.myTextColor { color: #C71356; }

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

This text font color is #C71356.


Background Color

.myBgColor { background-color: #C71356; }

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

This div background color is #C71356.


Border color

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

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

This div border color is #C71356.


Opacity

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

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

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

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

This text has shadow with #C71356 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C71356 on black background.


Color preview on white background

This text has color #C71356 on white background.



Black color preview on #C71356 background

This text has black color on #C71356 background.


White color preview on #C71356 background

This text has white color on #C71356 background.