COLOR #C8835B

HEX: #C8835B RGB: (200,131,91)

Color info

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

RGB color model

#C8835B color RGB value is (200,131,91).

RGB: (200,131,91) (78%, 51%, 36%)

RGB channels and saturation

R 200 of 255 = 78%
G 131 of 255 = 51%
B 91 of 255 = 36%

200
131
91

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

Portions of RGB colors in percentages

R + G + B = 200 + 131 + 91 = 422 (100%)
R 200 of 422 ~ 47.39%
G 131 of 422 ~ 31.04%
B 91 of 422 ~ 21.56'%

%47.39
%31.04
%21.56

CMYK color model

#C8835B color CMYK value is (0,35,55,22).

  • cyan value is 0.00%
  • magenta value is 34.50%
  • yellow value is 54.50%
  • key color value is 21.57%
CMYK: (0,35,55,22) C0M35Y55K22 (0%,35%,55%,22%) (0.00/0.35/0.55/0.22) 

CMYK percentages

%0
%34.5
%54.5
%21.57

Codes

Color #C8835B in popluar color models

C8 83 5B
RGB 200 131 91
HSL 22° 49.77% 57.06%
HSB/HSV 22° 54.50% 78.43%
CMYK 0.00% 34.50% 54.50%
21.57%

Color #C8835B in popluar number systems.

HEX C8 83 5B
Decimal 200 131 91
Binary 11001000 10000011 1011011
Octal 310 203 133

Shades and tints

Shades of #C8835B

#C8835B
(200,131,91)
#B67853
(182,120,83)
#A46D4B
(164,109,75)
#926243
(146,98,67)
#80573B
(128,87,59)
#6E4C33
(110,76,51)
#5C412B
(92,65,43)
#4A3623
(74,54,35)
#382B1B
(56,43,27)
#262013
(38,32,19)
#14150B
(20,21,11)
#000000
(0,0,0)

Tints of #C8835B

#C8835B
(200,131,91)
#CD8E69
(205,142,105)
#D29977
(210,153,119)
#D7A485
(215,164,133)
#DCAF93
(220,175,147)
#E1BAA1
(225,186,161)
#E6C5AF
(230,197,175)
#EBD0BD
(235,208,189)
#F0DBCB
(240,219,203)
#F5E6D9
(245,230,217)
#FAF1E7
(250,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8835B color. Also use rgb(200,131,91) instead hex code.

Text Font Color

.myTextColor { color: #C8835B; }

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

This text font color is #C8835B.

Background Color

.myBgColor { background-color: #C8835B; }

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

This div background color is #C8835B.

Border color

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

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

This div border color is #C8835B.

Opacity

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

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

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

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

This text has shadow with #C8835B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8835B.

Preview

Color preview on black background

This text has color #C8835B on black background.


Color preview on white background

This text has color #C8835B on white background.


Black color preview on #C8835B background

This text has black color on #C8835B background.


White color preview on #C8835B background

This text has white color on #C8835B background.


Related colors

Complementary color

Complementary color for #hex is #377CA4.


I love getcolorcode.com

Triadic colors

1 #5BC883 and #835BC8 with #C8835B are triadic colors.

2 #5B83C8 and #83C85B with #C8835B are triadic colors.