COLOR #C892BC

HEX: #C892BC RGB: (200,146,188)

Color info

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

RGB color model

#C892BC color RGB value is (200,146,188).

RGB: (200,146,188) (78%, 57%, 74%)

RGB channels and saturation

R 200 of 255 = 78%
G 146 of 255 = 57%
B 188 of 255 = 74%

200
146
188

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

Portions of RGB colors in percentages

R + G + B = 200 + 146 + 188 = 534 (100%)
R 200 of 534 ~ 37.45%
G 146 of 534 ~ 27.34%
B 188 of 534 ~ 35.21'%

%37.45
%27.34
%35.21

CMYK color model

#C892BC color CMYK value is (0,27,6,22).

  • cyan value is 0.00%
  • magenta value is 27.00%
  • yellow value is 6.00%
  • key color value is 21.57%

CMYK: (0,27,6,22)
C0M27Y6K22 (0%, 27%, 6%, 22%)
(0.00 / 0.27 / 0.06 / 0.22)

CMYK percentages

%0
%27
%6
%21.57

Codes

Color #C892BC in popluar color models

C8 92 BC
RGB 200 146 188
HSL 313° 32.93% 67.84%
HSB/HSV 313° 27.00% 78.43%
CMYK 0.00% 27.00% 6.00%
21.57%

Color #C892BC in popluar number systems.

HEX C8 92 BC
Decimal 200 146 188
Binary 11001000 10010010 10111100
Octal 310 222 274

Shades and tints

Shades of #C892BC

#C892BC
(200,146,188)
#B685AB
(182,133,171)
#A4789A
(164,120,154)
#926B89
(146,107,137)
#805E78
(128,94,120)
#6E5167
(110,81,103)
#5C4456
(92,68,86)
#4A3745
(74,55,69)
#382A34
(56,42,52)
#261D23
(38,29,35)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #C892BC

#C892BC
(200,146,188)
#CD9BC2
(205,155,194)
#D2A4C8
(210,164,200)
#D7ADCE
(215,173,206)
#DCB6D4
(220,182,212)
#E1BFDA
(225,191,218)
#E6C8E0
(230,200,224)
#EBD1E6
(235,209,230)
#F0DAEC
(240,218,236)
#F5E3F2
(245,227,242)
#FAECF8
(250,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C892BC color. Also use rgb(200,146,188) instead hex code.

Text Font Color

.myTextColor { color: #C892BC; }

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

This text font color is #C892BC.

Background Color

.myBgColor { background-color: #C892BC; }

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

This div background color is #C892BC.

Border color

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

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

This div border color is #C892BC.

Opacity

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

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

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

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

This text has shadow with #C892BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C892BC.

Preview

Color preview on black background

This text has color #C892BC on black background.


Color preview on white background

This text has color #C892BC on white background.


Black color preview on #C892BC background

This text has black color on #C892BC background.


White color preview on #C892BC background

This text has white color on #C892BC background.


Related colors

Complementary color

Complementary color for #hex is #376D43.


I love getcolorcode.com

Triadic colors

1 #BCC892 and #92BCC8 with #C892BC are triadic colors.

2 #BC92C8 and #92C8BC with #C892BC are triadic colors.