COLOR #C74175

HEX: #C74175
RGB: (199,65,117)

Color info

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

RGB color model

#C74175 color RGB value is (199,65,117).

  • red value is 199;
  • green value is 65;
  • blue value is 117.
RGB:
(199,65,117)
(78%,25%,46%)

RGB channels and saturation

R 199 of 255 = 78%
G 65 of 255 = 25%
B 117 of 255 = 46%

199
65
117

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

Portions of RGB colors in percentages

R + G + B =
199 + 65 + 117 = 381 (100%)
R 199 of 381 ~ 52.23%
G 65 of 381 ~ 17.06%
B 117 of 381 ~ 30.71%

%52.23
%17.06
%30.71

CMYK color model

#C74175 color CMYK value is (0,67,41,22).

  • cyan value is 0.00%
  • magenta value is 67.34%
  • yellow value is 41.21%
  • key color value is 21.96%
CMYK:
(0,67,41,22)
C0M67Y41K22 
(0%,67%,41%,22%)
(0.00/0.67/0.41/0.22)	

CMYK percentages

%0
%67.34
%41.21
%21.96

Codes

Color #C74175 in popluar color models

C74175
RGB19965117
HSL337°54.47%51.76%
HSB/HSV337°67.34%78.04%
CMYK0.00%67.34%41.21%
21.96%

Color #C74175 in popluar number systems.

HEXC74175
Decimal19965117
Binary1100011110000011110101
Octal307101165

Shades and tints

Shades of #C74175

#C74175
(199,65,117)
#B53C6B
(181,60,107)
#A33761
(163,55,97)
#913257
(145,50,87)
#7F2D4D
(127,45,77)
#6D2843
(109,40,67)
#5B2339
(91,35,57)
#491E2F
(73,30,47)
#371925
(55,25,37)
#25141B
(37,20,27)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #C74175

#C74175
(199,65,117)
#CC5281
(204,82,129)
#D1638D
(209,99,141)
#D67499
(214,116,153)
#DB85A5
(219,133,165)
#E096B1
(224,150,177)
#E5A7BD
(229,167,189)
#EAB8C9
(234,184,201)
#EFC9D5
(239,201,213)
#F4DAE1
(244,218,225)
#F9EBED
(249,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C74175 color. Also use rgb(199,65,117) instead hex code.

Text Font Color

.myTextColor { color: #C74175; }

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

This text font color is #C74175.


Background Color

.myBgColor { background-color: #C74175; }

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

This div background color is #C74175.


Border color

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

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

This div border color is #C74175.


Opacity

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

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

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

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

This text has shadow with #C74175 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C74175 on black background.


Color preview on white background

This text has color #C74175 on white background.



Black color preview on #C74175 background

This text has black color on #C74175 background.


White color preview on #C74175 background

This text has white color on #C74175 background.