COLOR #CC5161

HEX: #CC5161
RGB: (204,81,97)

Color info

#CC5161 contains mainly red color. Web safe color of #CC5161 is #CC6666 (or #C66).

RGB color model

#CC5161 color RGB value is (204,81,97).

  • red value is 204;
  • green value is 81;
  • blue value is 97.
RGB:
(204,81,97)
(80%,32%,38%)

RGB channels and saturation

R 204 of 255 = 80%
G 81 of 255 = 32%
B 97 of 255 = 38%

204
81
97

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

Portions of RGB colors in percentages

R + G + B =
204 + 81 + 97 = 382 (100%)
R 204 of 382 ~ 53.4%
G 81 of 382 ~ 21.2%
B 97 of 382 ~ 25.39%

%53.4
%21.2
%25.39

CMYK color model

#CC5161 color CMYK value is (0,60,52,20).

  • cyan value is 0.00%
  • magenta value is 60.29%
  • yellow value is 52.45%
  • key color value is 20.00%
CMYK:
(0,60,52,20)
C0M60Y52K20 
(0%,60%,52%,20%)
(0.00/0.60/0.52/0.20)	

CMYK percentages

%0
%60.29
%52.45
%20

Codes

Color #CC5161 in popluar color models

CC5161
RGB2048197
HSL352°54.67%55.88%
HSB/HSV352°60.29%80.00%
CMYK0.00%60.29%52.45%
20.00%

Color #CC5161 in popluar number systems.

HEXCC5161
Decimal2048197
Binary1100110010100011100001
Octal314121141

Shades and tints

Shades of #CC5161

#CC5161
(204,81,97)
#BA4A59
(186,74,89)
#A84351
(168,67,81)
#963C49
(150,60,73)
#843541
(132,53,65)
#722E39
(114,46,57)
#602731
(96,39,49)
#4E2029
(78,32,41)
#3C1921
(60,25,33)
#2A1219
(42,18,25)
#180B11
(24,11,17)
#000000
(0,0,0)

Tints of #CC5161

#CC5161
(204,81,97)
#D0606F
(208,96,111)
#D46F7D
(212,111,125)
#D87E8B
(216,126,139)
#DC8D99
(220,141,153)
#E09CA7
(224,156,167)
#E4ABB5
(228,171,181)
#E8BAC3
(232,186,195)
#ECC9D1
(236,201,209)
#F0D8DF
(240,216,223)
#F4E7ED
(244,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC5161 color. Also use rgb(204,81,97) instead hex code.

Text Font Color

.myTextColor { color: #CC5161; }

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

This text font color is #CC5161.


Background Color

.myBgColor { background-color: #CC5161; }

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

This div background color is #CC5161.


Border color

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

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

This div border color is #CC5161.


Opacity

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

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

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

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

This text has shadow with #CC5161 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC5161 on black background.


Color preview on white background

This text has color #CC5161 on white background.



Black color preview on #CC5161 background

This text has black color on #CC5161 background.


White color preview on #CC5161 background

This text has white color on #CC5161 background.