COLOR #CC966B

HEX: #CC966B
RGB: (204,150,107)

Color info

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

RGB color model

#CC966B color RGB value is (204,150,107).

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

RGB channels and saturation

R 204 of 255 = 80%
G 150 of 255 = 59%
B 107 of 255 = 42%

204
150
107

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

Portions of RGB colors in percentages

R + G + B =
204 + 150 + 107 = 461 (100%)
R 204 of 461 ~ 44.25%
G 150 of 461 ~ 32.54%
B 107 of 461 ~ 23.21%

%44.25
%32.54
%23.21

CMYK color model

#CC966B color CMYK value is (0,26,48,20).

  • cyan value is 0.00%
  • magenta value is 26.47%
  • yellow value is 47.55%
  • key color value is 20.00%
CMYK:
(0,26,48,20)
C0M26Y48K20 
(0%,26%,48%,20%)
(0.00/0.26/0.48/0.20)	

CMYK percentages

%0
%26.47
%47.55
%20

Codes

Color #CC966B in popluar color models

CC966B
RGB204150107
HSL27°48.74%60.98%
HSB/HSV27°47.55%80.00%
CMYK0.00%26.47%47.55%
20.00%

Color #CC966B in popluar number systems.

HEXCC966B
Decimal204150107
Binary11001100100101101101011
Octal314226153

Shades and tints

Shades of #CC966B

#CC966B
(204,150,107)
#BA8962
(186,137,98)
#A87C59
(168,124,89)
#966F50
(150,111,80)
#846247
(132,98,71)
#72553E
(114,85,62)
#604835
(96,72,53)
#4E3B2C
(78,59,44)
#3C2E23
(60,46,35)
#2A211A
(42,33,26)
#181411
(24,20,17)
#000000
(0,0,0)

Tints of #CC966B

#CC966B
(204,150,107)
#D09F78
(208,159,120)
#D4A885
(212,168,133)
#D8B192
(216,177,146)
#DCBA9F
(220,186,159)
#E0C3AC
(224,195,172)
#E4CCB9
(228,204,185)
#E8D5C6
(232,213,198)
#ECDED3
(236,222,211)
#F0E7E0
(240,231,224)
#F4F0ED
(244,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC966B; }

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

This text font color is #CC966B.


Background Color

.myBgColor { background-color: #CC966B; }

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

This div background color is #CC966B.


Border color

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

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

This div border color is #CC966B.


Opacity

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

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

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

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

This text has shadow with #CC966B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC966B on black background.


Color preview on white background

This text has color #CC966B on white background.



Black color preview on #CC966B background

This text has black color on #CC966B background.


White color preview on #CC966B background

This text has white color on #CC966B background.