COLOR #C99383

HEX: #C99383
RGB: (201,147,131)

Color info

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

RGB color model

#C99383 color RGB value is (201,147,131).

  • red value is 201;
  • green value is 147;
  • blue value is 131.
RGB:
(201,147,131)
(79%,58%,51%)

RGB channels and saturation

R 201 of 255 = 79%
G 147 of 255 = 58%
B 131 of 255 = 51%

201
147
131

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

Portions of RGB colors in percentages

R + G + B =
201 + 147 + 131 = 479 (100%)
R 201 of 479 ~ 41.96%
G 147 of 479 ~ 30.69%
B 131 of 479 ~ 27.35%

%41.96
%30.69
%27.35

CMYK color model

#C99383 color CMYK value is (0,27,35,21).

  • cyan value is 0.00%
  • magenta value is 26.87%
  • yellow value is 34.83%
  • key color value is 21.18%
CMYK:
(0,27,35,21)
C0M27Y35K21 
(0%,27%,35%,21%)
(0.00/0.27/0.35/0.21)	

CMYK percentages

%0
%26.87
%34.83
%21.18

Codes

Color #C99383 in popluar color models

C99383
RGB201147131
HSL14°39.33%65.10%
HSB/HSV14°34.83%78.82%
CMYK0.00%26.87%34.83%
21.18%

Color #C99383 in popluar number systems.

HEXC99383
Decimal201147131
Binary110010011001001110000011
Octal311223203

Shades and tints

Shades of #C99383

#C99383
(201,147,131)
#B78678
(183,134,120)
#A5796D
(165,121,109)
#936C62
(147,108,98)
#815F57
(129,95,87)
#6F524C
(111,82,76)
#5D4541
(93,69,65)
#4B3836
(75,56,54)
#392B2B
(57,43,43)
#271E20
(39,30,32)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #C99383

#C99383
(201,147,131)
#CD9C8E
(205,156,142)
#D1A599
(209,165,153)
#D5AEA4
(213,174,164)
#D9B7AF
(217,183,175)
#DDC0BA
(221,192,186)
#E1C9C5
(225,201,197)
#E5D2D0
(229,210,208)
#E9DBDB
(233,219,219)
#EDE4E6
(237,228,230)
#F1EDF1
(241,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C99383 color. Also use rgb(201,147,131) instead hex code.

Text Font Color

.myTextColor { color: #C99383; }

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

This text font color is #C99383.


Background Color

.myBgColor { background-color: #C99383; }

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

This div background color is #C99383.


Border color

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

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

This div border color is #C99383.


Opacity

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

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

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

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

This text has shadow with #C99383 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C99383 on black background.


Color preview on white background

This text has color #C99383 on white background.



Black color preview on #C99383 background

This text has black color on #C99383 background.


White color preview on #C99383 background

This text has white color on #C99383 background.