COLOR #CC6656

HEX: #CC6656
RGB: (204,102,86)

Color info

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

RGB color model

#CC6656 color RGB value is (204,102,86).

  • red value is 204;
  • green value is 102;
  • blue value is 86.
RGB:
(204,102,86)
(80%,40%,34%)

RGB channels and saturation

R 204 of 255 = 80%
G 102 of 255 = 40%
B 86 of 255 = 34%

204
102
86

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

Portions of RGB colors in percentages

R + G + B =
204 + 102 + 86 = 392 (100%)
R 204 of 392 ~ 52.04%
G 102 of 392 ~ 26.02%
B 86 of 392 ~ 21.94%

%52.04
%26.02
%21.94

CMYK color model

#CC6656 color CMYK value is (0,50,58,20).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 57.84%
  • key color value is 20.00%
CMYK:
(0,50,58,20)
C0M50Y58K20 
(0%,50%,58%,20%)
(0.00/0.50/0.58/0.20)	

CMYK percentages

%0
%50
%57.84
%20

Codes

Color #CC6656 in popluar color models

CC6656
RGB20410286
HSL53.64%56.86%
HSB/HSV57.84%80.00%
CMYK0.00%50.00%57.84%
20.00%

Color #CC6656 in popluar number systems.

HEXCC6656
Decimal20410286
Binary1100110011001101010110
Octal314146126

Shades and tints

Shades of #CC6656

#CC6656
(204,102,86)
#BA5D4F
(186,93,79)
#A85448
(168,84,72)
#964B41
(150,75,65)
#84423A
(132,66,58)
#723933
(114,57,51)
#60302C
(96,48,44)
#4E2725
(78,39,37)
#3C1E1E
(60,30,30)
#2A1517
(42,21,23)
#180C10
(24,12,16)
#000000
(0,0,0)

Tints of #CC6656

#CC6656
(204,102,86)
#D07365
(208,115,101)
#D48074
(212,128,116)
#D88D83
(216,141,131)
#DC9A92
(220,154,146)
#E0A7A1
(224,167,161)
#E4B4B0
(228,180,176)
#E8C1BF
(232,193,191)
#ECCECE
(236,206,206)
#F0DBDD
(240,219,221)
#F4E8EC
(244,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC6656 color. Also use rgb(204,102,86) instead hex code.

Text Font Color

.myTextColor { color: #CC6656; }

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

This text font color is #CC6656.


Background Color

.myBgColor { background-color: #CC6656; }

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

This div background color is #CC6656.


Border color

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

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

This div border color is #CC6656.


Opacity

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

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

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

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

This text has shadow with #CC6656 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC6656 on black background.


Color preview on white background

This text has color #CC6656 on white background.



Black color preview on #CC6656 background

This text has black color on #CC6656 background.


White color preview on #CC6656 background

This text has white color on #CC6656 background.