COLOR #CC8758

HEX: #CC8758
RGB: (204,135,88)

Color info

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

RGB color model

#CC8758 color RGB value is (204,135,88).

  • red value is 204;
  • green value is 135;
  • blue value is 88.
RGB:
(204,135,88)
(80%,53%,35%)

RGB channels and saturation

R 204 of 255 = 80%
G 135 of 255 = 53%
B 88 of 255 = 35%

204
135
88

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

Portions of RGB colors in percentages

R + G + B =
204 + 135 + 88 = 427 (100%)
R 204 of 427 ~ 47.78%
G 135 of 427 ~ 31.62%
B 88 of 427 ~ 20.61%

%47.78
%31.62
%20.61

CMYK color model

#CC8758 color CMYK value is (0,34,57,20).

  • cyan value is 0.00%
  • magenta value is 33.82%
  • yellow value is 56.86%
  • key color value is 20.00%
CMYK:
(0,34,57,20)
C0M34Y57K20 
(0%,34%,57%,20%)
(0.00/0.34/0.57/0.20)	

CMYK percentages

%0
%33.82
%56.86
%20

Codes

Color #CC8758 in popluar color models

CC8758
RGB20413588
HSL24°53.21%57.25%
HSB/HSV24°56.86%80.00%
CMYK0.00%33.82%56.86%
20.00%

Color #CC8758 in popluar number systems.

HEXCC8758
Decimal20413588
Binary11001100100001111011000
Octal314207130

Shades and tints

Shades of #CC8758

#CC8758
(204,135,88)
#BA7B50
(186,123,80)
#A86F48
(168,111,72)
#966340
(150,99,64)
#845738
(132,87,56)
#724B30
(114,75,48)
#603F28
(96,63,40)
#4E3320
(78,51,32)
#3C2718
(60,39,24)
#2A1B10
(42,27,16)
#180F08
(24,15,8)
#000000
(0,0,0)

Tints of #CC8758

#CC8758
(204,135,88)
#D09167
(208,145,103)
#D49B76
(212,155,118)
#D8A585
(216,165,133)
#DCAF94
(220,175,148)
#E0B9A3
(224,185,163)
#E4C3B2
(228,195,178)
#E8CDC1
(232,205,193)
#ECD7D0
(236,215,208)
#F0E1DF
(240,225,223)
#F4EBEE
(244,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC8758; }

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

This text font color is #CC8758.


Background Color

.myBgColor { background-color: #CC8758; }

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

This div background color is #CC8758.


Border color

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

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

This div border color is #CC8758.


Opacity

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

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

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

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

This text has shadow with #CC8758 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC8758 on black background.


Color preview on white background

This text has color #CC8758 on white background.



Black color preview on #CC8758 background

This text has black color on #CC8758 background.


White color preview on #CC8758 background

This text has white color on #CC8758 background.