COLOR #C88099

HEX: #C88099 RGB: (200,128,153)

Color info

#C88099 contains mainly red and blue colors. Web safe color of #C88099 is #CC6699 (or #C69).

RGB color model

#C88099 color RGB value is (200,128,153).

RGB: (200,128,153) (78%, 50%, 60%)

RGB channels and saturation

R 200 of 255 = 78%
G 128 of 255 = 50%
B 153 of 255 = 60%

200
128
153

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

Portions of RGB colors in percentages

R + G + B = 200 + 128 + 153 = 481 (100%)
R 200 of 481 ~ 41.58%
G 128 of 481 ~ 26.61%
B 153 of 481 ~ 31.81'%

%41.58
%26.61
%31.81

CMYK color model

#C88099 color CMYK value is (0,36,24,22).

  • cyan value is 0.00%
  • magenta value is 36.00%
  • yellow value is 23.50%
  • key color value is 21.57%

CMYK: (0,36,24,22)
C0M36Y24K22 (0%, 36%, 24%, 22%)
(0.00 / 0.36 / 0.24 / 0.22)

CMYK percentages

%0
%36
%23.5
%21.57

Codes

Color #C88099 in popluar color models

C8 80 99
RGB 200 128 153
HSL 339° 39.56% 64.31%
HSB/HSV 339° 36.00% 78.43%
CMYK 0.00% 36.00% 23.50%
21.57%

Color #C88099 in popluar number systems.

HEX C8 80 99
Decimal 200 128 153
Binary 11001000 10000000 10011001
Octal 310 200 231

Shades and tints

Shades of #C88099

#C88099
(200,128,153)
#B6758C
(182,117,140)
#A46A7F
(164,106,127)
#925F72
(146,95,114)
#805465
(128,84,101)
#6E4958
(110,73,88)
#5C3E4B
(92,62,75)
#4A333E
(74,51,62)
#382831
(56,40,49)
#261D24
(38,29,36)
#141217
(20,18,23)
#000000
(0,0,0)

Tints of #C88099

#C88099
(200,128,153)
#CD8BA2
(205,139,162)
#D296AB
(210,150,171)
#D7A1B4
(215,161,180)
#DCACBD
(220,172,189)
#E1B7C6
(225,183,198)
#E6C2CF
(230,194,207)
#EBCDD8
(235,205,216)
#F0D8E1
(240,216,225)
#F5E3EA
(245,227,234)
#FAEEF3
(250,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C88099 color. Also use rgb(200,128,153) instead hex code.

Text Font Color

.myTextColor { color: #C88099; }

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

This text font color is #C88099.

Background Color

.myBgColor { background-color: #C88099; }

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

This div background color is #C88099.

Border color

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

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

This div border color is #C88099.

Opacity

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

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

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

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

This text has shadow with #C88099 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C88099.

Preview

Color preview on black background

This text has color #C88099 on black background.


Color preview on white background

This text has color #C88099 on white background.


Black color preview on #C88099 background

This text has black color on #C88099 background.


White color preview on #C88099 background

This text has white color on #C88099 background.


Related colors

Complementary color

Complementary color for #hex is #377F66.


I love getcolorcode.com

Triadic colors

1 #99C880 and #8099C8 with #C88099 are triadic colors.

2 #9980C8 and #80C899 with #C88099 are triadic colors.