COLOR #C9855C

HEX: #C9855C RGB: (201,133,92)

Color info

#C9855C contains mainly red color. Web safe color of #C9855C is #CC9966 (or #C96).

RGB color model

#C9855C color RGB value is (201,133,92).

RGB: (201,133,92) (79%, 52%, 36%)

RGB channels and saturation

R 201 of 255 = 79%
G 133 of 255 = 52%
B 92 of 255 = 36%

201
133
92

R + G + B ~ 56%. #C9855C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 201 + 133 + 92 = 426 (100%)
R 201 of 426 ~ 47.18%
G 133 of 426 ~ 31.22%
B 92 of 426 ~ 21.6'%

%47.18
%31.22
%21.6

CMYK color model

#C9855C color CMYK value is (0,34,54,21).

  • cyan value is 0.00%
  • magenta value is 33.83%
  • yellow value is 54.23%
  • key color value is 21.18%

CMYK: (0,34,54,21)
C0M34Y54K21 (0%, 34%, 54%, 21%)
(0.00 / 0.34 / 0.54 / 0.21)

CMYK percentages

%0
%33.83
%54.23
%21.18

Codes

Color #C9855C in popluar color models

C9 85 5C
RGB 201 133 92
HSL 23° 50.23% 57.45%
HSB/HSV 23° 54.23% 78.82%
CMYK 0.00% 33.83% 54.23%
21.18%

Color #C9855C in popluar number systems.

HEX C9 85 5C
Decimal 201 133 92
Binary 11001001 10000101 1011100
Octal 311 205 134

Shades and tints

Shades of #C9855C

#C9855C
(201,133,92)
#B77954
(183,121,84)
#A56D4C
(165,109,76)
#936144
(147,97,68)
#81553C
(129,85,60)
#6F4934
(111,73,52)
#5D3D2C
(93,61,44)
#4B3124
(75,49,36)
#39251C
(57,37,28)
#271914
(39,25,20)
#150D0C
(21,13,12)
#000000
(0,0,0)

Tints of #C9855C

#C9855C
(201,133,92)
#CD906A
(205,144,106)
#D19B78
(209,155,120)
#D5A686
(213,166,134)
#D9B194
(217,177,148)
#DDBCA2
(221,188,162)
#E1C7B0
(225,199,176)
#E5D2BE
(229,210,190)
#E9DDCC
(233,221,204)
#EDE8DA
(237,232,218)
#F1F3E8
(241,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9855C color. Also use rgb(201,133,92) instead hex code.

Text Font Color

.myTextColor { color: #C9855C; }

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

This text font color is #C9855C.

Background Color

.myBgColor { background-color: #C9855C; }

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

This div background color is #C9855C.

Border color

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

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

This div border color is #C9855C.

Opacity

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

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

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

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

This text has shadow with #C9855C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9855C.

Preview

Color preview on black background

This text has color #C9855C on black background.


Color preview on white background

This text has color #C9855C on white background.


Black color preview on #C9855C background

This text has black color on #C9855C background.


White color preview on #C9855C background

This text has white color on #C9855C background.


Related colors

Complementary color

Complementary color for #hex is #367AA3.


I love getcolorcode.com

Triadic colors

1 #5CC985 and #855CC9 with #C9855C are triadic colors.

2 #5C85C9 and #85C95C with #C9855C are triadic colors.