COLOR #C98287

HEX: #C98287 RGB: (201,130,135)

Color info

#C98287 contains mainly red color. Web safe color of #C98287 is #CC9999 (or #C99).

RGB color model

#C98287 color RGB value is (201,130,135).

RGB: (201,130,135) (79%, 51%, 53%)

RGB channels and saturation

R 201 of 255 = 79%
G 130 of 255 = 51%
B 135 of 255 = 53%

201
130
135

R + G + B ~ 61%. #C98287 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 130 + 135 = 466 (100%)
R 201 of 466 ~ 43.13%
G 130 of 466 ~ 27.9%
B 135 of 466 ~ 28.97'%

%43.13
%27.9
%28.97

CMYK color model

#C98287 color CMYK value is (0,35,33,21).

  • cyan value is 0.00%
  • magenta value is 35.32%
  • yellow value is 32.84%
  • key color value is 21.18%

CMYK: (0,35,33,21)
C0M35Y33K21 (0%, 35%, 33%, 21%)
(0.00 / 0.35 / 0.33 / 0.21)

CMYK percentages

%0
%35.32
%32.84
%21.18

Codes

Color #C98287 in popluar color models

C9 82 87
RGB 201 130 135
HSL 356° 39.66% 64.90%
HSB/HSV 356° 35.32% 78.82%
CMYK 0.00% 35.32% 32.84%
21.18%

Color #C98287 in popluar number systems.

HEX C9 82 87
Decimal 201 130 135
Binary 11001001 10000010 10000111
Octal 311 202 207

Shades and tints

Shades of #C98287

#C98287
(201,130,135)
#B7777B
(183,119,123)
#A56C6F
(165,108,111)
#936163
(147,97,99)
#815657
(129,86,87)
#6F4B4B
(111,75,75)
#5D403F
(93,64,63)
#4B3533
(75,53,51)
#392A27
(57,42,39)
#271F1B
(39,31,27)
#15140F
(21,20,15)
#000000
(0,0,0)

Tints of #C98287

#C98287
(201,130,135)
#CD8D91
(205,141,145)
#D1989B
(209,152,155)
#D5A3A5
(213,163,165)
#D9AEAF
(217,174,175)
#DDB9B9
(221,185,185)
#E1C4C3
(225,196,195)
#E5CFCD
(229,207,205)
#E9DAD7
(233,218,215)
#EDE5E1
(237,229,225)
#F1F0EB
(241,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C98287 color. Also use rgb(201,130,135) instead hex code.

Text Font Color

.myTextColor { color: #C98287; }

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

This text font color is #C98287.

Background Color

.myBgColor { background-color: #C98287; }

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

This div background color is #C98287.

Border color

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

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

This div border color is #C98287.

Opacity

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

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

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

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

This text has shadow with #C98287 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C98287.

Preview

Color preview on black background

This text has color #C98287 on black background.


Color preview on white background

This text has color #C98287 on white background.


Black color preview on #C98287 background

This text has black color on #C98287 background.


White color preview on #C98287 background

This text has white color on #C98287 background.


Related colors

Complementary color

Complementary color for #hex is #367D78.


I love getcolorcode.com

Triadic colors

1 #87C982 and #8287C9 with #C98287 are triadic colors.

2 #8782C9 and #82C987 with #C98287 are triadic colors.