COLOR #CC6D6E

HEX: #CC6D6E RGB: (204,109,110)

Color info

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

RGB color model

#CC6D6E color RGB value is (204,109,110).

RGB: (204,109,110) (80%, 43%, 43%)

RGB channels and saturation

R 204 of 255 = 80%
G 109 of 255 = 43%
B 110 of 255 = 43%

204
109
110

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

Portions of RGB colors in percentages

R + G + B = 204 + 109 + 110 = 423 (100%)
R 204 of 423 ~ 48.23%
G 109 of 423 ~ 25.77%
B 110 of 423 ~ 26'%

%48.23
%25.77
%26

CMYK color model

#CC6D6E color CMYK value is (0,47,46,20).

  • cyan value is 0.00%
  • magenta value is 46.57%
  • yellow value is 46.08%
  • key color value is 20.00%

CMYK: (0,47,46,20)
C0M47Y46K20 (0%, 47%, 46%, 20%)
(0.00 / 0.47 / 0.46 / 0.20)

CMYK percentages

%0
%46.57
%46.08
%20

Codes

Color #CC6D6E in popluar color models

CC 6D 6E
RGB 204 109 110
HSL 359° 48.22% 61.37%
HSB/HSV 359° 46.57% 80.00%
CMYK 0.00% 46.57% 46.08%
20.00%

Color #CC6D6E in popluar number systems.

HEX CC 6D 6E
Decimal 204 109 110
Binary 11001100 1101101 1101110
Octal 314 155 156

Shades and tints

Shades of #CC6D6E

#CC6D6E
(204,109,110)
#BA6464
(186,100,100)
#A85B5A
(168,91,90)
#965250
(150,82,80)
#844946
(132,73,70)
#72403C
(114,64,60)
#603732
(96,55,50)
#4E2E28
(78,46,40)
#3C251E
(60,37,30)
#2A1C14
(42,28,20)
#18130A
(24,19,10)
#000000
(0,0,0)

Tints of #CC6D6E

#CC6D6E
(204,109,110)
#D07A7B
(208,122,123)
#D48788
(212,135,136)
#D89495
(216,148,149)
#DCA1A2
(220,161,162)
#E0AEAF
(224,174,175)
#E4BBBC
(228,187,188)
#E8C8C9
(232,200,201)
#ECD5D6
(236,213,214)
#F0E2E3
(240,226,227)
#F4EFF0
(244,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC6D6E; }

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

This text font color is #CC6D6E.

Background Color

.myBgColor { background-color: #CC6D6E; }

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

This div background color is #CC6D6E.

Border color

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

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

This div border color is #CC6D6E.

Opacity

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

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

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

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

This text has shadow with #CC6D6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC6D6E.

Preview

Color preview on black background

This text has color #CC6D6E on black background.


Color preview on white background

This text has color #CC6D6E on white background.


Black color preview on #CC6D6E background

This text has black color on #CC6D6E background.


White color preview on #CC6D6E background

This text has white color on #CC6D6E background.


Related colors

Complementary color

Complementary color for #hex is #339291.


I love getcolorcode.com

Triadic colors

1 #6ECC6D and #6D6ECC with #CC6D6E are triadic colors.

2 #6E6DCC and #6DCC6E with #CC6D6E are triadic colors.