COLOR #CC918E

HEX: #CC918E RGB: (204,145,142)

Color info

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

RGB color model

#CC918E color RGB value is (204,145,142).

RGB: (204,145,142) (80%, 57%, 56%)

RGB channels and saturation

R 204 of 255 = 80%
G 145 of 255 = 57%
B 142 of 255 = 56%

204
145
142

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

Portions of RGB colors in percentages

R + G + B = 204 + 145 + 142 = 491 (100%)
R 204 of 491 ~ 41.55%
G 145 of 491 ~ 29.53%
B 142 of 491 ~ 28.92'%

%41.55
%29.53
%28.92

CMYK color model

#CC918E color CMYK value is (0,29,30,20).

  • cyan value is 0.00%
  • magenta value is 28.92%
  • yellow value is 30.39%
  • key color value is 20.00%
CMYK: (0,29,30,20) C0M29Y30K20 (0%,29%,30%,20%) (0.00/0.29/0.30/0.20) 

CMYK percentages

%0
%28.92
%30.39
%20

Codes

Color #CC918E in popluar color models

CC 91 8E
RGB 204 145 142
HSL 37.80% 67.84%
HSB/HSV 30.39% 80.00%
CMYK 0.00% 28.92% 30.39%
20.00%

Color #CC918E in popluar number systems.

HEX CC 91 8E
Decimal 204 145 142
Binary 11001100 10010001 10001110
Octal 314 221 216

Shades and tints

Shades of #CC918E

#CC918E
(204,145,142)
#BA8482
(186,132,130)
#A87776
(168,119,118)
#966A6A
(150,106,106)
#845D5E
(132,93,94)
#725052
(114,80,82)
#604346
(96,67,70)
#4E363A
(78,54,58)
#3C292E
(60,41,46)
#2A1C22
(42,28,34)
#180F16
(24,15,22)
#000000
(0,0,0)

Tints of #CC918E

#CC918E
(204,145,142)
#D09B98
(208,155,152)
#D4A5A2
(212,165,162)
#D8AFAC
(216,175,172)
#DCB9B6
(220,185,182)
#E0C3C0
(224,195,192)
#E4CDCA
(228,205,202)
#E8D7D4
(232,215,212)
#ECE1DE
(236,225,222)
#F0EBE8
(240,235,232)
#F4F5F2
(244,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC918E; }

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

This text font color is #CC918E.

Background Color

.myBgColor { background-color: #CC918E; }

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

This div background color is #CC918E.

Border color

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

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

This div border color is #CC918E.

Opacity

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

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

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

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

This text has shadow with #CC918E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC918E.

Preview

Color preview on black background

This text has color #CC918E on black background.


Color preview on white background

This text has color #CC918E on white background.


Black color preview on #CC918E background

This text has black color on #CC918E background.


White color preview on #CC918E background

This text has white color on #CC918E background.


Related colors

Complementary color

Complementary color for #hex is #336E71.


I love getcolorcode.com

Triadic colors

1 #8ECC91 and #918ECC with #CC918E are triadic colors.

2 #8E91CC and #91CC8E with #CC918E are triadic colors.