COLOR #C99277

HEX: #C99277 RGB: (201,146,119)

Color info

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

RGB color model

#C99277 color RGB value is (201,146,119).

RGB: (201,146,119) (79%, 57%, 47%)

RGB channels and saturation

R 201 of 255 = 79%
G 146 of 255 = 57%
B 119 of 255 = 47%

201
146
119

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

Portions of RGB colors in percentages

R + G + B = 201 + 146 + 119 = 466 (100%)
R 201 of 466 ~ 43.13%
G 146 of 466 ~ 31.33%
B 119 of 466 ~ 25.54'%

%43.13
%31.33
%25.54

CMYK color model

#C99277 color CMYK value is (0,27,41,21).

  • cyan value is 0.00%
  • magenta value is 27.36%
  • yellow value is 40.80%
  • key color value is 21.18%

CMYK: (0,27,41,21)
C0M27Y41K21 (0%, 27%, 41%, 21%)
(0.00 / 0.27 / 0.41 / 0.21)

CMYK percentages

%0
%27.36
%40.8
%21.18

Codes

Color #C99277 in popluar color models

C9 92 77
RGB 201 146 119
HSL 20° 43.16% 62.75%
HSB/HSV 20° 40.80% 78.82%
CMYK 0.00% 27.36% 40.80%
21.18%

Color #C99277 in popluar number systems.

HEX C9 92 77
Decimal 201 146 119
Binary 11001001 10010010 1110111
Octal 311 222 167

Shades and tints

Shades of #C99277

#C99277
(201,146,119)
#B7856D
(183,133,109)
#A57863
(165,120,99)
#936B59
(147,107,89)
#815E4F
(129,94,79)
#6F5145
(111,81,69)
#5D443B
(93,68,59)
#4B3731
(75,55,49)
#392A27
(57,42,39)
#271D1D
(39,29,29)
#151013
(21,16,19)
#000000
(0,0,0)

Tints of #C99277

#C99277
(201,146,119)
#CD9B83
(205,155,131)
#D1A48F
(209,164,143)
#D5AD9B
(213,173,155)
#D9B6A7
(217,182,167)
#DDBFB3
(221,191,179)
#E1C8BF
(225,200,191)
#E5D1CB
(229,209,203)
#E9DAD7
(233,218,215)
#EDE3E3
(237,227,227)
#F1ECEF
(241,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C99277 color. Also use rgb(201,146,119) instead hex code.

Text Font Color

.myTextColor { color: #C99277; }

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

This text font color is #C99277.

Background Color

.myBgColor { background-color: #C99277; }

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

This div background color is #C99277.

Border color

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

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

This div border color is #C99277.

Opacity

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

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

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

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

This text has shadow with #C99277 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C99277.

Preview

Color preview on black background

This text has color #C99277 on black background.


Color preview on white background

This text has color #C99277 on white background.


Black color preview on #C99277 background

This text has black color on #C99277 background.


White color preview on #C99277 background

This text has white color on #C99277 background.


Related colors

Complementary color

Complementary color for #hex is #366D88.


I love getcolorcode.com

Triadic colors

1 #77C992 and #9277C9 with #C99277 are triadic colors.

2 #7792C9 and #92C977 with #C99277 are triadic colors.