COLOR #C9917C

HEX: #C9917C RGB: (201,145,124)

Color info

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

RGB color model

#C9917C color RGB value is (201,145,124).

RGB: (201,145,124) (79%, 57%, 49%)

RGB channels and saturation

R 201 of 255 = 79%
G 145 of 255 = 57%
B 124 of 255 = 49%

201
145
124

R + G + B ~ 62%. #C9917C is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 145 + 124 = 470 (100%)
R 201 of 470 ~ 42.77%
G 145 of 470 ~ 30.85%
B 124 of 470 ~ 26.38'%

%42.77
%30.85
%26.38

CMYK color model

#C9917C color CMYK value is (0,28,38,21).

  • cyan value is 0.00%
  • magenta value is 27.86%
  • yellow value is 38.31%
  • key color value is 21.18%

CMYK: (0,28,38,21)
C0M28Y38K21 (0%, 28%, 38%, 21%)
(0.00 / 0.28 / 0.38 / 0.21)

CMYK percentages

%0
%27.86
%38.31
%21.18

Codes

Color #C9917C in popluar color models

C9 91 7C
RGB 201 145 124
HSL 16° 41.62% 63.73%
HSB/HSV 16° 38.31% 78.82%
CMYK 0.00% 27.86% 38.31%
21.18%

Color #C9917C in popluar number systems.

HEX C9 91 7C
Decimal 201 145 124
Binary 11001001 10010001 1111100
Octal 311 221 174

Shades and tints

Shades of #C9917C

#C9917C
(201,145,124)
#B78471
(183,132,113)
#A57766
(165,119,102)
#936A5B
(147,106,91)
#815D50
(129,93,80)
#6F5045
(111,80,69)
#5D433A
(93,67,58)
#4B362F
(75,54,47)
#392924
(57,41,36)
#271C19
(39,28,25)
#150F0E
(21,15,14)
#000000
(0,0,0)

Tints of #C9917C

#C9917C
(201,145,124)
#CD9B87
(205,155,135)
#D1A592
(209,165,146)
#D5AF9D
(213,175,157)
#D9B9A8
(217,185,168)
#DDC3B3
(221,195,179)
#E1CDBE
(225,205,190)
#E5D7C9
(229,215,201)
#E9E1D4
(233,225,212)
#EDEBDF
(237,235,223)
#F1F5EA
(241,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9917C color. Also use rgb(201,145,124) instead hex code.

Text Font Color

.myTextColor { color: #C9917C; }

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

This text font color is #C9917C.

Background Color

.myBgColor { background-color: #C9917C; }

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

This div background color is #C9917C.

Border color

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

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

This div border color is #C9917C.

Opacity

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

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

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

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

This text has shadow with #C9917C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9917C.

Preview

Color preview on black background

This text has color #C9917C on black background.


Color preview on white background

This text has color #C9917C on white background.


Black color preview on #C9917C background

This text has black color on #C9917C background.


White color preview on #C9917C background

This text has white color on #C9917C background.


Related colors

Complementary color

Complementary color for #hex is #366E83.


I love getcolorcode.com

Triadic colors

1 #7CC991 and #917CC9 with #C9917C are triadic colors.

2 #7C91C9 and #91C97C with #C9917C are triadic colors.