COLOR #CC9098

HEX: #CC9098 RGB: (204,144,152)

Color info

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

RGB color model

#CC9098 color RGB value is (204,144,152).

RGB: (204,144,152) (80%, 56%, 60%)

RGB channels and saturation

R 204 of 255 = 80%
G 144 of 255 = 56%
B 152 of 255 = 60%

204
144
152

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

Portions of RGB colors in percentages

R + G + B = 204 + 144 + 152 = 500 (100%)
R 204 of 500 ~ 40.8%
G 144 of 500 ~ 28.8%
B 152 of 500 ~ 30.4'%

%40.8
%28.8
%30.4

CMYK color model

#CC9098 color CMYK value is (0,29,25,20).

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

CMYK: (0,29,25,20)
C0M29Y25K20 (0%, 29%, 25%, 20%)
(0.00 / 0.29 / 0.25 / 0.20)

CMYK percentages

%0
%29.41
%25.49
%20

Codes

Color #CC9098 in popluar color models

CC 90 98
RGB 204 144 152
HSL 352° 37.04% 68.24%
HSB/HSV 352° 29.41% 80.00%
CMYK 0.00% 29.41% 25.49%
20.00%

Color #CC9098 in popluar number systems.

HEX CC 90 98
Decimal 204 144 152
Binary 11001100 10010000 10011000
Octal 314 220 230

Shades and tints

Shades of #CC9098

#CC9098
(204,144,152)
#BA838B
(186,131,139)
#A8767E
(168,118,126)
#966971
(150,105,113)
#845C64
(132,92,100)
#724F57
(114,79,87)
#60424A
(96,66,74)
#4E353D
(78,53,61)
#3C2830
(60,40,48)
#2A1B23
(42,27,35)
#180E16
(24,14,22)
#000000
(0,0,0)

Tints of #CC9098

#CC9098
(204,144,152)
#D09AA1
(208,154,161)
#D4A4AA
(212,164,170)
#D8AEB3
(216,174,179)
#DCB8BC
(220,184,188)
#E0C2C5
(224,194,197)
#E4CCCE
(228,204,206)
#E8D6D7
(232,214,215)
#ECE0E0
(236,224,224)
#F0EAE9
(240,234,233)
#F4F4F2
(244,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC9098; }

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

This text font color is #CC9098.

Background Color

.myBgColor { background-color: #CC9098; }

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

This div background color is #CC9098.

Border color

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

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

This div border color is #CC9098.

Opacity

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

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

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

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

This text has shadow with #CC9098 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC9098.

Preview

Color preview on black background

This text has color #CC9098 on black background.


Color preview on white background

This text has color #CC9098 on white background.


Black color preview on #CC9098 background

This text has black color on #CC9098 background.


White color preview on #CC9098 background

This text has white color on #CC9098 background.


Related colors

Complementary color

Complementary color for #hex is #336F67.


I love getcolorcode.com

Triadic colors

1 #98CC90 and #9098CC with #CC9098 are triadic colors.

2 #9890CC and #90CC98 with #CC9098 are triadic colors.