COLOR #CC918D

HEX: #CC918D RGB: (204,145,141)

Color info

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

RGB color model

#CC918D color RGB value is (204,145,141).

RGB: (204,145,141) (80%, 57%, 55%)

RGB channels and saturation

R 204 of 255 = 80%
G 145 of 255 = 57%
B 141 of 255 = 55%

204
145
141

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

Portions of RGB colors in percentages

R + G + B = 204 + 145 + 141 = 490 (100%)
R 204 of 490 ~ 41.63%
G 145 of 490 ~ 29.59%
B 141 of 490 ~ 28.78'%

%41.63
%29.59
%28.78

CMYK color model

#CC918D color CMYK value is (0,29,31,20).

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

CMYK: (0,29,31,20)
C0M29Y31K20 (0%, 29%, 31%, 20%)
(0.00 / 0.29 / 0.31 / 0.20)

CMYK percentages

%0
%28.92
%30.88
%20

Codes

Color #CC918D in popluar color models

CC 91 8D
RGB 204 145 141
HSL 38.18% 67.65%
HSB/HSV 30.88% 80.00%
CMYK 0.00% 28.92% 30.88%
20.00%

Color #CC918D in popluar number systems.

HEX CC 91 8D
Decimal 204 145 141
Binary 11001100 10010001 10001101
Octal 314 221 215

Shades and tints

Shades of #CC918D

#CC918D
(204,145,141)
#BA8481
(186,132,129)
#A87775
(168,119,117)
#966A69
(150,106,105)
#845D5D
(132,93,93)
#725051
(114,80,81)
#604345
(96,67,69)
#4E3639
(78,54,57)
#3C292D
(60,41,45)
#2A1C21
(42,28,33)
#180F15
(24,15,21)
#000000
(0,0,0)

Tints of #CC918D

#CC918D
(204,145,141)
#D09B97
(208,155,151)
#D4A5A1
(212,165,161)
#D8AFAB
(216,175,171)
#DCB9B5
(220,185,181)
#E0C3BF
(224,195,191)
#E4CDC9
(228,205,201)
#E8D7D3
(232,215,211)
#ECE1DD
(236,225,221)
#F0EBE7
(240,235,231)
#F4F5F1
(244,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC918D; }

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

This text font color is #CC918D.

Background Color

.myBgColor { background-color: #CC918D; }

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

This div background color is #CC918D.

Border color

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

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

This div border color is #CC918D.

Opacity

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

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

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

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

This text has shadow with #CC918D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC918D.

Preview

Color preview on black background

This text has color #CC918D on black background.


Color preview on white background

This text has color #CC918D on white background.


Black color preview on #CC918D background

This text has black color on #CC918D background.


White color preview on #CC918D background

This text has white color on #CC918D background.


Related colors

Complementary color

Complementary color for #hex is #336E72.


I love getcolorcode.com

Triadic colors

1 #8DCC91 and #918DCC with #CC918D are triadic colors.

2 #8D91CC and #91CC8D with #CC918D are triadic colors.