COLOR #C4204A

HEX: #C4204A
RGB: (196,32,74)

Color info

#C4204A contains mainly red color. Web safe color of #C4204A is #CC3333 (or #C33).

RGB color model

#C4204A color RGB value is (196,32,74).

  • red value is 196;
  • green value is 32;
  • blue value is 74.
RGB:
(196,32,74)
(77%,13%,29%)

RGB channels and saturation

R 196 of 255 = 77%
G 32 of 255 = 13%
B 74 of 255 = 29%

196
32
74

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

Portions of RGB colors in percentages

R + G + B =
196 + 32 + 74 = 302 (100%)
R 196 of 302 ~ 64.9%
G 32 of 302 ~ 10.6%
B 74 of 302 ~ 24.5%

%64.9
%10.6
%24.5

CMYK color model

#C4204A color CMYK value is (0,84,62,23).

  • cyan value is 0.00%
  • magenta value is 83.67%
  • yellow value is 62.24%
  • key color value is 23.14%
CMYK:
(0,84,62,23)
C0M84Y62K23 
(0%,84%,62%,23%)
(0.00/0.84/0.62/0.23)	

CMYK percentages

%0
%83.67
%62.24
%23.14

Codes

Color #C4204A in popluar color models

C4204A
RGB1963274
HSL345°71.93%44.71%
HSB/HSV345°83.67%76.86%
CMYK0.00%83.67%62.24%
23.14%

Color #C4204A in popluar number systems.

HEXC4204A
Decimal1963274
Binary110001001000001001010
Octal30440112

Shades and tints

Shades of #C4204A

#C4204A
(196,32,74)
#B31E44
(179,30,68)
#A21C3E
(162,28,62)
#911A38
(145,26,56)
#801832
(128,24,50)
#6F162C
(111,22,44)
#5E1426
(94,20,38)
#4D1220
(77,18,32)
#3C101A
(60,16,26)
#2B0E14
(43,14,20)
#1A0C0E
(26,12,14)
#000000
(0,0,0)

Tints of #C4204A

#C4204A
(196,32,74)
#C9345A
(201,52,90)
#CE486A
(206,72,106)
#D35C7A
(211,92,122)
#D8708A
(216,112,138)
#DD849A
(221,132,154)
#E298AA
(226,152,170)
#E7ACBA
(231,172,186)
#ECC0CA
(236,192,202)
#F1D4DA
(241,212,218)
#F6E8EA
(246,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4204A color. Also use rgb(196,32,74) instead hex code.

Text Font Color

.myTextColor { color: #C4204A; }

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

This text font color is #C4204A.


Background Color

.myBgColor { background-color: #C4204A; }

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

This div background color is #C4204A.


Border color

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

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

This div border color is #C4204A.


Opacity

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

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

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

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

This text has shadow with #C4204A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4204A on black background.


Color preview on white background

This text has color #C4204A on white background.



Black color preview on #C4204A background

This text has black color on #C4204A background.


White color preview on #C4204A background

This text has white color on #C4204A background.