COLOR #C88F95

HEX: #C88F95
RGB: (200,143,149)

Color info

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

RGB color model

#C88F95 color RGB value is (200,143,149).

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

RGB channels and saturation

R 200 of 255 = 78%
G 143 of 255 = 56%
B 149 of 255 = 58%

200
143
149

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

Portions of RGB colors in percentages

R + G + B =
200 + 143 + 149 = 492 (100%)
R 200 of 492 ~ 40.65%
G 143 of 492 ~ 29.07%
B 149 of 492 ~ 30.28%

%40.65
%29.07
%30.28

CMYK color model

#C88F95 color CMYK value is (0,29,26,22).

  • cyan value is 0.00%
  • magenta value is 28.50%
  • yellow value is 25.50%
  • key color value is 21.57%
CMYK:
(0,29,26,22)
C0M29Y26K22 
(0%,29%,26%,22%)
(0.00/0.29/0.26/0.22)	

CMYK percentages

%0
%28.5
%25.5
%21.57

Codes

Color #C88F95 in popluar color models

C88F95
RGB200143149
HSL354°34.13%67.25%
HSB/HSV354°28.50%78.43%
CMYK0.00%28.50%25.50%
21.57%

Color #C88F95 in popluar number systems.

HEXC88F95
Decimal200143149
Binary110010001000111110010101
Octal310217225

Shades and tints

Shades of #C88F95

#C88F95
(200,143,149)
#B68288
(182,130,136)
#A4757B
(164,117,123)
#92686E
(146,104,110)
#805B61
(128,91,97)
#6E4E54
(110,78,84)
#5C4147
(92,65,71)
#4A343A
(74,52,58)
#38272D
(56,39,45)
#261A20
(38,26,32)
#140D13
(20,13,19)
#000000
(0,0,0)

Tints of #C88F95

#C88F95
(200,143,149)
#CD999E
(205,153,158)
#D2A3A7
(210,163,167)
#D7ADB0
(215,173,176)
#DCB7B9
(220,183,185)
#E1C1C2
(225,193,194)
#E6CBCB
(230,203,203)
#EBD5D4
(235,213,212)
#F0DFDD
(240,223,221)
#F5E9E6
(245,233,230)
#FAF3EF
(250,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C88F95; }

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

This text font color is #C88F95.


Background Color

.myBgColor { background-color: #C88F95; }

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

This div background color is #C88F95.


Border color

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

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

This div border color is #C88F95.


Opacity

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

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

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

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

This text has shadow with #C88F95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C88F95 on black background.


Color preview on white background

This text has color #C88F95 on white background.



Black color preview on #C88F95 background

This text has black color on #C88F95 background.


White color preview on #C88F95 background

This text has white color on #C88F95 background.