COLOR #CD5252

HEX: #CD5252
RGB: (205,82,82)

Color info

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

RGB color model

#CD5252 color RGB value is (205,82,82).

  • red value is 205;
  • green value is 82;
  • blue value is 82.
RGB:
(205,82,82)
(80%,32%,32%)

RGB channels and saturation

R 205 of 255 = 80%
G 82 of 255 = 32%
B 82 of 255 = 32%

205
82
82

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

Portions of RGB colors in percentages

R + G + B =
205 + 82 + 82 = 369 (100%)
R 205 of 369 ~ 55.56%
G 82 of 369 ~ 22.22%
B 82 of 369 ~ 22.22%

%55.56
%22.22
%22.22

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 60.00%
  • key color value is 19.61%
CMYK:
(0,60,60,20)
C0M60Y60K20 
(0%,60%,60%,20%)
(0.00/0.60/0.60/0.20)	

CMYK percentages

%0
%60
%60
%19.61

Codes

Color #CD5252 in popluar color models

CD5252
RGB2058282
HSL55.16%56.27%
HSB/HSV60.00%80.39%
CMYK0.00%60.00%60.00%
19.61%

Color #CD5252 in popluar number systems.

HEXCD5252
Decimal2058282
Binary1100110110100101010010
Octal315122122

Shades and tints

Shades of #CD5252

#CD5252
(205,82,82)
#BB4B4B
(187,75,75)
#A94444
(169,68,68)
#973D3D
(151,61,61)
#853636
(133,54,54)
#732F2F
(115,47,47)
#612828
(97,40,40)
#4F2121
(79,33,33)
#3D1A1A
(61,26,26)
#2B1313
(43,19,19)
#190C0C
(25,12,12)
#000000
(0,0,0)

Tints of #CD5252

#CD5252
(205,82,82)
#D16161
(209,97,97)
#D57070
(213,112,112)
#D97F7F
(217,127,127)
#DD8E8E
(221,142,142)
#E19D9D
(225,157,157)
#E5ACAC
(229,172,172)
#E9BBBB
(233,187,187)
#EDCACA
(237,202,202)
#F1D9D9
(241,217,217)
#F5E8E8
(245,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CD5252 color. Also use rgb(205,82,82) instead hex code.

Text Font Color

.myTextColor { color: #CD5252; }

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

This text font color is #CD5252.


Background Color

.myBgColor { background-color: #CD5252; }

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

This div background color is #CD5252.


Border color

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

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

This div border color is #CD5252.


Opacity

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

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

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

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

This text has shadow with #CD5252 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CD5252 on black background.


Color preview on white background

This text has color #CD5252 on white background.



Black color preview on #CD5252 background

This text has black color on #CD5252 background.


White color preview on #CD5252 background

This text has white color on #CD5252 background.