COLOR #CC9680

HEX: #CC9680 RGB: (204,150,128)

Color info

#CC9680 contains mainly red and green colors. Web safe color of #CC9680 is #CC9966 (or #C96).

RGB color model

#CC9680 color RGB value is (204,150,128).

RGB: (204,150,128) (80%, 59%, 50%)

RGB channels and saturation

R 204 of 255 = 80%
G 150 of 255 = 59%
B 128 of 255 = 50%

204
150
128

R + G + B ~ 63%. #CC9680 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 150 + 128 = 482 (100%)
R 204 of 482 ~ 42.32%
G 150 of 482 ~ 31.12%
B 128 of 482 ~ 26.56'%

%42.32
%31.12
%26.56

CMYK color model

#CC9680 color CMYK value is (0,26,37,20).

  • cyan value is 0.00%
  • magenta value is 26.47%
  • yellow value is 37.25%
  • key color value is 20.00%
CMYK: (0,26,37,20) C0M26Y37K20 (0%,26%,37%,20%) (0.00/0.26/0.37/0.20) 

CMYK percentages

%0
%26.47
%37.25
%20

Codes

Color #CC9680 in popluar color models

CC 96 80
RGB 204 150 128
HSL 17° 42.70% 65.10%
HSB/HSV 17° 37.25% 80.00%
CMYK 0.00% 26.47% 37.25%
20.00%

Color #CC9680 in popluar number systems.

HEX CC 96 80
Decimal 204 150 128
Binary 11001100 10010110 10000000
Octal 314 226 200

Shades and tints

Shades of #CC9680

#CC9680
(204,150,128)
#BA8975
(186,137,117)
#A87C6A
(168,124,106)
#966F5F
(150,111,95)
#846254
(132,98,84)
#725549
(114,85,73)
#60483E
(96,72,62)
#4E3B33
(78,59,51)
#3C2E28
(60,46,40)
#2A211D
(42,33,29)
#181412
(24,20,18)
#000000
(0,0,0)

Tints of #CC9680

#CC9680
(204,150,128)
#D09F8B
(208,159,139)
#D4A896
(212,168,150)
#D8B1A1
(216,177,161)
#DCBAAC
(220,186,172)
#E0C3B7
(224,195,183)
#E4CCC2
(228,204,194)
#E8D5CD
(232,213,205)
#ECDED8
(236,222,216)
#F0E7E3
(240,231,227)
#F4F0EE
(244,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC9680 color. Also use rgb(204,150,128) instead hex code.

Text Font Color

.myTextColor { color: #CC9680; }

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

This text font color is #CC9680.

Background Color

.myBgColor { background-color: #CC9680; }

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

This div background color is #CC9680.

Border color

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

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

This div border color is #CC9680.

Opacity

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

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

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

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

This text has shadow with #CC9680 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC9680.

Preview

Color preview on black background

This text has color #CC9680 on black background.


Color preview on white background

This text has color #CC9680 on white background.


Black color preview on #CC9680 background

This text has black color on #CC9680 background.


White color preview on #CC9680 background

This text has white color on #CC9680 background.


Related colors

Complementary color

Complementary color for #hex is #33697F.


I love getcolorcode.com

Triadic colors

1 #80CC96 and #9680CC with #CC9680 are triadic colors.

2 #8096CC and #96CC80 with #CC9680 are triadic colors.