COLOR #CC865F

HEX: #CC865F RGB: (204,134,95)

Color info

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

RGB color model

#CC865F color RGB value is (204,134,95).

RGB: (204,134,95) (80%, 53%, 37%)

RGB channels and saturation

R 204 of 255 = 80%
G 134 of 255 = 53%
B 95 of 255 = 37%

204
134
95

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

Portions of RGB colors in percentages

R + G + B = 204 + 134 + 95 = 433 (100%)
R 204 of 433 ~ 47.11%
G 134 of 433 ~ 30.95%
B 95 of 433 ~ 21.94'%

%47.11
%30.95
%21.94

CMYK color model

#CC865F color CMYK value is (0,34,53,20).

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

CMYK: (0,34,53,20)
C0M34Y53K20 (0%, 34%, 53%, 20%)
(0.00 / 0.34 / 0.53 / 0.20)

CMYK percentages

%0
%34.31
%53.43
%20

Codes

Color #CC865F in popluar color models

CC 86 5F
RGB 204 134 95
HSL 21° 51.66% 58.63%
HSB/HSV 21° 53.43% 80.00%
CMYK 0.00% 34.31% 53.43%
20.00%

Color #CC865F in popluar number systems.

HEX CC 86 5F
Decimal 204 134 95
Binary 11001100 10000110 1011111
Octal 314 206 137

Shades and tints

Shades of #CC865F

#CC865F
(204,134,95)
#BA7A57
(186,122,87)
#A86E4F
(168,110,79)
#966247
(150,98,71)
#84563F
(132,86,63)
#724A37
(114,74,55)
#603E2F
(96,62,47)
#4E3227
(78,50,39)
#3C261F
(60,38,31)
#2A1A17
(42,26,23)
#180E0F
(24,14,15)
#000000
(0,0,0)

Tints of #CC865F

#CC865F
(204,134,95)
#D0916D
(208,145,109)
#D49C7B
(212,156,123)
#D8A789
(216,167,137)
#DCB297
(220,178,151)
#E0BDA5
(224,189,165)
#E4C8B3
(228,200,179)
#E8D3C1
(232,211,193)
#ECDECF
(236,222,207)
#F0E9DD
(240,233,221)
#F4F4EB
(244,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC865F; }

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

This text font color is #CC865F.

Background Color

.myBgColor { background-color: #CC865F; }

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

This div background color is #CC865F.

Border color

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

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

This div border color is #CC865F.

Opacity

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

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

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

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

This text has shadow with #CC865F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC865F.

Preview

Color preview on black background

This text has color #CC865F on black background.


Color preview on white background

This text has color #CC865F on white background.


Black color preview on #CC865F background

This text has black color on #CC865F background.


White color preview on #CC865F background

This text has white color on #CC865F background.


Related colors

Complementary color

Complementary color for #hex is #3379A0.


I love getcolorcode.com

Triadic colors

1 #5FCC86 and #865FCC with #CC865F are triadic colors.

2 #5F86CC and #86CC5F with #CC865F are triadic colors.