COLOR #C992B0

HEX: #C992B0
RGB: (201,146,176)

Color info

#C992B0 contains red, green and blue colors in about the same proportion. Web safe color of #C992B0 is #CC9999 (or #C99).

RGB color model

#C992B0 color RGB value is (201,146,176).

  • red value is 201;
  • green value is 146;
  • blue value is 176.
RGB:
(201,146,176)
(79%,57%,69%)

RGB channels and saturation

R 201 of 255 = 79%
G 146 of 255 = 57%
B 176 of 255 = 69%

201
146
176

R + G + B ~ 68%. #C992B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 146 + 176 = 523 (100%)
R 201 of 523 ~ 38.43%
G 146 of 523 ~ 27.92%
B 176 of 523 ~ 33.65%

%38.43
%27.92
%33.65

CMYK color model

#C992B0 color CMYK value is (0,27,12,21).

  • cyan value is 0.00%
  • magenta value is 27.36%
  • yellow value is 12.44%
  • key color value is 21.18%
CMYK:
(0,27,12,21)
C0M27Y12K21 
(0%,27%,12%,21%)
(0.00/0.27/0.12/0.21)	

CMYK percentages

%0
%27.36
%12.44
%21.18

Codes

Color #C992B0 in popluar color models

C992B0
RGB201146176
HSL327°33.74%68.04%
HSB/HSV327°27.36%78.82%
CMYK0.00%27.36%12.44%
21.18%

Color #C992B0 in popluar number systems.

HEXC992B0
Decimal201146176
Binary110010011001001010110000
Octal311222260

Shades and tints

Shades of #C992B0

#C992B0
(201,146,176)
#B785A0
(183,133,160)
#A57890
(165,120,144)
#936B80
(147,107,128)
#815E70
(129,94,112)
#6F5160
(111,81,96)
#5D4450
(93,68,80)
#4B3740
(75,55,64)
#392A30
(57,42,48)
#271D20
(39,29,32)
#151010
(21,16,16)
#000000
(0,0,0)

Tints of #C992B0

#C992B0
(201,146,176)
#CD9BB7
(205,155,183)
#D1A4BE
(209,164,190)
#D5ADC5
(213,173,197)
#D9B6CC
(217,182,204)
#DDBFD3
(221,191,211)
#E1C8DA
(225,200,218)
#E5D1E1
(229,209,225)
#E9DAE8
(233,218,232)
#EDE3EF
(237,227,239)
#F1ECF6
(241,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C992B0 color. Also use rgb(201,146,176) instead hex code.

Text Font Color

.myTextColor { color: #C992B0; }

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

This text font color is #C992B0.


Background Color

.myBgColor { background-color: #C992B0; }

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

This div background color is #C992B0.


Border color

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

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

This div border color is #C992B0.


Opacity

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

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

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

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

This text has shadow with #C992B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C992B0 on black background.


Color preview on white background

This text has color #C992B0 on white background.



Black color preview on #C992B0 background

This text has black color on #C992B0 background.


White color preview on #C992B0 background

This text has white color on #C992B0 background.