COLOR #CC3C4F

HEX: #CC3C4F
RGB: (204,60,79)

Color info

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

RGB color model

#CC3C4F color RGB value is (204,60,79).

  • red value is 204;
  • green value is 60;
  • blue value is 79.
RGB:
(204,60,79)
(80%,24%,31%)

RGB channels and saturation

R 204 of 255 = 80%
G 60 of 255 = 24%
B 79 of 255 = 31%

204
60
79

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

Portions of RGB colors in percentages

R + G + B =
204 + 60 + 79 = 343 (100%)
R 204 of 343 ~ 59.48%
G 60 of 343 ~ 17.49%
B 79 of 343 ~ 23.03%

%59.48
%17.49
%23.03

CMYK color model

#CC3C4F color CMYK value is (0,71,61,20).

  • cyan value is 0.00%
  • magenta value is 70.59%
  • yellow value is 61.27%
  • key color value is 20.00%
CMYK:
(0,71,61,20)
C0M71Y61K20 
(0%,71%,61%,20%)
(0.00/0.71/0.61/0.20)	

CMYK percentages

%0
%70.59
%61.27
%20

Codes

Color #CC3C4F in popluar color models

CC3C4F
RGB2046079
HSL352°58.54%51.76%
HSB/HSV352°70.59%80.00%
CMYK0.00%70.59%61.27%
20.00%

Color #CC3C4F in popluar number systems.

HEXCC3C4F
Decimal2046079
Binary110011001111001001111
Octal31474117

Shades and tints

Shades of #CC3C4F

#CC3C4F
(204,60,79)
#BA3748
(186,55,72)
#A83241
(168,50,65)
#962D3A
(150,45,58)
#842833
(132,40,51)
#72232C
(114,35,44)
#601E25
(96,30,37)
#4E191E
(78,25,30)
#3C1417
(60,20,23)
#2A0F10
(42,15,16)
#180A09
(24,10,9)
#000000
(0,0,0)

Tints of #CC3C4F

#CC3C4F
(204,60,79)
#D04D5F
(208,77,95)
#D45E6F
(212,94,111)
#D86F7F
(216,111,127)
#DC808F
(220,128,143)
#E0919F
(224,145,159)
#E4A2AF
(228,162,175)
#E8B3BF
(232,179,191)
#ECC4CF
(236,196,207)
#F0D5DF
(240,213,223)
#F4E6EF
(244,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC3C4F color. Also use rgb(204,60,79) instead hex code.

Text Font Color

.myTextColor { color: #CC3C4F; }

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

This text font color is #CC3C4F.


Background Color

.myBgColor { background-color: #CC3C4F; }

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

This div background color is #CC3C4F.


Border color

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

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

This div border color is #CC3C4F.


Opacity

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

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

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

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

This text has shadow with #CC3C4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC3C4F on black background.


Color preview on white background

This text has color #CC3C4F on white background.



Black color preview on #CC3C4F background

This text has black color on #CC3C4F background.


White color preview on #CC3C4F background

This text has white color on #CC3C4F background.