COLOR #C892A7

HEX: #C892A7
RGB: (200,146,167)

Color info

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

RGB color model

#C892A7 color RGB value is (200,146,167).

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

RGB channels and saturation

R 200 of 255 = 78%
G 146 of 255 = 57%
B 167 of 255 = 65%

200
146
167

R + G + B ~ 67%. #C892A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 146 + 167 = 513 (100%)
R 200 of 513 ~ 38.99%
G 146 of 513 ~ 28.46%
B 167 of 513 ~ 32.55%

%38.99
%28.46
%32.55

CMYK color model

#C892A7 color CMYK value is (0,27,17,22).

  • cyan value is 0.00%
  • magenta value is 27.00%
  • yellow value is 16.50%
  • key color value is 21.57%
CMYK:
(0,27,17,22)
C0M27Y17K22 
(0%,27%,17%,22%)
(0.00/0.27/0.17/0.22)	

CMYK percentages

%0
%27
%16.5
%21.57

Codes

Color #C892A7 in popluar color models

C892A7
RGB200146167
HSL337°32.93%67.84%
HSB/HSV337°27.00%78.43%
CMYK0.00%27.00%16.50%
21.57%

Color #C892A7 in popluar number systems.

HEXC892A7
Decimal200146167
Binary110010001001001010100111
Octal310222247

Shades and tints

Shades of #C892A7

#C892A7
(200,146,167)
#B68598
(182,133,152)
#A47889
(164,120,137)
#926B7A
(146,107,122)
#805E6B
(128,94,107)
#6E515C
(110,81,92)
#5C444D
(92,68,77)
#4A373E
(74,55,62)
#382A2F
(56,42,47)
#261D20
(38,29,32)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #C892A7

#C892A7
(200,146,167)
#CD9BAF
(205,155,175)
#D2A4B7
(210,164,183)
#D7ADBF
(215,173,191)
#DCB6C7
(220,182,199)
#E1BFCF
(225,191,207)
#E6C8D7
(230,200,215)
#EBD1DF
(235,209,223)
#F0DAE7
(240,218,231)
#F5E3EF
(245,227,239)
#FAECF7
(250,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C892A7; }

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

This text font color is #C892A7.


Background Color

.myBgColor { background-color: #C892A7; }

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

This div background color is #C892A7.


Border color

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

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

This div border color is #C892A7.


Opacity

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

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

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

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

This text has shadow with #C892A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C892A7 on black background.


Color preview on white background

This text has color #C892A7 on white background.



Black color preview on #C892A7 background

This text has black color on #C892A7 background.


White color preview on #C892A7 background

This text has white color on #C892A7 background.