COLOR #CC968D

HEX: #CC968D RGB: (204,150,141)

Color info

#CC968D contains mainly red and green colors. Web safe color of #CC968D is #CC9999 (or #C99).

RGB color model

#CC968D color RGB value is (204,150,141).

RGB: (204,150,141) (80%, 59%, 55%)

RGB channels and saturation

R 204 of 255 = 80%
G 150 of 255 = 59%
B 141 of 255 = 55%

204
150
141

R + G + B ~ 65%. #CC968D is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 150 + 141 = 495 (100%)
R 204 of 495 ~ 41.21%
G 150 of 495 ~ 30.3%
B 141 of 495 ~ 28.48'%

%41.21
%30.3
%28.48

CMYK color model

#CC968D color CMYK value is (0,26,31,20).

  • cyan value is 0.00%
  • magenta value is 26.47%
  • yellow value is 30.88%
  • key color value is 20.00%

CMYK: (0,26,31,20)
C0M26Y31K20 (0%, 26%, 31%, 20%)
(0.00 / 0.26 / 0.31 / 0.20)

CMYK percentages

%0
%26.47
%30.88
%20

Codes

Color #CC968D in popluar color models

CC 96 8D
RGB 204 150 141
HSL 38.18% 67.65%
HSB/HSV 30.88% 80.00%
CMYK 0.00% 26.47% 30.88%
20.00%

Color #CC968D in popluar number systems.

HEX CC 96 8D
Decimal 204 150 141
Binary 11001100 10010110 10001101
Octal 314 226 215

Shades and tints

Shades of #CC968D

#CC968D
(204,150,141)
#BA8981
(186,137,129)
#A87C75
(168,124,117)
#966F69
(150,111,105)
#84625D
(132,98,93)
#725551
(114,85,81)
#604845
(96,72,69)
#4E3B39
(78,59,57)
#3C2E2D
(60,46,45)
#2A2121
(42,33,33)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #CC968D

#CC968D
(204,150,141)
#D09F97
(208,159,151)
#D4A8A1
(212,168,161)
#D8B1AB
(216,177,171)
#DCBAB5
(220,186,181)
#E0C3BF
(224,195,191)
#E4CCC9
(228,204,201)
#E8D5D3
(232,213,211)
#ECDEDD
(236,222,221)
#F0E7E7
(240,231,231)
#F4F0F1
(244,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC968D; }

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

This text font color is #CC968D.

Background Color

.myBgColor { background-color: #CC968D; }

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

This div background color is #CC968D.

Border color

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

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

This div border color is #CC968D.

Opacity

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

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

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

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

This text has shadow with #CC968D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC968D.

Preview

Color preview on black background

This text has color #CC968D on black background.


Color preview on white background

This text has color #CC968D on white background.


Black color preview on #CC968D background

This text has black color on #CC968D background.


White color preview on #CC968D background

This text has white color on #CC968D background.


Related colors

Complementary color

Complementary color for #hex is #336972.


I love getcolorcode.com

Triadic colors

1 #8DCC96 and #968DCC with #CC968D are triadic colors.

2 #8D96CC and #96CC8D with #CC968D are triadic colors.