COLOR #C97885

HEX: #C97885
RGB: (201,120,133)

Color info

#C97885 contains mainly red color. Web safe color of #C97885 is #CC6699 (or #C69).

RGB color model

#C97885 color RGB value is (201,120,133).

  • red value is 201;
  • green value is 120;
  • blue value is 133.
RGB:
(201,120,133)
(79%,47%,52%)

RGB channels and saturation

R 201 of 255 = 79%
G 120 of 255 = 47%
B 133 of 255 = 52%

201
120
133

R + G + B ~ 59%. #C97885 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
201 + 120 + 133 = 454 (100%)
R 201 of 454 ~ 44.27%
G 120 of 454 ~ 26.43%
B 133 of 454 ~ 29.3%

%44.27
%26.43
%29.3

CMYK color model

#C97885 color CMYK value is (0,40,34,21).

  • cyan value is 0.00%
  • magenta value is 40.30%
  • yellow value is 33.83%
  • key color value is 21.18%
CMYK:
(0,40,34,21)
C0M40Y34K21 
(0%,40%,34%,21%)
(0.00/0.40/0.34/0.21)	

CMYK percentages

%0
%40.3
%33.83
%21.18

Codes

Color #C97885 in popluar color models

C97885
RGB201120133
HSL350°42.86%62.94%
HSB/HSV350°40.30%78.82%
CMYK0.00%40.30%33.83%
21.18%

Color #C97885 in popluar number systems.

HEXC97885
Decimal201120133
Binary11001001111100010000101
Octal311170205

Shades and tints

Shades of #C97885

#C97885
(201,120,133)
#B76E79
(183,110,121)
#A5646D
(165,100,109)
#935A61
(147,90,97)
#815055
(129,80,85)
#6F4649
(111,70,73)
#5D3C3D
(93,60,61)
#4B3231
(75,50,49)
#392825
(57,40,37)
#271E19
(39,30,25)
#15140D
(21,20,13)
#000000
(0,0,0)

Tints of #C97885

#C97885
(201,120,133)
#CD8490
(205,132,144)
#D1909B
(209,144,155)
#D59CA6
(213,156,166)
#D9A8B1
(217,168,177)
#DDB4BC
(221,180,188)
#E1C0C7
(225,192,199)
#E5CCD2
(229,204,210)
#E9D8DD
(233,216,221)
#EDE4E8
(237,228,232)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C97885 color. Also use rgb(201,120,133) instead hex code.

Text Font Color

.myTextColor { color: #C97885; }

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

This text font color is #C97885.


Background Color

.myBgColor { background-color: #C97885; }

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

This div background color is #C97885.


Border color

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

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

This div border color is #C97885.


Opacity

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

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

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

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

This text has shadow with #C97885 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C97885 on black background.


Color preview on white background

This text has color #C97885 on white background.



Black color preview on #C97885 background

This text has black color on #C97885 background.


White color preview on #C97885 background

This text has white color on #C97885 background.