COLOR #CC8C93

HEX: #CC8C93
RGB: (204,140,147)

Color info

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

RGB color model

#CC8C93 color RGB value is (204,140,147).

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

RGB channels and saturation

R 204 of 255 = 80%
G 140 of 255 = 55%
B 147 of 255 = 58%

204
140
147

R + G + B ~ 64%. #CC8C93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 140 + 147 = 491 (100%)
R 204 of 491 ~ 41.55%
G 140 of 491 ~ 28.51%
B 147 of 491 ~ 29.94%

%41.55
%28.51
%29.94

CMYK color model

#CC8C93 color CMYK value is (0,31,28,20).

  • cyan value is 0.00%
  • magenta value is 31.37%
  • yellow value is 27.94%
  • key color value is 20.00%
CMYK:
(0,31,28,20)
C0M31Y28K20 
(0%,31%,28%,20%)
(0.00/0.31/0.28/0.20)	

CMYK percentages

%0
%31.37
%27.94
%20

Codes

Color #CC8C93 in popluar color models

CC8C93
RGB204140147
HSL353°38.55%67.45%
HSB/HSV353°31.37%80.00%
CMYK0.00%31.37%27.94%
20.00%

Color #CC8C93 in popluar number systems.

HEXCC8C93
Decimal204140147
Binary110011001000110010010011
Octal314214223

Shades and tints

Shades of #CC8C93

#CC8C93
(204,140,147)
#BA8086
(186,128,134)
#A87479
(168,116,121)
#96686C
(150,104,108)
#845C5F
(132,92,95)
#725052
(114,80,82)
#604445
(96,68,69)
#4E3838
(78,56,56)
#3C2C2B
(60,44,43)
#2A201E
(42,32,30)
#181411
(24,20,17)
#000000
(0,0,0)

Tints of #CC8C93

#CC8C93
(204,140,147)
#D0969C
(208,150,156)
#D4A0A5
(212,160,165)
#D8AAAE
(216,170,174)
#DCB4B7
(220,180,183)
#E0BEC0
(224,190,192)
#E4C8C9
(228,200,201)
#E8D2D2
(232,210,210)
#ECDCDB
(236,220,219)
#F0E6E4
(240,230,228)
#F4F0ED
(244,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC8C93; }

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

This text font color is #CC8C93.


Background Color

.myBgColor { background-color: #CC8C93; }

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

This div background color is #CC8C93.


Border color

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

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

This div border color is #CC8C93.


Opacity

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

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

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

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

This text has shadow with #CC8C93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC8C93 on black background.


Color preview on white background

This text has color #CC8C93 on white background.



Black color preview on #CC8C93 background

This text has black color on #CC8C93 background.


White color preview on #CC8C93 background

This text has white color on #CC8C93 background.