COLOR #C89288

HEX: #C89288 RGB: (200,146,136)

Color info

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

RGB color model

#C89288 color RGB value is (200,146,136).

RGB: (200,146,136) (78%, 57%, 53%)

RGB channels and saturation

R 200 of 255 = 78%
G 146 of 255 = 57%
B 136 of 255 = 53%

200
146
136

R + G + B ~ 63%. #C89288 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 146 + 136 = 482 (100%)
R 200 of 482 ~ 41.49%
G 146 of 482 ~ 30.29%
B 136 of 482 ~ 28.22'%

%41.49
%30.29
%28.22

CMYK color model

#C89288 color CMYK value is (0,27,32,22).

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

CMYK: (0,27,32,22)
C0M27Y32K22 (0%, 27%, 32%, 22%)
(0.00 / 0.27 / 0.32 / 0.22)

CMYK percentages

%0
%27
%32
%21.57

Codes

Color #C89288 in popluar color models

C8 92 88
RGB 200 146 136
HSL 36.78% 65.88%
HSB/HSV 32.00% 78.43%
CMYK 0.00% 27.00% 32.00%
21.57%

Color #C89288 in popluar number systems.

HEX C8 92 88
Decimal 200 146 136
Binary 11001000 10010010 10001000
Octal 310 222 210

Shades and tints

Shades of #C89288

#C89288
(200,146,136)
#B6857C
(182,133,124)
#A47870
(164,120,112)
#926B64
(146,107,100)
#805E58
(128,94,88)
#6E514C
(110,81,76)
#5C4440
(92,68,64)
#4A3734
(74,55,52)
#382A28
(56,42,40)
#261D1C
(38,29,28)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #C89288

#C89288
(200,146,136)
#CD9B92
(205,155,146)
#D2A49C
(210,164,156)
#D7ADA6
(215,173,166)
#DCB6B0
(220,182,176)
#E1BFBA
(225,191,186)
#E6C8C4
(230,200,196)
#EBD1CE
(235,209,206)
#F0DAD8
(240,218,216)
#F5E3E2
(245,227,226)
#FAECEC
(250,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C89288; }

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

This text font color is #C89288.

Background Color

.myBgColor { background-color: #C89288; }

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

This div background color is #C89288.

Border color

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

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

This div border color is #C89288.

Opacity

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

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

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

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

This text has shadow with #C89288 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C89288.

Preview

Color preview on black background

This text has color #C89288 on black background.


Color preview on white background

This text has color #C89288 on white background.


Black color preview on #C89288 background

This text has black color on #C89288 background.


White color preview on #C89288 background

This text has white color on #C89288 background.


Related colors

Complementary color

Complementary color for #hex is #376D77.


I love getcolorcode.com

Triadic colors

1 #88C892 and #9288C8 with #C89288 are triadic colors.

2 #8892C8 and #92C888 with #C89288 are triadic colors.