COLOR #C99880

HEX: #C99880
RGB: (201,152,128)

Color info

#C99880 contains mainly red and green colors. Web safe color of #C99880 is #CC9966 (or #C96).

RGB color model

#C99880 color RGB value is (201,152,128).

  • red value is 201;
  • green value is 152;
  • blue value is 128.
RGB:
(201,152,128)
(79%,60%,50%)

RGB channels and saturation

R 201 of 255 = 79%
G 152 of 255 = 60%
B 128 of 255 = 50%

201
152
128

R + G + B ~ 63%. #C99880 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 152 + 128 = 481 (100%)
R 201 of 481 ~ 41.79%
G 152 of 481 ~ 31.6%
B 128 of 481 ~ 26.61%

%41.79
%31.6
%26.61

CMYK color model

#C99880 color CMYK value is (0,24,36,21).

  • cyan value is 0.00%
  • magenta value is 24.38%
  • yellow value is 36.32%
  • key color value is 21.18%
CMYK:
(0,24,36,21)
C0M24Y36K21 
(0%,24%,36%,21%)
(0.00/0.24/0.36/0.21)	

CMYK percentages

%0
%24.38
%36.32
%21.18

Codes

Color #C99880 in popluar color models

C99880
RGB201152128
HSL20°40.33%64.51%
HSB/HSV20°36.32%78.82%
CMYK0.00%24.38%36.32%
21.18%

Color #C99880 in popluar number systems.

HEXC99880
Decimal201152128
Binary110010011001100010000000
Octal311230200

Shades and tints

Shades of #C99880

#C99880
(201,152,128)
#B78B75
(183,139,117)
#A57E6A
(165,126,106)
#93715F
(147,113,95)
#816454
(129,100,84)
#6F5749
(111,87,73)
#5D4A3E
(93,74,62)
#4B3D33
(75,61,51)
#393028
(57,48,40)
#27231D
(39,35,29)
#151612
(21,22,18)
#000000
(0,0,0)

Tints of #C99880

#C99880
(201,152,128)
#CDA18B
(205,161,139)
#D1AA96
(209,170,150)
#D5B3A1
(213,179,161)
#D9BCAC
(217,188,172)
#DDC5B7
(221,197,183)
#E1CEC2
(225,206,194)
#E5D7CD
(229,215,205)
#E9E0D8
(233,224,216)
#EDE9E3
(237,233,227)
#F1F2EE
(241,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C99880 color. Also use rgb(201,152,128) instead hex code.

Text Font Color

.myTextColor { color: #C99880; }

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

This text font color is #C99880.


Background Color

.myBgColor { background-color: #C99880; }

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

This div background color is #C99880.


Border color

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

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

This div border color is #C99880.


Opacity

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

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

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

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

This text has shadow with #C99880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C99880 on black background.


Color preview on white background

This text has color #C99880 on white background.



Black color preview on #C99880 background

This text has black color on #C99880 background.


White color preview on #C99880 background

This text has white color on #C99880 background.