COLOR #D05C60

HEX: #D05C60
RGB: (208,92,96)

Color info

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

RGB color model

#D05C60 color RGB value is (208,92,96).

  • red value is 208;
  • green value is 92;
  • blue value is 96.
RGB:
(208,92,96)
(82%,36%,38%)

RGB channels and saturation

R 208 of 255 = 82%
G 92 of 255 = 36%
B 96 of 255 = 38%

208
92
96

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

Portions of RGB colors in percentages

R + G + B =
208 + 92 + 96 = 396 (100%)
R 208 of 396 ~ 52.53%
G 92 of 396 ~ 23.23%
B 96 of 396 ~ 24.24%

%52.53
%23.23
%24.24

CMYK color model

#D05C60 color CMYK value is (0,56,54,18).

  • cyan value is 0.00%
  • magenta value is 55.77%
  • yellow value is 53.85%
  • key color value is 18.43%
CMYK:
(0,56,54,18)
C0M56Y54K18 
(0%,56%,54%,18%)
(0.00/0.56/0.54/0.18)	

CMYK percentages

%0
%55.77
%53.85
%18.43

Codes

Color #D05C60 in popluar color models

D05C60
RGB2089296
HSL358°55.24%58.82%
HSB/HSV358°55.77%81.57%
CMYK0.00%55.77%53.85%
18.43%

Color #D05C60 in popluar number systems.

HEXD05C60
Decimal2089296
Binary1101000010111001100000
Octal320134140

Shades and tints

Shades of #D05C60

#D05C60
(208,92,96)
#BE5458
(190,84,88)
#AC4C50
(172,76,80)
#9A4448
(154,68,72)
#883C40
(136,60,64)
#763438
(118,52,56)
#642C30
(100,44,48)
#522428
(82,36,40)
#401C20
(64,28,32)
#2E1418
(46,20,24)
#1C0C10
(28,12,16)
#000000
(0,0,0)

Tints of #D05C60

#D05C60
(208,92,96)
#D46A6E
(212,106,110)
#D8787C
(216,120,124)
#DC868A
(220,134,138)
#E09498
(224,148,152)
#E4A2A6
(228,162,166)
#E8B0B4
(232,176,180)
#ECBEC2
(236,190,194)
#F0CCD0
(240,204,208)
#F4DADE
(244,218,222)
#F8E8EC
(248,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D05C60 color. Also use rgb(208,92,96) instead hex code.

Text Font Color

.myTextColor { color: #D05C60; }

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

This text font color is #D05C60.


Background Color

.myBgColor { background-color: #D05C60; }

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

This div background color is #D05C60.


Border color

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

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

This div border color is #D05C60.


Opacity

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

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

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

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

This text has shadow with #D05C60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D05C60 on black background.


Color preview on white background

This text has color #D05C60 on white background.



Black color preview on #D05C60 background

This text has black color on #D05C60 background.


White color preview on #D05C60 background

This text has white color on #D05C60 background.