COLOR #C05D40

HEX: #C05D40
RGB: (192,93,64)

Color info

#C05D40 contains mainly red color. Web safe color of #C05D40 is #CC6633 (or #C63).

RGB color model

#C05D40 color RGB value is (192,93,64).

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

RGB channels and saturation

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

192
93
64

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

Portions of RGB colors in percentages

R + G + B =
192 + 93 + 64 = 349 (100%)
R 192 of 349 ~ 55.01%
G 93 of 349 ~ 26.65%
B 64 of 349 ~ 18.34%

%55.01
%26.65
%18.34

CMYK color model

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

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

CMYK percentages

%0
%51.56
%66.67
%24.71

Codes

Color #C05D40 in popluar color models

C05D40
RGB1929364
HSL14°50.39%50.20%
HSB/HSV14°66.67%75.29%
CMYK0.00%51.56%66.67%
24.71%

Color #C05D40 in popluar number systems.

HEXC05D40
Decimal1929364
Binary1100000010111011000000
Octal300135100

Shades and tints

Shades of #C05D40

#C05D40
(192,93,64)
#AF553B
(175,85,59)
#9E4D36
(158,77,54)
#8D4531
(141,69,49)
#7C3D2C
(124,61,44)
#6B3527
(107,53,39)
#5A2D22
(90,45,34)
#49251D
(73,37,29)
#381D18
(56,29,24)
#271513
(39,21,19)
#160D0E
(22,13,14)
#000000
(0,0,0)

Tints of #C05D40

#C05D40
(192,93,64)
#C56B51
(197,107,81)
#CA7962
(202,121,98)
#CF8773
(207,135,115)
#D49584
(212,149,132)
#D9A395
(217,163,149)
#DEB1A6
(222,177,166)
#E3BFB7
(227,191,183)
#E8CDC8
(232,205,200)
#EDDBD9
(237,219,217)
#F2E9EA
(242,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C05D40; }

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

This text font color is #C05D40.


Background Color

.myBgColor { background-color: #C05D40; }

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

This div background color is #C05D40.


Border color

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

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

This div border color is #C05D40.


Opacity

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

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

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

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

This text has shadow with #C05D40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C05D40 on black background.


Color preview on white background

This text has color #C05D40 on white background.



Black color preview on #C05D40 background

This text has black color on #C05D40 background.


White color preview on #C05D40 background

This text has white color on #C05D40 background.