COLOR #D0605C

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

208
96
92

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

Portions of RGB colors in percentages

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

%52.53
%24.24
%23.23

CMYK color model

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

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

CMYK percentages

%0
%53.85
%55.77
%18.43

Codes

Color #D0605C in popluar color models

D0605C
RGB2089692
HSL55.24%58.82%
HSB/HSV55.77%81.57%
CMYK0.00%53.85%55.77%
18.43%

Color #D0605C in popluar number systems.

HEXD0605C
Decimal2089692
Binary1101000011000001011100
Octal320140134

Shades and tints

Shades of #D0605C

#D0605C
(208,96,92)
#BE5854
(190,88,84)
#AC504C
(172,80,76)
#9A4844
(154,72,68)
#88403C
(136,64,60)
#763834
(118,56,52)
#64302C
(100,48,44)
#522824
(82,40,36)
#40201C
(64,32,28)
#2E1814
(46,24,20)
#1C100C
(28,16,12)
#000000
(0,0,0)

Tints of #D0605C

#D0605C
(208,96,92)
#D46E6A
(212,110,106)
#D87C78
(216,124,120)
#DC8A86
(220,138,134)
#E09894
(224,152,148)
#E4A6A2
(228,166,162)
#E8B4B0
(232,180,176)
#ECC2BE
(236,194,190)
#F0D0CC
(240,208,204)
#F4DEDA
(244,222,218)
#F8ECE8
(248,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0605C; }

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

This text font color is #D0605C.


Background Color

.myBgColor { background-color: #D0605C; }

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

This div background color is #D0605C.


Border color

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

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

This div border color is #D0605C.


Opacity

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

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

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

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

This text has shadow with #D0605C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0605C on black background.


Color preview on white background

This text has color #D0605C on white background.



Black color preview on #D0605C background

This text has black color on #D0605C background.


White color preview on #D0605C background

This text has white color on #D0605C background.