COLOR #C72670

HEX: #C72670
RGB: (199,38,112)

Color info

#C72670 contains mainly red color. Web safe color of #C72670 is #CC3366 (or #C36).

RGB color model

#C72670 color RGB value is (199,38,112).

  • red value is 199;
  • green value is 38;
  • blue value is 112.
RGB:
(199,38,112)
(78%,15%,44%)

RGB channels and saturation

R 199 of 255 = 78%
G 38 of 255 = 15%
B 112 of 255 = 44%

199
38
112

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

Portions of RGB colors in percentages

R + G + B =
199 + 38 + 112 = 349 (100%)
R 199 of 349 ~ 57.02%
G 38 of 349 ~ 10.89%
B 112 of 349 ~ 32.09%

%57.02
%10.89
%32.09

CMYK color model

#C72670 color CMYK value is (0,81,44,22).

  • cyan value is 0.00%
  • magenta value is 80.90%
  • yellow value is 43.72%
  • key color value is 21.96%
CMYK:
(0,81,44,22)
C0M81Y44K22 
(0%,81%,44%,22%)
(0.00/0.81/0.44/0.22)	

CMYK percentages

%0
%80.9
%43.72
%21.96

Codes

Color #C72670 in popluar color models

C72670
RGB19938112
HSL332°67.93%46.47%
HSB/HSV332°80.90%78.04%
CMYK0.00%80.90%43.72%
21.96%

Color #C72670 in popluar number systems.

HEXC72670
Decimal19938112
Binary110001111001101110000
Octal30746160

Shades and tints

Shades of #C72670

#C72670
(199,38,112)
#B52366
(181,35,102)
#A3205C
(163,32,92)
#911D52
(145,29,82)
#7F1A48
(127,26,72)
#6D173E
(109,23,62)
#5B1434
(91,20,52)
#49112A
(73,17,42)
#370E20
(55,14,32)
#250B16
(37,11,22)
#13080C
(19,8,12)
#000000
(0,0,0)

Tints of #C72670

#C72670
(199,38,112)
#CC397D
(204,57,125)
#D14C8A
(209,76,138)
#D65F97
(214,95,151)
#DB72A4
(219,114,164)
#E085B1
(224,133,177)
#E598BE
(229,152,190)
#EAABCB
(234,171,203)
#EFBED8
(239,190,216)
#F4D1E5
(244,209,229)
#F9E4F2
(249,228,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C72670 color. Also use rgb(199,38,112) instead hex code.

Text Font Color

.myTextColor { color: #C72670; }

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

This text font color is #C72670.


Background Color

.myBgColor { background-color: #C72670; }

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

This div background color is #C72670.


Border color

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

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

This div border color is #C72670.


Opacity

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

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

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

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

This text has shadow with #C72670 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C72670 on black background.


Color preview on white background

This text has color #C72670 on white background.



Black color preview on #C72670 background

This text has black color on #C72670 background.


White color preview on #C72670 background

This text has white color on #C72670 background.