COLOR #C88F91

HEX: #C88F91
RGB: (200,143,145)

Color info

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

RGB color model

#C88F91 color RGB value is (200,143,145).

  • red value is 200;
  • green value is 143;
  • blue value is 145.
RGB:
(200,143,145)
(78%,56%,57%)

RGB channels and saturation

R 200 of 255 = 78%
G 143 of 255 = 56%
B 145 of 255 = 57%

200
143
145

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

Portions of RGB colors in percentages

R + G + B =
200 + 143 + 145 = 488 (100%)
R 200 of 488 ~ 40.98%
G 143 of 488 ~ 29.3%
B 145 of 488 ~ 29.71%

%40.98
%29.3
%29.71

CMYK color model

#C88F91 color CMYK value is (0,29,28,22).

  • cyan value is 0.00%
  • magenta value is 28.50%
  • yellow value is 27.50%
  • key color value is 21.57%
CMYK:
(0,29,28,22)
C0M29Y28K22 
(0%,29%,28%,22%)
(0.00/0.29/0.28/0.22)	

CMYK percentages

%0
%28.5
%27.5
%21.57

Codes

Color #C88F91 in popluar color models

C88F91
RGB200143145
HSL358°34.13%67.25%
HSB/HSV358°28.50%78.43%
CMYK0.00%28.50%27.50%
21.57%

Color #C88F91 in popluar number systems.

HEXC88F91
Decimal200143145
Binary110010001000111110010001
Octal310217221

Shades and tints

Shades of #C88F91

#C88F91
(200,143,145)
#B68284
(182,130,132)
#A47577
(164,117,119)
#92686A
(146,104,106)
#805B5D
(128,91,93)
#6E4E50
(110,78,80)
#5C4143
(92,65,67)
#4A3436
(74,52,54)
#382729
(56,39,41)
#261A1C
(38,26,28)
#140D0F
(20,13,15)
#000000
(0,0,0)

Tints of #C88F91

#C88F91
(200,143,145)
#CD999B
(205,153,155)
#D2A3A5
(210,163,165)
#D7ADAF
(215,173,175)
#DCB7B9
(220,183,185)
#E1C1C3
(225,193,195)
#E6CBCD
(230,203,205)
#EBD5D7
(235,213,215)
#F0DFE1
(240,223,225)
#F5E9EB
(245,233,235)
#FAF3F5
(250,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C88F91 color. Also use rgb(200,143,145) instead hex code.

Text Font Color

.myTextColor { color: #C88F91; }

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

This text font color is #C88F91.


Background Color

.myBgColor { background-color: #C88F91; }

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

This div background color is #C88F91.


Border color

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

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

This div border color is #C88F91.


Opacity

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

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

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

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

This text has shadow with #C88F91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C88F91 on black background.


Color preview on white background

This text has color #C88F91 on white background.



Black color preview on #C88F91 background

This text has black color on #C88F91 background.


White color preview on #C88F91 background

This text has white color on #C88F91 background.