COLOR #C99489

HEX: #C99489
RGB: (201,148,137)

Color info

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

RGB color model

#C99489 color RGB value is (201,148,137).

  • red value is 201;
  • green value is 148;
  • blue value is 137.
RGB:
(201,148,137)
(79%,58%,54%)

RGB channels and saturation

R 201 of 255 = 79%
G 148 of 255 = 58%
B 137 of 255 = 54%

201
148
137

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

Portions of RGB colors in percentages

R + G + B =
201 + 148 + 137 = 486 (100%)
R 201 of 486 ~ 41.36%
G 148 of 486 ~ 30.45%
B 137 of 486 ~ 28.19%

%41.36
%30.45
%28.19

CMYK color model

#C99489 color CMYK value is (0,26,32,21).

  • cyan value is 0.00%
  • magenta value is 26.37%
  • yellow value is 31.84%
  • key color value is 21.18%
CMYK:
(0,26,32,21)
C0M26Y32K21 
(0%,26%,32%,21%)
(0.00/0.26/0.32/0.21)	

CMYK percentages

%0
%26.37
%31.84
%21.18

Codes

Color #C99489 in popluar color models

C99489
RGB201148137
HSL10°37.21%66.27%
HSB/HSV10°31.84%78.82%
CMYK0.00%26.37%31.84%
21.18%

Color #C99489 in popluar number systems.

HEXC99489
Decimal201148137
Binary110010011001010010001001
Octal311224211

Shades and tints

Shades of #C99489

#C99489
(201,148,137)
#B7877D
(183,135,125)
#A57A71
(165,122,113)
#936D65
(147,109,101)
#816059
(129,96,89)
#6F534D
(111,83,77)
#5D4641
(93,70,65)
#4B3935
(75,57,53)
#392C29
(57,44,41)
#271F1D
(39,31,29)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #C99489

#C99489
(201,148,137)
#CD9D93
(205,157,147)
#D1A69D
(209,166,157)
#D5AFA7
(213,175,167)
#D9B8B1
(217,184,177)
#DDC1BB
(221,193,187)
#E1CAC5
(225,202,197)
#E5D3CF
(229,211,207)
#E9DCD9
(233,220,217)
#EDE5E3
(237,229,227)
#F1EEED
(241,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C99489 color. Also use rgb(201,148,137) instead hex code.

Text Font Color

.myTextColor { color: #C99489; }

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

This text font color is #C99489.


Background Color

.myBgColor { background-color: #C99489; }

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

This div background color is #C99489.


Border color

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

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

This div border color is #C99489.


Opacity

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

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

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

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

This text has shadow with #C99489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C99489 on black background.


Color preview on white background

This text has color #C99489 on white background.



Black color preview on #C99489 background

This text has black color on #C99489 background.


White color preview on #C99489 background

This text has white color on #C99489 background.