COLOR #C8869B

HEX: #C8869B RGB: (200,134,155)

Color info

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

RGB color model

#C8869B color RGB value is (200,134,155).

RGB: (200,134,155) (78%, 53%, 61%)

RGB channels and saturation

R 200 of 255 = 78%
G 134 of 255 = 53%
B 155 of 255 = 61%

200
134
155

R + G + B ~ 64%. #C8869B is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 134 + 155 = 489 (100%)
R 200 of 489 ~ 40.9%
G 134 of 489 ~ 27.4%
B 155 of 489 ~ 31.7'%

%40.9
%27.4
%31.7

CMYK color model

#C8869B color CMYK value is (0,33,23,22).

  • cyan value is 0.00%
  • magenta value is 33.00%
  • yellow value is 22.50%
  • key color value is 21.57%

CMYK: (0,33,23,22)
C0M33Y23K22 (0%, 33%, 23%, 22%)
(0.00 / 0.33 / 0.23 / 0.22)

CMYK percentages

%0
%33
%22.5
%21.57

Codes

Color #C8869B in popluar color models

C8 86 9B
RGB 200 134 155
HSL 341° 37.50% 65.49%
HSB/HSV 341° 33.00% 78.43%
CMYK 0.00% 33.00% 22.50%
21.57%

Color #C8869B in popluar number systems.

HEX C8 86 9B
Decimal 200 134 155
Binary 11001000 10000110 10011011
Octal 310 206 233

Shades and tints

Shades of #C8869B

#C8869B
(200,134,155)
#B67A8D
(182,122,141)
#A46E7F
(164,110,127)
#926271
(146,98,113)
#805663
(128,86,99)
#6E4A55
(110,74,85)
#5C3E47
(92,62,71)
#4A3239
(74,50,57)
#38262B
(56,38,43)
#261A1D
(38,26,29)
#140E0F
(20,14,15)
#000000
(0,0,0)

Tints of #C8869B

#C8869B
(200,134,155)
#CD91A4
(205,145,164)
#D29CAD
(210,156,173)
#D7A7B6
(215,167,182)
#DCB2BF
(220,178,191)
#E1BDC8
(225,189,200)
#E6C8D1
(230,200,209)
#EBD3DA
(235,211,218)
#F0DEE3
(240,222,227)
#F5E9EC
(245,233,236)
#FAF4F5
(250,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8869B color. Also use rgb(200,134,155) instead hex code.

Text Font Color

.myTextColor { color: #C8869B; }

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

This text font color is #C8869B.

Background Color

.myBgColor { background-color: #C8869B; }

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

This div background color is #C8869B.

Border color

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

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

This div border color is #C8869B.

Opacity

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

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

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

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

This text has shadow with #C8869B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8869B.

Preview

Color preview on black background

This text has color #C8869B on black background.


Color preview on white background

This text has color #C8869B on white background.


Black color preview on #C8869B background

This text has black color on #C8869B background.


White color preview on #C8869B background

This text has white color on #C8869B background.


Related colors

Complementary color

Complementary color for #hex is #377964.


I love getcolorcode.com

Triadic colors

1 #9BC886 and #869BC8 with #C8869B are triadic colors.

2 #9B86C8 and #86C89B with #C8869B are triadic colors.