COLOR #C8909B

HEX: #C8909B RGB: (200,144,155)

Color info

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

RGB color model

#C8909B color RGB value is (200,144,155).

RGB: (200,144,155) (78%, 56%, 61%)

RGB channels and saturation

R 200 of 255 = 78%
G 144 of 255 = 56%
B 155 of 255 = 61%

200
144
155

R + G + B ~ 65%. #C8909B is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 144 + 155 = 499 (100%)
R 200 of 499 ~ 40.08%
G 144 of 499 ~ 28.86%
B 155 of 499 ~ 31.06'%

%40.08
%28.86
%31.06

CMYK color model

#C8909B color CMYK value is (0,28,23,22).

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

CMYK: (0,28,23,22)
C0M28Y23K22 (0%, 28%, 23%, 22%)
(0.00 / 0.28 / 0.23 / 0.22)

CMYK percentages

%0
%28
%22.5
%21.57

Codes

Color #C8909B in popluar color models

C8 90 9B
RGB 200 144 155
HSL 348° 33.73% 67.45%
HSB/HSV 348° 28.00% 78.43%
CMYK 0.00% 28.00% 22.50%
21.57%

Color #C8909B in popluar number systems.

HEX C8 90 9B
Decimal 200 144 155
Binary 11001000 10010000 10011011
Octal 310 220 233

Shades and tints

Shades of #C8909B

#C8909B
(200,144,155)
#B6838D
(182,131,141)
#A4767F
(164,118,127)
#926971
(146,105,113)
#805C63
(128,92,99)
#6E4F55
(110,79,85)
#5C4247
(92,66,71)
#4A3539
(74,53,57)
#38282B
(56,40,43)
#261B1D
(38,27,29)
#140E0F
(20,14,15)
#000000
(0,0,0)

Tints of #C8909B

#C8909B
(200,144,155)
#CD9AA4
(205,154,164)
#D2A4AD
(210,164,173)
#D7AEB6
(215,174,182)
#DCB8BF
(220,184,191)
#E1C2C8
(225,194,200)
#E6CCD1
(230,204,209)
#EBD6DA
(235,214,218)
#F0E0E3
(240,224,227)
#F5EAEC
(245,234,236)
#FAF4F5
(250,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8909B; }

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

This text font color is #C8909B.

Background Color

.myBgColor { background-color: #C8909B; }

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

This div background color is #C8909B.

Border color

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

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

This div border color is #C8909B.

Opacity

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

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

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

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

This text has shadow with #C8909B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8909B.

Preview

Color preview on black background

This text has color #C8909B on black background.


Color preview on white background

This text has color #C8909B on white background.


Black color preview on #C8909B background

This text has black color on #C8909B background.


White color preview on #C8909B background

This text has white color on #C8909B background.


Related colors

Complementary color

Complementary color for #hex is #376F64.


I love getcolorcode.com

Triadic colors

1 #9BC890 and #909BC8 with #C8909B are triadic colors.

2 #9B90C8 and #90C89B with #C8909B are triadic colors.