COLOR #CC8B5B

HEX: #CC8B5B
RGB: (204,139,91)

Color info

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

RGB color model

#CC8B5B color RGB value is (204,139,91).

  • red value is 204;
  • green value is 139;
  • blue value is 91.
RGB:
(204,139,91)
(80%,55%,36%)

RGB channels and saturation

R 204 of 255 = 80%
G 139 of 255 = 55%
B 91 of 255 = 36%

204
139
91

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

Portions of RGB colors in percentages

R + G + B =
204 + 139 + 91 = 434 (100%)
R 204 of 434 ~ 47%
G 139 of 434 ~ 32.03%
B 91 of 434 ~ 20.97%

%47
%32.03
%20.97

CMYK color model

#CC8B5B color CMYK value is (0,32,55,20).

  • cyan value is 0.00%
  • magenta value is 31.86%
  • yellow value is 55.39%
  • key color value is 20.00%
CMYK:
(0,32,55,20)
C0M32Y55K20 
(0%,32%,55%,20%)
(0.00/0.32/0.55/0.20)	

CMYK percentages

%0
%31.86
%55.39
%20

Codes

Color #CC8B5B in popluar color models

CC8B5B
RGB20413991
HSL25°52.56%57.84%
HSB/HSV25°55.39%80.00%
CMYK0.00%31.86%55.39%
20.00%

Color #CC8B5B in popluar number systems.

HEXCC8B5B
Decimal20413991
Binary11001100100010111011011
Octal314213133

Shades and tints

Shades of #CC8B5B

#CC8B5B
(204,139,91)
#BA7F53
(186,127,83)
#A8734B
(168,115,75)
#966743
(150,103,67)
#845B3B
(132,91,59)
#724F33
(114,79,51)
#60432B
(96,67,43)
#4E3723
(78,55,35)
#3C2B1B
(60,43,27)
#2A1F13
(42,31,19)
#18130B
(24,19,11)
#000000
(0,0,0)

Tints of #CC8B5B

#CC8B5B
(204,139,91)
#D09569
(208,149,105)
#D49F77
(212,159,119)
#D8A985
(216,169,133)
#DCB393
(220,179,147)
#E0BDA1
(224,189,161)
#E4C7AF
(228,199,175)
#E8D1BD
(232,209,189)
#ECDBCB
(236,219,203)
#F0E5D9
(240,229,217)
#F4EFE7
(244,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC8B5B; }

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

This text font color is #CC8B5B.


Background Color

.myBgColor { background-color: #CC8B5B; }

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

This div background color is #CC8B5B.


Border color

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

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

This div border color is #CC8B5B.


Opacity

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

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

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

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

This text has shadow with #CC8B5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC8B5B on black background.


Color preview on white background

This text has color #CC8B5B on white background.



Black color preview on #CC8B5B background

This text has black color on #CC8B5B background.


White color preview on #CC8B5B background

This text has white color on #CC8B5B background.