COLOR #C72F5A

HEX: #C72F5A
RGB: (199,47,90)

Color info

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

RGB color model

#C72F5A color RGB value is (199,47,90).

  • red value is 199;
  • green value is 47;
  • blue value is 90.
RGB:
(199,47,90)
(78%,18%,35%)

RGB channels and saturation

R 199 of 255 = 78%
G 47 of 255 = 18%
B 90 of 255 = 35%

199
47
90

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

Portions of RGB colors in percentages

R + G + B =
199 + 47 + 90 = 336 (100%)
R 199 of 336 ~ 59.23%
G 47 of 336 ~ 13.99%
B 90 of 336 ~ 26.79%

%59.23
%13.99
%26.79

CMYK color model

#C72F5A color CMYK value is (0,76,55,22).

  • cyan value is 0.00%
  • magenta value is 76.38%
  • yellow value is 54.77%
  • key color value is 21.96%
CMYK:
(0,76,55,22)
C0M76Y55K22 
(0%,76%,55%,22%)
(0.00/0.76/0.55/0.22)	

CMYK percentages

%0
%76.38
%54.77
%21.96

Codes

Color #C72F5A in popluar color models

C72F5A
RGB1994790
HSL343°61.79%48.24%
HSB/HSV343°76.38%78.04%
CMYK0.00%76.38%54.77%
21.96%

Color #C72F5A in popluar number systems.

HEXC72F5A
Decimal1994790
Binary110001111011111011010
Octal30757132

Shades and tints

Shades of #C72F5A

#C72F5A
(199,47,90)
#B52B52
(181,43,82)
#A3274A
(163,39,74)
#912342
(145,35,66)
#7F1F3A
(127,31,58)
#6D1B32
(109,27,50)
#5B172A
(91,23,42)
#491322
(73,19,34)
#370F1A
(55,15,26)
#250B12
(37,11,18)
#13070A
(19,7,10)
#000000
(0,0,0)

Tints of #C72F5A

#C72F5A
(199,47,90)
#CC4169
(204,65,105)
#D15378
(209,83,120)
#D66587
(214,101,135)
#DB7796
(219,119,150)
#E089A5
(224,137,165)
#E59BB4
(229,155,180)
#EAADC3
(234,173,195)
#EFBFD2
(239,191,210)
#F4D1E1
(244,209,225)
#F9E3F0
(249,227,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C72F5A color. Also use rgb(199,47,90) instead hex code.

Text Font Color

.myTextColor { color: #C72F5A; }

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

This text font color is #C72F5A.


Background Color

.myBgColor { background-color: #C72F5A; }

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

This div background color is #C72F5A.


Border color

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

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

This div border color is #C72F5A.


Opacity

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

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

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

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

This text has shadow with #C72F5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C72F5A on black background.


Color preview on white background

This text has color #C72F5A on white background.



Black color preview on #C72F5A background

This text has black color on #C72F5A background.


White color preview on #C72F5A background

This text has white color on #C72F5A background.