COLOR #C0584D

HEX: #C0584D
RGB: (192,88,77)

Color info

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

RGB color model

#C0584D color RGB value is (192,88,77).

  • red value is 192;
  • green value is 88;
  • blue value is 77.
RGB:
(192,88,77)
(75%,35%,30%)

RGB channels and saturation

R 192 of 255 = 75%
G 88 of 255 = 35%
B 77 of 255 = 30%

192
88
77

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

Portions of RGB colors in percentages

R + G + B =
192 + 88 + 77 = 357 (100%)
R 192 of 357 ~ 53.78%
G 88 of 357 ~ 24.65%
B 77 of 357 ~ 21.57%

%53.78
%24.65
%21.57

CMYK color model

#C0584D color CMYK value is (0,54,60,25).

  • cyan value is 0.00%
  • magenta value is 54.17%
  • yellow value is 59.90%
  • key color value is 24.71%
CMYK:
(0,54,60,25)
C0M54Y60K25 
(0%,54%,60%,25%)
(0.00/0.54/0.60/0.25)	

CMYK percentages

%0
%54.17
%59.9
%24.71

Codes

Color #C0584D in popluar color models

C0584D
RGB1928877
HSL47.72%52.75%
HSB/HSV59.90%75.29%
CMYK0.00%54.17%59.90%
24.71%

Color #C0584D in popluar number systems.

HEXC0584D
Decimal1928877
Binary1100000010110001001101
Octal300130115

Shades and tints

Shades of #C0584D

#C0584D
(192,88,77)
#AF5046
(175,80,70)
#9E483F
(158,72,63)
#8D4038
(141,64,56)
#7C3831
(124,56,49)
#6B302A
(107,48,42)
#5A2823
(90,40,35)
#49201C
(73,32,28)
#381815
(56,24,21)
#27100E
(39,16,14)
#160807
(22,8,7)
#000000
(0,0,0)

Tints of #C0584D

#C0584D
(192,88,77)
#C5675D
(197,103,93)
#CA766D
(202,118,109)
#CF857D
(207,133,125)
#D4948D
(212,148,141)
#D9A39D
(217,163,157)
#DEB2AD
(222,178,173)
#E3C1BD
(227,193,189)
#E8D0CD
(232,208,205)
#EDDFDD
(237,223,221)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0584D; }

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

This text font color is #C0584D.


Background Color

.myBgColor { background-color: #C0584D; }

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

This div background color is #C0584D.


Border color

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

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

This div border color is #C0584D.


Opacity

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

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

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

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

This text has shadow with #C0584D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0584D on black background.


Color preview on white background

This text has color #C0584D on white background.



Black color preview on #C0584D background

This text has black color on #C0584D background.


White color preview on #C0584D background

This text has white color on #C0584D background.