COLOR #CC92B9

HEX: #CC92B9
RGB: (204,146,185)

Color info

#CC92B9 contains red, green and blue colors in about the same proportion. Web safe color of #CC92B9 is #CC99CC (or #C9C).

RGB color model

#CC92B9 color RGB value is (204,146,185).

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

RGB channels and saturation

R 204 of 255 = 80%
G 146 of 255 = 57%
B 185 of 255 = 73%

204
146
185

R + G + B ~ 70%. #CC92B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 146 + 185 = 535 (100%)
R 204 of 535 ~ 38.13%
G 146 of 535 ~ 27.29%
B 185 of 535 ~ 34.58%

%38.13
%27.29
%34.58

CMYK color model

#CC92B9 color CMYK value is (0,28,9,20).

  • cyan value is 0.00%
  • magenta value is 28.43%
  • yellow value is 9.31%
  • key color value is 20.00%
CMYK:
(0,28,9,20)
C0M28Y9K20 
(0%,28%,9%,20%)
(0.00/0.28/0.09/0.20)	

CMYK percentages

%0
%28.43
%9.31
%20

Codes

Color #CC92B9 in popluar color models

CC92B9
RGB204146185
HSL320°36.25%68.63%
HSB/HSV320°28.43%80.00%
CMYK0.00%28.43%9.31%
20.00%

Color #CC92B9 in popluar number systems.

HEXCC92B9
Decimal204146185
Binary110011001001001010111001
Octal314222271

Shades and tints

Shades of #CC92B9

#CC92B9
(204,146,185)
#BA85A9
(186,133,169)
#A87899
(168,120,153)
#966B89
(150,107,137)
#845E79
(132,94,121)
#725169
(114,81,105)
#604459
(96,68,89)
#4E3749
(78,55,73)
#3C2A39
(60,42,57)
#2A1D29
(42,29,41)
#181019
(24,16,25)
#000000
(0,0,0)

Tints of #CC92B9

#CC92B9
(204,146,185)
#D09BBF
(208,155,191)
#D4A4C5
(212,164,197)
#D8ADCB
(216,173,203)
#DCB6D1
(220,182,209)
#E0BFD7
(224,191,215)
#E4C8DD
(228,200,221)
#E8D1E3
(232,209,227)
#ECDAE9
(236,218,233)
#F0E3EF
(240,227,239)
#F4ECF5
(244,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC92B9; }

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

This text font color is #CC92B9.


Background Color

.myBgColor { background-color: #CC92B9; }

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

This div background color is #CC92B9.


Border color

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

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

This div border color is #CC92B9.


Opacity

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

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

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

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

This text has shadow with #CC92B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC92B9 on black background.


Color preview on white background

This text has color #CC92B9 on white background.



Black color preview on #CC92B9 background

This text has black color on #CC92B9 background.


White color preview on #CC92B9 background

This text has white color on #CC92B9 background.