COLOR #C892CE

HEX: #C892CE RGB: (200,146,206)

Color info

#C892CE contains mainly red and blue colors. Web safe color of #C892CE is #CC99CC (or #C9C).

RGB color model

#C892CE color RGB value is (200,146,206).

RGB: (200,146,206) (78%, 57%, 81%)

RGB channels and saturation

R 200 of 255 = 78%
G 146 of 255 = 57%
B 206 of 255 = 81%

200
146
206

R + G + B ~ 72%. #C892CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 146 + 206 = 552 (100%)
R 200 of 552 ~ 36.23%
G 146 of 552 ~ 26.45%
B 206 of 552 ~ 37.32'%

%36.23
%26.45
%37.32

CMYK color model

#C892CE color CMYK value is (3,29,0,19).

  • cyan value is 2.91%
  • magenta value is 29.13%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (3,29,0,19)
C3M29Y0K19 (3%, 29%, 0%, 19%)
(0.03 / 0.29 / 0.00 / 0.19)

CMYK percentages

%2.91
%29.13
%0
%19.22

Codes

Color #C892CE in popluar color models

C8 92 CE
RGB 200 146 206
HSL 294° 37.97% 69.02%
HSB/HSV 294° 29.13% 80.78%
CMYK 2.91% 29.13% 0.00%
19.22%

Color #C892CE in popluar number systems.

HEX C8 92 CE
Decimal 200 146 206
Binary 11001000 10010010 11001110
Octal 310 222 316

Shades and tints

Shades of #C892CE

#C892CE
(200,146,206)
#B685BC
(182,133,188)
#A478AA
(164,120,170)
#926B98
(146,107,152)
#805E86
(128,94,134)
#6E5174
(110,81,116)
#5C4462
(92,68,98)
#4A3750
(74,55,80)
#382A3E
(56,42,62)
#261D2C
(38,29,44)
#14101A
(20,16,26)
#000000
(0,0,0)

Tints of #C892CE

#C892CE
(200,146,206)
#CD9BD2
(205,155,210)
#D2A4D6
(210,164,214)
#D7ADDA
(215,173,218)
#DCB6DE
(220,182,222)
#E1BFE2
(225,191,226)
#E6C8E6
(230,200,230)
#EBD1EA
(235,209,234)
#F0DAEE
(240,218,238)
#F5E3F2
(245,227,242)
#FAECF6
(250,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C892CE; }

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

This text font color is #C892CE.

Background Color

.myBgColor { background-color: #C892CE; }

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

This div background color is #C892CE.

Border color

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

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

This div border color is #C892CE.

Opacity

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

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

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

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

This text has shadow with #C892CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C892CE.

Preview

Color preview on black background

This text has color #C892CE on black background.


Color preview on white background

This text has color #C892CE on white background.


Black color preview on #C892CE background

This text has black color on #C892CE background.


White color preview on #C892CE background

This text has white color on #C892CE background.


Related colors

Complementary color

Complementary color for #hex is #376D31.


I love getcolorcode.com

Triadic colors

1 #CEC892 and #92CEC8 with #C892CE are triadic colors.

2 #CE92C8 and #92C8CE with #C892CE are triadic colors.