COLOR #CC8491

HEX: #CC8491
RGB: (204,132,145)

Color info

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

RGB color model

#CC8491 color RGB value is (204,132,145).

  • red value is 204;
  • green value is 132;
  • blue value is 145.
RGB:
(204,132,145)
(80%,52%,57%)

RGB channels and saturation

R 204 of 255 = 80%
G 132 of 255 = 52%
B 145 of 255 = 57%

204
132
145

R + G + B ~ 63%. #CC8491 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 132 + 145 = 481 (100%)
R 204 of 481 ~ 42.41%
G 132 of 481 ~ 27.44%
B 145 of 481 ~ 30.15%

%42.41
%27.44
%30.15

CMYK color model

#CC8491 color CMYK value is (0,35,29,20).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 28.92%
  • key color value is 20.00%
CMYK:
(0,35,29,20)
C0M35Y29K20 
(0%,35%,29%,20%)
(0.00/0.35/0.29/0.20)	

CMYK percentages

%0
%35.29
%28.92
%20

Codes

Color #CC8491 in popluar color models

CC8491
RGB204132145
HSL349°41.38%65.88%
HSB/HSV349°35.29%80.00%
CMYK0.00%35.29%28.92%
20.00%

Color #CC8491 in popluar number systems.

HEXCC8491
Decimal204132145
Binary110011001000010010010001
Octal314204221

Shades and tints

Shades of #CC8491

#CC8491
(204,132,145)
#BA7884
(186,120,132)
#A86C77
(168,108,119)
#96606A
(150,96,106)
#84545D
(132,84,93)
#724850
(114,72,80)
#603C43
(96,60,67)
#4E3036
(78,48,54)
#3C2429
(60,36,41)
#2A181C
(42,24,28)
#180C0F
(24,12,15)
#000000
(0,0,0)

Tints of #CC8491

#CC8491
(204,132,145)
#D08F9B
(208,143,155)
#D49AA5
(212,154,165)
#D8A5AF
(216,165,175)
#DCB0B9
(220,176,185)
#E0BBC3
(224,187,195)
#E4C6CD
(228,198,205)
#E8D1D7
(232,209,215)
#ECDCE1
(236,220,225)
#F0E7EB
(240,231,235)
#F4F2F5
(244,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC8491 color. Also use rgb(204,132,145) instead hex code.

Text Font Color

.myTextColor { color: #CC8491; }

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

This text font color is #CC8491.


Background Color

.myBgColor { background-color: #CC8491; }

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

This div background color is #CC8491.


Border color

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

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

This div border color is #CC8491.


Opacity

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

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

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

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

This text has shadow with #CC8491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC8491 on black background.


Color preview on white background

This text has color #CC8491 on white background.



Black color preview on #CC8491 background

This text has black color on #CC8491 background.


White color preview on #CC8491 background

This text has white color on #CC8491 background.