COLOR #CC866B

HEX: #CC866B RGB: (204,134,107)

Color info

#CC866B contains mainly red color. Web safe color of #CC866B is #CC9966 (or #C96).

RGB color model

#CC866B color RGB value is (204,134,107).

RGB: (204,134,107) (80%, 53%, 42%)

RGB channels and saturation

R 204 of 255 = 80%
G 134 of 255 = 53%
B 107 of 255 = 42%

204
134
107

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

Portions of RGB colors in percentages

R + G + B = 204 + 134 + 107 = 445 (100%)
R 204 of 445 ~ 45.84%
G 134 of 445 ~ 30.11%
B 107 of 445 ~ 24.04'%

%45.84
%30.11
%24.04

CMYK color model

#CC866B color CMYK value is (0,34,48,20).

  • cyan value is 0.00%
  • magenta value is 34.31%
  • yellow value is 47.55%
  • key color value is 20.00%

CMYK: (0,34,48,20)
C0M34Y48K20 (0%, 34%, 48%, 20%)
(0.00 / 0.34 / 0.48 / 0.20)

CMYK percentages

%0
%34.31
%47.55
%20

Codes

Color #CC866B in popluar color models

CC 86 6B
RGB 204 134 107
HSL 17° 48.74% 60.98%
HSB/HSV 17° 47.55% 80.00%
CMYK 0.00% 34.31% 47.55%
20.00%

Color #CC866B in popluar number systems.

HEX CC 86 6B
Decimal 204 134 107
Binary 11001100 10000110 1101011
Octal 314 206 153

Shades and tints

Shades of #CC866B

#CC866B
(204,134,107)
#BA7A62
(186,122,98)
#A86E59
(168,110,89)
#966250
(150,98,80)
#845647
(132,86,71)
#724A3E
(114,74,62)
#603E35
(96,62,53)
#4E322C
(78,50,44)
#3C2623
(60,38,35)
#2A1A1A
(42,26,26)
#180E11
(24,14,17)
#000000
(0,0,0)

Tints of #CC866B

#CC866B
(204,134,107)
#D09178
(208,145,120)
#D49C85
(212,156,133)
#D8A792
(216,167,146)
#DCB29F
(220,178,159)
#E0BDAC
(224,189,172)
#E4C8B9
(228,200,185)
#E8D3C6
(232,211,198)
#ECDED3
(236,222,211)
#F0E9E0
(240,233,224)
#F4F4ED
(244,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC866B; }

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

This text font color is #CC866B.

Background Color

.myBgColor { background-color: #CC866B; }

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

This div background color is #CC866B.

Border color

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

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

This div border color is #CC866B.

Opacity

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

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

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

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

This text has shadow with #CC866B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC866B.

Preview

Color preview on black background

This text has color #CC866B on black background.


Color preview on white background

This text has color #CC866B on white background.


Black color preview on #CC866B background

This text has black color on #CC866B background.


White color preview on #CC866B background

This text has white color on #CC866B background.


Related colors

Complementary color

Complementary color for #hex is #337994.


I love getcolorcode.com

Triadic colors

1 #6BCC86 and #866BCC with #CC866B are triadic colors.

2 #6B86CC and #86CC6B with #CC866B are triadic colors.