COLOR #C74569

HEX: #C74569
RGB: (199,69,105)

Color info

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

RGB color model

#C74569 color RGB value is (199,69,105).

  • red value is 199;
  • green value is 69;
  • blue value is 105.
RGB:
(199,69,105)
(78%,27%,41%)

RGB channels and saturation

R 199 of 255 = 78%
G 69 of 255 = 27%
B 105 of 255 = 41%

199
69
105

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

Portions of RGB colors in percentages

R + G + B =
199 + 69 + 105 = 373 (100%)
R 199 of 373 ~ 53.35%
G 69 of 373 ~ 18.5%
B 105 of 373 ~ 28.15%

%53.35
%18.5
%28.15

CMYK color model

#C74569 color CMYK value is (0,65,47,22).

  • cyan value is 0.00%
  • magenta value is 65.33%
  • yellow value is 47.24%
  • key color value is 21.96%
CMYK:
(0,65,47,22)
C0M65Y47K22 
(0%,65%,47%,22%)
(0.00/0.65/0.47/0.22)	

CMYK percentages

%0
%65.33
%47.24
%21.96

Codes

Color #C74569 in popluar color models

C74569
RGB19969105
HSL343°53.72%52.55%
HSB/HSV343°65.33%78.04%
CMYK0.00%65.33%47.24%
21.96%

Color #C74569 in popluar number systems.

HEXC74569
Decimal19969105
Binary1100011110001011101001
Octal307105151

Shades and tints

Shades of #C74569

#C74569
(199,69,105)
#B53F60
(181,63,96)
#A33957
(163,57,87)
#91334E
(145,51,78)
#7F2D45
(127,45,69)
#6D273C
(109,39,60)
#5B2133
(91,33,51)
#491B2A
(73,27,42)
#371521
(55,21,33)
#250F18
(37,15,24)
#13090F
(19,9,15)
#000000
(0,0,0)

Tints of #C74569

#C74569
(199,69,105)
#CC5576
(204,85,118)
#D16583
(209,101,131)
#D67590
(214,117,144)
#DB859D
(219,133,157)
#E095AA
(224,149,170)
#E5A5B7
(229,165,183)
#EAB5C4
(234,181,196)
#EFC5D1
(239,197,209)
#F4D5DE
(244,213,222)
#F9E5EB
(249,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C74569 color. Also use rgb(199,69,105) instead hex code.

Text Font Color

.myTextColor { color: #C74569; }

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

This text font color is #C74569.


Background Color

.myBgColor { background-color: #C74569; }

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

This div background color is #C74569.


Border color

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

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

This div border color is #C74569.


Opacity

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

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

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

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

This text has shadow with #C74569 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C74569 on black background.


Color preview on white background

This text has color #C74569 on white background.



Black color preview on #C74569 background

This text has black color on #C74569 background.


White color preview on #C74569 background

This text has white color on #C74569 background.