COLOR #C4074D

HEX: #C4074D
RGB: (196,7,77)

Color info

#C4074D contains mainly red color. Web safe color of #C4074D is #CC0033 (or #C03).

RGB color model

#C4074D color RGB value is (196,7,77).

  • red value is 196;
  • green value is 7;
  • blue value is 77.
RGB:
(196,7,77)
(77%,3%,30%)

RGB channels and saturation

R 196 of 255 = 77%
G 7 of 255 = 3%
B 77 of 255 = 30%

196
7
77

R + G + B ~ 37%. #C4074D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
196 + 7 + 77 = 280 (100%)
R 196 of 280 ~ 70%
G 7 of 280 ~ 2.5%
B 77 of 280 ~ 27.5%

%70
%27.5

CMYK color model

#C4074D color CMYK value is (0,96,61,23).

  • cyan value is 0.00%
  • magenta value is 96.43%
  • yellow value is 60.71%
  • key color value is 23.14%
CMYK:
(0,96,61,23)
C0M96Y61K23 
(0%,96%,61%,23%)
(0.00/0.96/0.61/0.23)	

CMYK percentages

%0
%96.43
%60.71
%23.14

Codes

Color #C4074D in popluar color models

C4074D
RGB196777
HSL338°93.10%39.80%
HSB/HSV338°96.43%76.86%
CMYK0.00%96.43%60.71%
23.14%

Color #C4074D in popluar number systems.

HEXC4074D
Decimal196777
Binary110001001111001101
Octal3047115

Shades and tints

Shades of #C4074D

#C4074D
(196,7,77)
#B30746
(179,7,70)
#A2073F
(162,7,63)
#910738
(145,7,56)
#800731
(128,7,49)
#6F072A
(111,7,42)
#5E0723
(94,7,35)
#4D071C
(77,7,28)
#3C0715
(60,7,21)
#2B070E
(43,7,14)
#1A0707
(26,7,7)
#000000
(0,0,0)

Tints of #C4074D

#C4074D
(196,7,77)
#C91D5D
(201,29,93)
#CE336D
(206,51,109)
#D3497D
(211,73,125)
#D85F8D
(216,95,141)
#DD759D
(221,117,157)
#E28BAD
(226,139,173)
#E7A1BD
(231,161,189)
#ECB7CD
(236,183,205)
#F1CDDD
(241,205,221)
#F6E3ED
(246,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4074D color. Also use rgb(196,7,77) instead hex code.

Text Font Color

.myTextColor { color: #C4074D; }

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

This text font color is #C4074D.


Background Color

.myBgColor { background-color: #C4074D; }

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

This div background color is #C4074D.


Border color

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

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

This div border color is #C4074D.


Opacity

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

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

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

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

This text has shadow with #C4074D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4074D on black background.


Color preview on white background

This text has color #C4074D on white background.



Black color preview on #C4074D background

This text has black color on #C4074D background.


White color preview on #C4074D background

This text has white color on #C4074D background.