COLOR #C892D5

HEX: #C892D5
RGB: (200,146,213)

Color info

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

RGB color model

#C892D5 color RGB value is (200,146,213).

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

RGB channels and saturation

R 200 of 255 = 78%
G 146 of 255 = 57%
B 213 of 255 = 84%

200
146
213

R + G + B ~ 73%. #C892D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 146 + 213 = 559 (100%)
R 200 of 559 ~ 35.78%
G 146 of 559 ~ 26.12%
B 213 of 559 ~ 38.1%

%35.78
%26.12
%38.1

CMYK color model

#C892D5 color CMYK value is (6,31,0,16).

  • cyan value is 6.10%
  • magenta value is 31.46%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(6,31,0,16)
C6M31Y0K16 
(6%,31%,0%,16%)
(0.06/0.31/0.00/0.16)	

CMYK percentages

%6.1
%31.46
%0
%16.47

Codes

Color #C892D5 in popluar color models

C892D5
RGB200146213
HSL288°44.37%70.39%
HSB/HSV288°31.46%83.53%
CMYK6.10%31.46%0.00%
16.47%

Color #C892D5 in popluar number systems.

HEXC892D5
Decimal200146213
Binary110010001001001011010101
Octal310222325

Shades and tints

Shades of #C892D5

#C892D5
(200,146,213)
#B685C2
(182,133,194)
#A478AF
(164,120,175)
#926B9C
(146,107,156)
#805E89
(128,94,137)
#6E5176
(110,81,118)
#5C4463
(92,68,99)
#4A3750
(74,55,80)
#382A3D
(56,42,61)
#261D2A
(38,29,42)
#141017
(20,16,23)
#000000
(0,0,0)

Tints of #C892D5

#C892D5
(200,146,213)
#CD9BD8
(205,155,216)
#D2A4DB
(210,164,219)
#D7ADDE
(215,173,222)
#DCB6E1
(220,182,225)
#E1BFE4
(225,191,228)
#E6C8E7
(230,200,231)
#EBD1EA
(235,209,234)
#F0DAED
(240,218,237)
#F5E3F0
(245,227,240)
#FAECF3
(250,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C892D5; }

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

This text font color is #C892D5.


Background Color

.myBgColor { background-color: #C892D5; }

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

This div background color is #C892D5.


Border color

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

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

This div border color is #C892D5.


Opacity

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

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

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

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

This text has shadow with #C892D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C892D5 on black background.


Color preview on white background

This text has color #C892D5 on white background.



Black color preview on #C892D5 background

This text has black color on #C892D5 background.


White color preview on #C892D5 background

This text has white color on #C892D5 background.