COLOR #C88761

HEX: #C88761
RGB: (200,135,97)

Color info

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

RGB color model

#C88761 color RGB value is (200,135,97).

  • red value is 200;
  • green value is 135;
  • blue value is 97.
RGB:
(200,135,97)
(78%,53%,38%)

RGB channels and saturation

R 200 of 255 = 78%
G 135 of 255 = 53%
B 97 of 255 = 38%

200
135
97

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

Portions of RGB colors in percentages

R + G + B =
200 + 135 + 97 = 432 (100%)
R 200 of 432 ~ 46.3%
G 135 of 432 ~ 31.25%
B 97 of 432 ~ 22.45%

%46.3
%31.25
%22.45

CMYK color model

#C88761 color CMYK value is (0,33,52,22).

  • cyan value is 0.00%
  • magenta value is 32.50%
  • yellow value is 51.50%
  • key color value is 21.57%
CMYK:
(0,33,52,22)
C0M33Y52K22 
(0%,33%,52%,22%)
(0.00/0.33/0.52/0.22)	

CMYK percentages

%0
%32.5
%51.5
%21.57

Codes

Color #C88761 in popluar color models

C88761
RGB20013597
HSL22°48.36%58.24%
HSB/HSV22°51.50%78.43%
CMYK0.00%32.50%51.50%
21.57%

Color #C88761 in popluar number systems.

HEXC88761
Decimal20013597
Binary11001000100001111100001
Octal310207141

Shades and tints

Shades of #C88761

#C88761
(200,135,97)
#B67B59
(182,123,89)
#A46F51
(164,111,81)
#926349
(146,99,73)
#805741
(128,87,65)
#6E4B39
(110,75,57)
#5C3F31
(92,63,49)
#4A3329
(74,51,41)
#382721
(56,39,33)
#261B19
(38,27,25)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #C88761

#C88761
(200,135,97)
#CD916F
(205,145,111)
#D29B7D
(210,155,125)
#D7A58B
(215,165,139)
#DCAF99
(220,175,153)
#E1B9A7
(225,185,167)
#E6C3B5
(230,195,181)
#EBCDC3
(235,205,195)
#F0D7D1
(240,215,209)
#F5E1DF
(245,225,223)
#FAEBED
(250,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C88761 color. Also use rgb(200,135,97) instead hex code.

Text Font Color

.myTextColor { color: #C88761; }

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

This text font color is #C88761.


Background Color

.myBgColor { background-color: #C88761; }

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

This div background color is #C88761.


Border color

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

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

This div border color is #C88761.


Opacity

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

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

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

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

This text has shadow with #C88761 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C88761 on black background.


Color preview on white background

This text has color #C88761 on white background.



Black color preview on #C88761 background

This text has black color on #C88761 background.


White color preview on #C88761 background

This text has white color on #C88761 background.