COLOR #CC653E

HEX: #CC653E
RGB: (204,101,62)

Color info

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

RGB color model

#CC653E color RGB value is (204,101,62).

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

RGB channels and saturation

R 204 of 255 = 80%
G 101 of 255 = 40%
B 62 of 255 = 24%

204
101
62

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

Portions of RGB colors in percentages

R + G + B =
204 + 101 + 62 = 367 (100%)
R 204 of 367 ~ 55.59%
G 101 of 367 ~ 27.52%
B 62 of 367 ~ 16.89%

%55.59
%27.52
%16.89

CMYK color model

#CC653E color CMYK value is (0,50,70,20).

  • cyan value is 0.00%
  • magenta value is 50.49%
  • yellow value is 69.61%
  • key color value is 20.00%
CMYK:
(0,50,70,20)
C0M50Y70K20 
(0%,50%,70%,20%)
(0.00/0.50/0.70/0.20)	

CMYK percentages

%0
%50.49
%69.61
%20

Codes

Color #CC653E in popluar color models

CC653E
RGB20410162
HSL16°58.20%52.16%
HSB/HSV16°69.61%80.00%
CMYK0.00%50.49%69.61%
20.00%

Color #CC653E in popluar number systems.

HEXCC653E
Decimal20410162
Binary110011001100101111110
Octal31414576

Shades and tints

Shades of #CC653E

#CC653E
(204,101,62)
#BA5C39
(186,92,57)
#A85334
(168,83,52)
#964A2F
(150,74,47)
#84412A
(132,65,42)
#723825
(114,56,37)
#602F20
(96,47,32)
#4E261B
(78,38,27)
#3C1D16
(60,29,22)
#2A1411
(42,20,17)
#180B0C
(24,11,12)
#000000
(0,0,0)

Tints of #CC653E

#CC653E
(204,101,62)
#D0734F
(208,115,79)
#D48160
(212,129,96)
#D88F71
(216,143,113)
#DC9D82
(220,157,130)
#E0AB93
(224,171,147)
#E4B9A4
(228,185,164)
#E8C7B5
(232,199,181)
#ECD5C6
(236,213,198)
#F0E3D7
(240,227,215)
#F4F1E8
(244,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC653E; }

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

This text font color is #CC653E.


Background Color

.myBgColor { background-color: #CC653E; }

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

This div background color is #CC653E.


Border color

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

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

This div border color is #CC653E.


Opacity

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

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

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

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

This text has shadow with #CC653E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC653E on black background.


Color preview on white background

This text has color #CC653E on white background.



Black color preview on #CC653E background

This text has black color on #CC653E background.


White color preview on #CC653E background

This text has white color on #CC653E background.