COLOR #C74061

HEX: #C74061
RGB: (199,64,97)

Color info

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

RGB color model

#C74061 color RGB value is (199,64,97).

  • red value is 199;
  • green value is 64;
  • blue value is 97.
RGB:
(199,64,97)
(78%,25%,38%)

RGB channels and saturation

R 199 of 255 = 78%
G 64 of 255 = 25%
B 97 of 255 = 38%

199
64
97

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

Portions of RGB colors in percentages

R + G + B =
199 + 64 + 97 = 360 (100%)
R 199 of 360 ~ 55.28%
G 64 of 360 ~ 17.78%
B 97 of 360 ~ 26.94%

%55.28
%17.78
%26.94

CMYK color model

#C74061 color CMYK value is (0,68,51,22).

  • cyan value is 0.00%
  • magenta value is 67.84%
  • yellow value is 51.26%
  • key color value is 21.96%
CMYK:
(0,68,51,22)
C0M68Y51K22 
(0%,68%,51%,22%)
(0.00/0.68/0.51/0.22)	

CMYK percentages

%0
%67.84
%51.26
%21.96

Codes

Color #C74061 in popluar color models

C74061
RGB1996497
HSL345°54.66%51.57%
HSB/HSV345°67.84%78.04%
CMYK0.00%67.84%51.26%
21.96%

Color #C74061 in popluar number systems.

HEXC74061
Decimal1996497
Binary1100011110000001100001
Octal307100141

Shades and tints

Shades of #C74061

#C74061
(199,64,97)
#B53B59
(181,59,89)
#A33651
(163,54,81)
#913149
(145,49,73)
#7F2C41
(127,44,65)
#6D2739
(109,39,57)
#5B2231
(91,34,49)
#491D29
(73,29,41)
#371821
(55,24,33)
#251319
(37,19,25)
#130E11
(19,14,17)
#000000
(0,0,0)

Tints of #C74061

#C74061
(199,64,97)
#CC516F
(204,81,111)
#D1627D
(209,98,125)
#D6738B
(214,115,139)
#DB8499
(219,132,153)
#E095A7
(224,149,167)
#E5A6B5
(229,166,181)
#EAB7C3
(234,183,195)
#EFC8D1
(239,200,209)
#F4D9DF
(244,217,223)
#F9EAED
(249,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C74061 color. Also use rgb(199,64,97) instead hex code.

Text Font Color

.myTextColor { color: #C74061; }

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

This text font color is #C74061.


Background Color

.myBgColor { background-color: #C74061; }

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

This div background color is #C74061.


Border color

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

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

This div border color is #C74061.


Opacity

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

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

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

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

This text has shadow with #C74061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C74061 on black background.


Color preview on white background

This text has color #C74061 on white background.



Black color preview on #C74061 background

This text has black color on #C74061 background.


White color preview on #C74061 background

This text has white color on #C74061 background.