COLOR #C89284

HEX: #C89284
RGB: (200,146,132)

Color info

#C89284 contains mainly red and green colors. Web safe color of #C89284 is #CC9999 (or #C99).

RGB color model

#C89284 color RGB value is (200,146,132).

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

RGB channels and saturation

R 200 of 255 = 78%
G 146 of 255 = 57%
B 132 of 255 = 52%

200
146
132

R + G + B ~ 62%. #C89284 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 146 + 132 = 478 (100%)
R 200 of 478 ~ 41.84%
G 146 of 478 ~ 30.54%
B 132 of 478 ~ 27.62%

%41.84
%30.54
%27.62

CMYK color model

#C89284 color CMYK value is (0,27,34,22).

  • cyan value is 0.00%
  • magenta value is 27.00%
  • yellow value is 34.00%
  • key color value is 21.57%
CMYK:
(0,27,34,22)
C0M27Y34K22 
(0%,27%,34%,22%)
(0.00/0.27/0.34/0.22)	

CMYK percentages

%0
%27
%34
%21.57

Codes

Color #C89284 in popluar color models

C89284
RGB200146132
HSL12°38.20%65.10%
HSB/HSV12°34.00%78.43%
CMYK0.00%27.00%34.00%
21.57%

Color #C89284 in popluar number systems.

HEXC89284
Decimal200146132
Binary110010001001001010000100
Octal310222204

Shades and tints

Shades of #C89284

#C89284
(200,146,132)
#B68578
(182,133,120)
#A4786C
(164,120,108)
#926B60
(146,107,96)
#805E54
(128,94,84)
#6E5148
(110,81,72)
#5C443C
(92,68,60)
#4A3730
(74,55,48)
#382A24
(56,42,36)
#261D18
(38,29,24)
#14100C
(20,16,12)
#000000
(0,0,0)

Tints of #C89284

#C89284
(200,146,132)
#CD9B8F
(205,155,143)
#D2A49A
(210,164,154)
#D7ADA5
(215,173,165)
#DCB6B0
(220,182,176)
#E1BFBB
(225,191,187)
#E6C8C6
(230,200,198)
#EBD1D1
(235,209,209)
#F0DADC
(240,218,220)
#F5E3E7
(245,227,231)
#FAECF2
(250,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C89284; }

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

This text font color is #C89284.


Background Color

.myBgColor { background-color: #C89284; }

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

This div background color is #C89284.


Border color

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

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

This div border color is #C89284.


Opacity

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

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

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

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

This text has shadow with #C89284 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C89284 on black background.


Color preview on white background

This text has color #C89284 on white background.



Black color preview on #C89284 background

This text has black color on #C89284 background.


White color preview on #C89284 background

This text has white color on #C89284 background.