COLOR #CC8160

HEX: #CC8160
RGB: (204,129,96)

Color info

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

RGB color model

#CC8160 color RGB value is (204,129,96).

  • red value is 204;
  • green value is 129;
  • blue value is 96.
RGB:
(204,129,96)
(80%,51%,38%)

RGB channels and saturation

R 204 of 255 = 80%
G 129 of 255 = 51%
B 96 of 255 = 38%

204
129
96

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

Portions of RGB colors in percentages

R + G + B =
204 + 129 + 96 = 429 (100%)
R 204 of 429 ~ 47.55%
G 129 of 429 ~ 30.07%
B 96 of 429 ~ 22.38%

%47.55
%30.07
%22.38

CMYK color model

#CC8160 color CMYK value is (0,37,53,20).

  • cyan value is 0.00%
  • magenta value is 36.76%
  • yellow value is 52.94%
  • key color value is 20.00%
CMYK:
(0,37,53,20)
C0M37Y53K20 
(0%,37%,53%,20%)
(0.00/0.37/0.53/0.20)	

CMYK percentages

%0
%36.76
%52.94
%20

Codes

Color #CC8160 in popluar color models

CC8160
RGB20412996
HSL18°51.43%58.82%
HSB/HSV18°52.94%80.00%
CMYK0.00%36.76%52.94%
20.00%

Color #CC8160 in popluar number systems.

HEXCC8160
Decimal20412996
Binary11001100100000011100000
Octal314201140

Shades and tints

Shades of #CC8160

#CC8160
(204,129,96)
#BA7658
(186,118,88)
#A86B50
(168,107,80)
#966048
(150,96,72)
#845540
(132,85,64)
#724A38
(114,74,56)
#603F30
(96,63,48)
#4E3428
(78,52,40)
#3C2920
(60,41,32)
#2A1E18
(42,30,24)
#181310
(24,19,16)
#000000
(0,0,0)

Tints of #CC8160

#CC8160
(204,129,96)
#D08C6E
(208,140,110)
#D4977C
(212,151,124)
#D8A28A
(216,162,138)
#DCAD98
(220,173,152)
#E0B8A6
(224,184,166)
#E4C3B4
(228,195,180)
#E8CEC2
(232,206,194)
#ECD9D0
(236,217,208)
#F0E4DE
(240,228,222)
#F4EFEC
(244,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC8160 color. Also use rgb(204,129,96) instead hex code.

Text Font Color

.myTextColor { color: #CC8160; }

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

This text font color is #CC8160.


Background Color

.myBgColor { background-color: #CC8160; }

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

This div background color is #CC8160.


Border color

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

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

This div border color is #CC8160.


Opacity

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

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

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

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

This text has shadow with #CC8160 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC8160 on black background.


Color preview on white background

This text has color #CC8160 on white background.



Black color preview on #CC8160 background

This text has black color on #CC8160 background.


White color preview on #CC8160 background

This text has white color on #CC8160 background.