COLOR #CC9094

HEX: #CC9094 RGB: (204,144,148)

Color info

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

RGB color model

#CC9094 color RGB value is (204,144,148).

RGB: (204,144,148) (80%, 56%, 58%)

RGB channels and saturation

R 204 of 255 = 80%
G 144 of 255 = 56%
B 148 of 255 = 58%

204
144
148

R + G + B ~ 65%. #CC9094 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 144 + 148 = 496 (100%)
R 204 of 496 ~ 41.13%
G 144 of 496 ~ 29.03%
B 148 of 496 ~ 29.84'%

%41.13
%29.03
%29.84

CMYK color model

#CC9094 color CMYK value is (0,29,27,20).

  • cyan value is 0.00%
  • magenta value is 29.41%
  • yellow value is 27.45%
  • key color value is 20.00%

CMYK: (0,29,27,20)
C0M29Y27K20 (0%, 29%, 27%, 20%)
(0.00 / 0.29 / 0.27 / 0.20)

CMYK percentages

%0
%29.41
%27.45
%20

Codes

Color #CC9094 in popluar color models

CC 90 94
RGB 204 144 148
HSL 356° 37.04% 68.24%
HSB/HSV 356° 29.41% 80.00%
CMYK 0.00% 29.41% 27.45%
20.00%

Color #CC9094 in popluar number systems.

HEX CC 90 94
Decimal 204 144 148
Binary 11001100 10010000 10010100
Octal 314 220 224

Shades and tints

Shades of #CC9094

#CC9094
(204,144,148)
#BA8387
(186,131,135)
#A8767A
(168,118,122)
#96696D
(150,105,109)
#845C60
(132,92,96)
#724F53
(114,79,83)
#604246
(96,66,70)
#4E3539
(78,53,57)
#3C282C
(60,40,44)
#2A1B1F
(42,27,31)
#180E12
(24,14,18)
#000000
(0,0,0)

Tints of #CC9094

#CC9094
(204,144,148)
#D09A9D
(208,154,157)
#D4A4A6
(212,164,166)
#D8AEAF
(216,174,175)
#DCB8B8
(220,184,184)
#E0C2C1
(224,194,193)
#E4CCCA
(228,204,202)
#E8D6D3
(232,214,211)
#ECE0DC
(236,224,220)
#F0EAE5
(240,234,229)
#F4F4EE
(244,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC9094 color. Also use rgb(204,144,148) instead hex code.

Text Font Color

.myTextColor { color: #CC9094; }

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

This text font color is #CC9094.

Background Color

.myBgColor { background-color: #CC9094; }

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

This div background color is #CC9094.

Border color

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

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

This div border color is #CC9094.

Opacity

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

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

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

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

This text has shadow with #CC9094 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC9094.

Preview

Color preview on black background

This text has color #CC9094 on black background.


Color preview on white background

This text has color #CC9094 on white background.


Black color preview on #CC9094 background

This text has black color on #CC9094 background.


White color preview on #CC9094 background

This text has white color on #CC9094 background.


Related colors

Complementary color

Complementary color for #hex is #336F6B.


I love getcolorcode.com

Triadic colors

1 #94CC90 and #9094CC with #CC9094 are triadic colors.

2 #9490CC and #90CC94 with #CC9094 are triadic colors.