COLOR #C89E92

HEX: #C89E92 RGB: (200,158,146)

Color info

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

RGB color model

#C89E92 color RGB value is (200,158,146).

RGB: (200,158,146) (78%, 62%, 57%)

RGB channels and saturation

R 200 of 255 = 78%
G 158 of 255 = 62%
B 146 of 255 = 57%

200
158
146

R + G + B ~ 66%. #C89E92 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 158 + 146 = 504 (100%)
R 200 of 504 ~ 39.68%
G 158 of 504 ~ 31.35%
B 146 of 504 ~ 28.97'%

%39.68
%31.35
%28.97

CMYK color model

#C89E92 color CMYK value is (0,21,27,22).

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

CMYK: (0,21,27,22)
C0M21Y27K22 (0%, 21%, 27%, 22%)
(0.00 / 0.21 / 0.27 / 0.22)

CMYK percentages

%0
%21
%27
%21.57

Codes

Color #C89E92 in popluar color models

C8 9E 92
RGB 200 158 146
HSL 13° 32.93% 67.84%
HSB/HSV 13° 27.00% 78.43%
CMYK 0.00% 21.00% 27.00%
21.57%

Color #C89E92 in popluar number systems.

HEX C8 9E 92
Decimal 200 158 146
Binary 11001000 10011110 10010010
Octal 310 236 222

Shades and tints

Shades of #C89E92

#C89E92
(200,158,146)
#B69085
(182,144,133)
#A48278
(164,130,120)
#92746B
(146,116,107)
#80665E
(128,102,94)
#6E5851
(110,88,81)
#5C4A44
(92,74,68)
#4A3C37
(74,60,55)
#382E2A
(56,46,42)
#26201D
(38,32,29)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #C89E92

#C89E92
(200,158,146)
#CDA69B
(205,166,155)
#D2AEA4
(210,174,164)
#D7B6AD
(215,182,173)
#DCBEB6
(220,190,182)
#E1C6BF
(225,198,191)
#E6CEC8
(230,206,200)
#EBD6D1
(235,214,209)
#F0DEDA
(240,222,218)
#F5E6E3
(245,230,227)
#FAEEEC
(250,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C89E92; }

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

This text font color is #C89E92.

Background Color

.myBgColor { background-color: #C89E92; }

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

This div background color is #C89E92.

Border color

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

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

This div border color is #C89E92.

Opacity

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

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

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

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

This text has shadow with #C89E92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C89E92.

Preview

Color preview on black background

This text has color #C89E92 on black background.


Color preview on white background

This text has color #C89E92 on white background.


Black color preview on #C89E92 background

This text has black color on #C89E92 background.


White color preview on #C89E92 background

This text has white color on #C89E92 background.


Related colors

Complementary color

Complementary color for #hex is #37616D.


I love getcolorcode.com

Triadic colors

1 #92C89E and #9E92C8 with #C89E92 are triadic colors.

2 #929EC8 and #9EC892 with #C89E92 are triadic colors.