COLOR #C88A98

HEX: #C88A98 RGB: (200,138,152)

Color info

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

RGB color model

#C88A98 color RGB value is (200,138,152).

RGB: (200,138,152) (78%, 54%, 60%)

RGB channels and saturation

R 200 of 255 = 78%
G 138 of 255 = 54%
B 152 of 255 = 60%

200
138
152

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

Portions of RGB colors in percentages

R + G + B = 200 + 138 + 152 = 490 (100%)
R 200 of 490 ~ 40.82%
G 138 of 490 ~ 28.16%
B 152 of 490 ~ 31.02'%

%40.82
%28.16
%31.02

CMYK color model

#C88A98 color CMYK value is (0,31,24,22).

  • cyan value is 0.00%
  • magenta value is 31.00%
  • yellow value is 24.00%
  • key color value is 21.57%
CMYK: (0,31,24,22) C0M31Y24K22 (0%,31%,24%,22%) (0.00/0.31/0.24/0.22) 

CMYK percentages

%0
%31
%24
%21.57

Codes

Color #C88A98 in popluar color models

C8 8A 98
RGB 200 138 152
HSL 346° 36.05% 66.27%
HSB/HSV 346° 31.00% 78.43%
CMYK 0.00% 31.00% 24.00%
21.57%

Color #C88A98 in popluar number systems.

HEX C8 8A 98
Decimal 200 138 152
Binary 11001000 10001010 10011000
Octal 310 212 230

Shades and tints

Shades of #C88A98

#C88A98
(200,138,152)
#B67E8B
(182,126,139)
#A4727E
(164,114,126)
#926671
(146,102,113)
#805A64
(128,90,100)
#6E4E57
(110,78,87)
#5C424A
(92,66,74)
#4A363D
(74,54,61)
#382A30
(56,42,48)
#261E23
(38,30,35)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #C88A98

#C88A98
(200,138,152)
#CD94A1
(205,148,161)
#D29EAA
(210,158,170)
#D7A8B3
(215,168,179)
#DCB2BC
(220,178,188)
#E1BCC5
(225,188,197)
#E6C6CE
(230,198,206)
#EBD0D7
(235,208,215)
#F0DAE0
(240,218,224)
#F5E4E9
(245,228,233)
#FAEEF2
(250,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C88A98 color. Also use rgb(200,138,152) instead hex code.

Text Font Color

.myTextColor { color: #C88A98; }

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

This text font color is #C88A98.

Background Color

.myBgColor { background-color: #C88A98; }

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

This div background color is #C88A98.

Border color

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

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

This div border color is #C88A98.

Opacity

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

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

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

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

This text has shadow with #C88A98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C88A98.

Preview

Color preview on black background

This text has color #C88A98 on black background.


Color preview on white background

This text has color #C88A98 on white background.


Black color preview on #C88A98 background

This text has black color on #C88A98 background.


White color preview on #C88A98 background

This text has white color on #C88A98 background.


Related colors

Complementary color

Complementary color for #hex is #377567.


I love getcolorcode.com

Triadic colors

1 #98C88A and #8A98C8 with #C88A98 are triadic colors.

2 #988AC8 and #8AC898 with #C88A98 are triadic colors.