COLOR #CC9667

HEX: #CC9667
RGB: (204,150,103)

Color info

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

RGB color model

#CC9667 color RGB value is (204,150,103).

  • red value is 204;
  • green value is 150;
  • blue value is 103.
RGB:
(204,150,103)
(80%,59%,40%)

RGB channels and saturation

R 204 of 255 = 80%
G 150 of 255 = 59%
B 103 of 255 = 40%

204
150
103

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

Portions of RGB colors in percentages

R + G + B =
204 + 150 + 103 = 457 (100%)
R 204 of 457 ~ 44.64%
G 150 of 457 ~ 32.82%
B 103 of 457 ~ 22.54%

%44.64
%32.82
%22.54

CMYK color model

#CC9667 color CMYK value is (0,26,50,20).

  • cyan value is 0.00%
  • magenta value is 26.47%
  • yellow value is 49.51%
  • key color value is 20.00%
CMYK:
(0,26,50,20)
C0M26Y50K20 
(0%,26%,50%,20%)
(0.00/0.26/0.50/0.20)	

CMYK percentages

%0
%26.47
%49.51
%20

Codes

Color #CC9667 in popluar color models

CC9667
RGB204150103
HSL28°49.75%60.20%
HSB/HSV28°49.51%80.00%
CMYK0.00%26.47%49.51%
20.00%

Color #CC9667 in popluar number systems.

HEXCC9667
Decimal204150103
Binary11001100100101101100111
Octal314226147

Shades and tints

Shades of #CC9667

#CC9667
(204,150,103)
#BA895E
(186,137,94)
#A87C55
(168,124,85)
#966F4C
(150,111,76)
#846243
(132,98,67)
#72553A
(114,85,58)
#604831
(96,72,49)
#4E3B28
(78,59,40)
#3C2E1F
(60,46,31)
#2A2116
(42,33,22)
#18140D
(24,20,13)
#000000
(0,0,0)

Tints of #CC9667

#CC9667
(204,150,103)
#D09F74
(208,159,116)
#D4A881
(212,168,129)
#D8B18E
(216,177,142)
#DCBA9B
(220,186,155)
#E0C3A8
(224,195,168)
#E4CCB5
(228,204,181)
#E8D5C2
(232,213,194)
#ECDECF
(236,222,207)
#F0E7DC
(240,231,220)
#F4F0E9
(244,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC9667; }

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

This text font color is #CC9667.


Background Color

.myBgColor { background-color: #CC9667; }

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

This div background color is #CC9667.


Border color

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

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

This div border color is #CC9667.


Opacity

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

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

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

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

This text has shadow with #CC9667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC9667 on black background.


Color preview on white background

This text has color #CC9667 on white background.



Black color preview on #CC9667 background

This text has black color on #CC9667 background.


White color preview on #CC9667 background

This text has white color on #CC9667 background.