COLOR #C05D5D

HEX: #C05D5D
RGB: (192,93,93)

Color info

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

RGB color model

#C05D5D color RGB value is (192,93,93).

  • red value is 192;
  • green value is 93;
  • blue value is 93.
RGB:
(192,93,93)
(75%,36%,36%)

RGB channels and saturation

R 192 of 255 = 75%
G 93 of 255 = 36%
B 93 of 255 = 36%

192
93
93

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

Portions of RGB colors in percentages

R + G + B =
192 + 93 + 93 = 378 (100%)
R 192 of 378 ~ 50.79%
G 93 of 378 ~ 24.6%
B 93 of 378 ~ 24.6%

%50.79
%24.6
%24.6

CMYK color model

#C05D5D color CMYK value is (0,52,52,25).

  • cyan value is 0.00%
  • magenta value is 51.56%
  • yellow value is 51.56%
  • key color value is 24.71%
CMYK:
(0,52,52,25)
C0M52Y52K25 
(0%,52%,52%,25%)
(0.00/0.52/0.52/0.25)	

CMYK percentages

%0
%51.56
%51.56
%24.71

Codes

Color #C05D5D in popluar color models

C05D5D
RGB1929393
HSL44.00%55.88%
HSB/HSV51.56%75.29%
CMYK0.00%51.56%51.56%
24.71%

Color #C05D5D in popluar number systems.

HEXC05D5D
Decimal1929393
Binary1100000010111011011101
Octal300135135

Shades and tints

Shades of #C05D5D

#C05D5D
(192,93,93)
#AF5555
(175,85,85)
#9E4D4D
(158,77,77)
#8D4545
(141,69,69)
#7C3D3D
(124,61,61)
#6B3535
(107,53,53)
#5A2D2D
(90,45,45)
#492525
(73,37,37)
#381D1D
(56,29,29)
#271515
(39,21,21)
#160D0D
(22,13,13)
#000000
(0,0,0)

Tints of #C05D5D

#C05D5D
(192,93,93)
#C56B6B
(197,107,107)
#CA7979
(202,121,121)
#CF8787
(207,135,135)
#D49595
(212,149,149)
#D9A3A3
(217,163,163)
#DEB1B1
(222,177,177)
#E3BFBF
(227,191,191)
#E8CDCD
(232,205,205)
#EDDBDB
(237,219,219)
#F2E9E9
(242,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C05D5D color. Also use rgb(192,93,93) instead hex code.

Text Font Color

.myTextColor { color: #C05D5D; }

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

This text font color is #C05D5D.


Background Color

.myBgColor { background-color: #C05D5D; }

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

This div background color is #C05D5D.


Border color

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

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

This div border color is #C05D5D.


Opacity

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

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

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

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

This text has shadow with #C05D5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C05D5D on black background.


Color preview on white background

This text has color #C05D5D on white background.



Black color preview on #C05D5D background

This text has black color on #C05D5D background.


White color preview on #C05D5D background

This text has white color on #C05D5D background.