COLOR #CC9399

HEX: #CC9399
RGB: (204,147,153)

Color info

#CC9399 contains red, green and blue colors in about the same proportion. Web safe color of #CC9399 is #CC9999 (or #C99).

RGB color model

#CC9399 color RGB value is (204,147,153).

  • red value is 204;
  • green value is 147;
  • blue value is 153.
RGB:
(204,147,153)
(80%,58%,60%)

RGB channels and saturation

R 204 of 255 = 80%
G 147 of 255 = 58%
B 153 of 255 = 60%

204
147
153

R + G + B ~ 66%. #CC9399 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 147 + 153 = 504 (100%)
R 204 of 504 ~ 40.48%
G 147 of 504 ~ 29.17%
B 153 of 504 ~ 30.36%

%40.48
%29.17
%30.36

CMYK color model

#CC9399 color CMYK value is (0,28,25,20).

  • cyan value is 0.00%
  • magenta value is 27.94%
  • yellow value is 25.00%
  • key color value is 20.00%
CMYK:
(0,28,25,20)
C0M28Y25K20 
(0%,28%,25%,20%)
(0.00/0.28/0.25/0.20)	

CMYK percentages

%0
%27.94
%25
%20

Codes

Color #CC9399 in popluar color models

CC9399
RGB204147153
HSL354°35.85%68.82%
HSB/HSV354°27.94%80.00%
CMYK0.00%27.94%25.00%
20.00%

Color #CC9399 in popluar number systems.

HEXCC9399
Decimal204147153
Binary110011001001001110011001
Octal314223231

Shades and tints

Shades of #CC9399

#CC9399
(204,147,153)
#BA868C
(186,134,140)
#A8797F
(168,121,127)
#966C72
(150,108,114)
#845F65
(132,95,101)
#725258
(114,82,88)
#60454B
(96,69,75)
#4E383E
(78,56,62)
#3C2B31
(60,43,49)
#2A1E24
(42,30,36)
#181117
(24,17,23)
#000000
(0,0,0)

Tints of #CC9399

#CC9399
(204,147,153)
#D09CA2
(208,156,162)
#D4A5AB
(212,165,171)
#D8AEB4
(216,174,180)
#DCB7BD
(220,183,189)
#E0C0C6
(224,192,198)
#E4C9CF
(228,201,207)
#E8D2D8
(232,210,216)
#ECDBE1
(236,219,225)
#F0E4EA
(240,228,234)
#F4EDF3
(244,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC9399 color. Also use rgb(204,147,153) instead hex code.

Text Font Color

.myTextColor { color: #CC9399; }

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

This text font color is #CC9399.


Background Color

.myBgColor { background-color: #CC9399; }

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

This div background color is #CC9399.


Border color

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

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

This div border color is #CC9399.


Opacity

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

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

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

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

This text has shadow with #CC9399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC9399 on black background.


Color preview on white background

This text has color #CC9399 on white background.



Black color preview on #CC9399 background

This text has black color on #CC9399 background.


White color preview on #CC9399 background

This text has white color on #CC9399 background.