COLOR #CC928C

HEX: #CC928C
RGB: (204,146,140)

Color info

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

RGB color model

#CC928C color RGB value is (204,146,140).

  • red value is 204;
  • green value is 146;
  • blue value is 140.
RGB:
(204,146,140)
(80%,57%,55%)

RGB channels and saturation

R 204 of 255 = 80%
G 146 of 255 = 57%
B 140 of 255 = 55%

204
146
140

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

Portions of RGB colors in percentages

R + G + B =
204 + 146 + 140 = 490 (100%)
R 204 of 490 ~ 41.63%
G 146 of 490 ~ 29.8%
B 140 of 490 ~ 28.57%

%41.63
%29.8
%28.57

CMYK color model

#CC928C color CMYK value is (0,28,31,20).

  • cyan value is 0.00%
  • magenta value is 28.43%
  • yellow value is 31.37%
  • key color value is 20.00%
CMYK:
(0,28,31,20)
C0M28Y31K20 
(0%,28%,31%,20%)
(0.00/0.28/0.31/0.20)	

CMYK percentages

%0
%28.43
%31.37
%20

Codes

Color #CC928C in popluar color models

CC928C
RGB204146140
HSL38.55%67.45%
HSB/HSV31.37%80.00%
CMYK0.00%28.43%31.37%
20.00%

Color #CC928C in popluar number systems.

HEXCC928C
Decimal204146140
Binary110011001001001010001100
Octal314222214

Shades and tints

Shades of #CC928C

#CC928C
(204,146,140)
#BA8580
(186,133,128)
#A87874
(168,120,116)
#966B68
(150,107,104)
#845E5C
(132,94,92)
#725150
(114,81,80)
#604444
(96,68,68)
#4E3738
(78,55,56)
#3C2A2C
(60,42,44)
#2A1D20
(42,29,32)
#181014
(24,16,20)
#000000
(0,0,0)

Tints of #CC928C

#CC928C
(204,146,140)
#D09B96
(208,155,150)
#D4A4A0
(212,164,160)
#D8ADAA
(216,173,170)
#DCB6B4
(220,182,180)
#E0BFBE
(224,191,190)
#E4C8C8
(228,200,200)
#E8D1D2
(232,209,210)
#ECDADC
(236,218,220)
#F0E3E6
(240,227,230)
#F4ECF0
(244,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC928C color. Also use rgb(204,146,140) instead hex code.

Text Font Color

.myTextColor { color: #CC928C; }

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

This text font color is #CC928C.


Background Color

.myBgColor { background-color: #CC928C; }

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

This div background color is #CC928C.


Border color

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

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

This div border color is #CC928C.


Opacity

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

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

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

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

This text has shadow with #CC928C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC928C on black background.


Color preview on white background

This text has color #CC928C on white background.



Black color preview on #CC928C background

This text has black color on #CC928C background.


White color preview on #CC928C background

This text has white color on #CC928C background.