COLOR #C88291

HEX: #C88291 RGB: (200,130,145)

Color info

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

RGB color model

#C88291 color RGB value is (200,130,145).

RGB: (200,130,145) (78%, 51%, 57%)

RGB channels and saturation

R 200 of 255 = 78%
G 130 of 255 = 51%
B 145 of 255 = 57%

200
130
145

R + G + B ~ 62%. #C88291 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 130 + 145 = 475 (100%)
R 200 of 475 ~ 42.11%
G 130 of 475 ~ 27.37%
B 145 of 475 ~ 30.53'%

%42.11
%27.37
%30.53

CMYK color model

#C88291 color CMYK value is (0,35,28,22).

  • cyan value is 0.00%
  • magenta value is 35.00%
  • yellow value is 27.50%
  • key color value is 21.57%

CMYK: (0,35,28,22)
C0M35Y28K22 (0%, 35%, 28%, 22%)
(0.00 / 0.35 / 0.28 / 0.22)

CMYK percentages

%0
%35
%27.5
%21.57

Codes

Color #C88291 in popluar color models

C8 82 91
RGB 200 130 145
HSL 347° 38.89% 64.71%
HSB/HSV 347° 35.00% 78.43%
CMYK 0.00% 35.00% 27.50%
21.57%

Color #C88291 in popluar number systems.

HEX C8 82 91
Decimal 200 130 145
Binary 11001000 10000010 10010001
Octal 310 202 221

Shades and tints

Shades of #C88291

#C88291
(200,130,145)
#B67784
(182,119,132)
#A46C77
(164,108,119)
#92616A
(146,97,106)
#80565D
(128,86,93)
#6E4B50
(110,75,80)
#5C4043
(92,64,67)
#4A3536
(74,53,54)
#382A29
(56,42,41)
#261F1C
(38,31,28)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #C88291

#C88291
(200,130,145)
#CD8D9B
(205,141,155)
#D298A5
(210,152,165)
#D7A3AF
(215,163,175)
#DCAEB9
(220,174,185)
#E1B9C3
(225,185,195)
#E6C4CD
(230,196,205)
#EBCFD7
(235,207,215)
#F0DAE1
(240,218,225)
#F5E5EB
(245,229,235)
#FAF0F5
(250,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C88291; }

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

This text font color is #C88291.

Background Color

.myBgColor { background-color: #C88291; }

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

This div background color is #C88291.

Border color

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

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

This div border color is #C88291.

Opacity

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

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

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

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

This text has shadow with #C88291 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C88291.

Preview

Color preview on black background

This text has color #C88291 on black background.


Color preview on white background

This text has color #C88291 on white background.


Black color preview on #C88291 background

This text has black color on #C88291 background.


White color preview on #C88291 background

This text has white color on #C88291 background.


Related colors

Complementary color

Complementary color for #hex is #377D6E.


I love getcolorcode.com

Triadic colors

1 #91C882 and #8291C8 with #C88291 are triadic colors.

2 #9182C8 and #82C891 with #C88291 are triadic colors.