COLOR #CC6666

HEX: #CC6666
RGB: (204,102,102)

Color info

#CC6666 contains mainly red color. #CC6666 color is web safe color. It maybe written shortly as #C66.

RGB color model

#CC6666 color RGB value is (204,102,102).

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

RGB channels and saturation

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

204
102
102

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

Portions of RGB colors in percentages

R + G + B =
204 + 102 + 102 = 408 (100%)
R 204 of 408 ~ 50%
G 102 of 408 ~ 25%
B 102 of 408 ~ 25%

%50
%25
%25

CMYK color model

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

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

CMYK percentages

%0
%50
%50
%20

Codes

Color #CC6666 in popluar color models

CC6666
RGB204102102
HSL50.00%60.00%
HSB/HSV50.00%80.00%
CMYK0.00%50.00%50.00%
20.00%

Color #CC6666 in popluar number systems.

HEXCC6666
Decimal204102102
Binary1100110011001101100110
Octal314146146

Shades and tints

Shades of #CC6666

#CC6666
(204,102,102)
#BA5D5D
(186,93,93)
#A85454
(168,84,84)
#964B4B
(150,75,75)
#844242
(132,66,66)
#723939
(114,57,57)
#603030
(96,48,48)
#4E2727
(78,39,39)
#3C1E1E
(60,30,30)
#2A1515
(42,21,21)
#180C0C
(24,12,12)
#000000
(0,0,0)

Tints of #CC6666

#CC6666
(204,102,102)
#D07373
(208,115,115)
#D48080
(212,128,128)
#D88D8D
(216,141,141)
#DC9A9A
(220,154,154)
#E0A7A7
(224,167,167)
#E4B4B4
(228,180,180)
#E8C1C1
(232,193,193)
#ECCECE
(236,206,206)
#F0DBDB
(240,219,219)
#F4E8E8
(244,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC6666; }

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

This text font color is #CC6666.


Background Color

.myBgColor { background-color: #CC6666; }

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

This div background color is #CC6666.


Border color

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

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

This div border color is #CC6666.


Opacity

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

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

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

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

This text has shadow with #CC6666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC6666 on black background.


Color preview on white background

This text has color #CC6666 on white background.



Black color preview on #CC6666 background

This text has black color on #CC6666 background.


White color preview on #CC6666 background

This text has white color on #CC6666 background.