COLOR #C892C2

HEX: #C892C2
RGB: (200,146,194)

Color info

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

RGB color model

#C892C2 color RGB value is (200,146,194).

  • red value is 200;
  • green value is 146;
  • blue value is 194.
RGB:
(200,146,194)
(78%,57%,76%)

RGB channels and saturation

R 200 of 255 = 78%
G 146 of 255 = 57%
B 194 of 255 = 76%

200
146
194

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

Portions of RGB colors in percentages

R + G + B =
200 + 146 + 194 = 540 (100%)
R 200 of 540 ~ 37.04%
G 146 of 540 ~ 27.04%
B 194 of 540 ~ 35.93%

%37.04
%27.04
%35.93

CMYK color model

#C892C2 color CMYK value is (0,27,3,22).

  • cyan value is 0.00%
  • magenta value is 27.00%
  • yellow value is 3.00%
  • key color value is 21.57%
CMYK:
(0,27,3,22)
C0M27Y3K22 
(0%,27%,3%,22%)
(0.00/0.27/0.03/0.22)	

CMYK percentages

%0
%27
%3
%21.57

Codes

Color #C892C2 in popluar color models

C892C2
RGB200146194
HSL307°32.93%67.84%
HSB/HSV307°27.00%78.43%
CMYK0.00%27.00%3.00%
21.57%

Color #C892C2 in popluar number systems.

HEXC892C2
Decimal200146194
Binary110010001001001011000010
Octal310222302

Shades and tints

Shades of #C892C2

#C892C2
(200,146,194)
#B685B1
(182,133,177)
#A478A0
(164,120,160)
#926B8F
(146,107,143)
#805E7E
(128,94,126)
#6E516D
(110,81,109)
#5C445C
(92,68,92)
#4A374B
(74,55,75)
#382A3A
(56,42,58)
#261D29
(38,29,41)
#141018
(20,16,24)
#000000
(0,0,0)

Tints of #C892C2

#C892C2
(200,146,194)
#CD9BC7
(205,155,199)
#D2A4CC
(210,164,204)
#D7ADD1
(215,173,209)
#DCB6D6
(220,182,214)
#E1BFDB
(225,191,219)
#E6C8E0
(230,200,224)
#EBD1E5
(235,209,229)
#F0DAEA
(240,218,234)
#F5E3EF
(245,227,239)
#FAECF4
(250,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C892C2; }

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

This text font color is #C892C2.


Background Color

.myBgColor { background-color: #C892C2; }

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

This div background color is #C892C2.


Border color

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

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

This div border color is #C892C2.


Opacity

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

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

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

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

This text has shadow with #C892C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C892C2 on black background.


Color preview on white background

This text has color #C892C2 on white background.



Black color preview on #C892C2 background

This text has black color on #C892C2 background.


White color preview on #C892C2 background

This text has white color on #C892C2 background.