COLOR #CC593E

HEX: #CC593E
RGB: (204,89,62)

Color info

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

RGB color model

#CC593E color RGB value is (204,89,62).

  • red value is 204;
  • green value is 89;
  • blue value is 62.
RGB:
(204,89,62)
(80%,35%,24%)

RGB channels and saturation

R 204 of 255 = 80%
G 89 of 255 = 35%
B 62 of 255 = 24%

204
89
62

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

Portions of RGB colors in percentages

R + G + B =
204 + 89 + 62 = 355 (100%)
R 204 of 355 ~ 57.46%
G 89 of 355 ~ 25.07%
B 62 of 355 ~ 17.46%

%57.46
%25.07
%17.46

CMYK color model

#CC593E color CMYK value is (0,56,70,20).

  • cyan value is 0.00%
  • magenta value is 56.37%
  • yellow value is 69.61%
  • key color value is 20.00%
CMYK:
(0,56,70,20)
C0M56Y70K20 
(0%,56%,70%,20%)
(0.00/0.56/0.70/0.20)	

CMYK percentages

%0
%56.37
%69.61
%20

Codes

Color #CC593E in popluar color models

CC593E
RGB2048962
HSL11°58.20%52.16%
HSB/HSV11°69.61%80.00%
CMYK0.00%56.37%69.61%
20.00%

Color #CC593E in popluar number systems.

HEXCC593E
Decimal2048962
Binary110011001011001111110
Octal31413176

Shades and tints

Shades of #CC593E

#CC593E
(204,89,62)
#BA5139
(186,81,57)
#A84934
(168,73,52)
#96412F
(150,65,47)
#84392A
(132,57,42)
#723125
(114,49,37)
#602920
(96,41,32)
#4E211B
(78,33,27)
#3C1916
(60,25,22)
#2A1111
(42,17,17)
#18090C
(24,9,12)
#000000
(0,0,0)

Tints of #CC593E

#CC593E
(204,89,62)
#D0684F
(208,104,79)
#D47760
(212,119,96)
#D88671
(216,134,113)
#DC9582
(220,149,130)
#E0A493
(224,164,147)
#E4B3A4
(228,179,164)
#E8C2B5
(232,194,181)
#ECD1C6
(236,209,198)
#F0E0D7
(240,224,215)
#F4EFE8
(244,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC593E color. Also use rgb(204,89,62) instead hex code.

Text Font Color

.myTextColor { color: #CC593E; }

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

This text font color is #CC593E.


Background Color

.myBgColor { background-color: #CC593E; }

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

This div background color is #CC593E.


Border color

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

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

This div border color is #CC593E.


Opacity

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

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

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

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

This text has shadow with #CC593E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC593E on black background.


Color preview on white background

This text has color #CC593E on white background.



Black color preview on #CC593E background

This text has black color on #CC593E background.


White color preview on #CC593E background

This text has white color on #CC593E background.