COLOR #C88850

HEX: #C88850
RGB: (200,136,80)

Color info

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

RGB color model

#C88850 color RGB value is (200,136,80).

  • red value is 200;
  • green value is 136;
  • blue value is 80.
RGB:
(200,136,80)
(78%,53%,31%)

RGB channels and saturation

R 200 of 255 = 78%
G 136 of 255 = 53%
B 80 of 255 = 31%

200
136
80

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

Portions of RGB colors in percentages

R + G + B =
200 + 136 + 80 = 416 (100%)
R 200 of 416 ~ 48.08%
G 136 of 416 ~ 32.69%
B 80 of 416 ~ 19.23%

%48.08
%32.69
%19.23

CMYK color model

#C88850 color CMYK value is (0,32,60,22).

  • cyan value is 0.00%
  • magenta value is 32.00%
  • yellow value is 60.00%
  • key color value is 21.57%
CMYK:
(0,32,60,22)
C0M32Y60K22 
(0%,32%,60%,22%)
(0.00/0.32/0.60/0.22)	

CMYK percentages

%0
%32
%60
%21.57

Codes

Color #C88850 in popluar color models

C88850
RGB20013680
HSL28°52.17%54.90%
HSB/HSV28°60.00%78.43%
CMYK0.00%32.00%60.00%
21.57%

Color #C88850 in popluar number systems.

HEXC88850
Decimal20013680
Binary11001000100010001010000
Octal310210120

Shades and tints

Shades of #C88850

#C88850
(200,136,80)
#B67C49
(182,124,73)
#A47042
(164,112,66)
#92643B
(146,100,59)
#805834
(128,88,52)
#6E4C2D
(110,76,45)
#5C4026
(92,64,38)
#4A341F
(74,52,31)
#382818
(56,40,24)
#261C11
(38,28,17)
#14100A
(20,16,10)
#000000
(0,0,0)

Tints of #C88850

#C88850
(200,136,80)
#CD925F
(205,146,95)
#D29C6E
(210,156,110)
#D7A67D
(215,166,125)
#DCB08C
(220,176,140)
#E1BA9B
(225,186,155)
#E6C4AA
(230,196,170)
#EBCEB9
(235,206,185)
#F0D8C8
(240,216,200)
#F5E2D7
(245,226,215)
#FAECE6
(250,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C88850 color. Also use rgb(200,136,80) instead hex code.

Text Font Color

.myTextColor { color: #C88850; }

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

This text font color is #C88850.


Background Color

.myBgColor { background-color: #C88850; }

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

This div background color is #C88850.


Border color

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

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

This div border color is #C88850.


Opacity

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

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

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

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

This text has shadow with #C88850 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C88850 on black background.


Color preview on white background

This text has color #C88850 on white background.



Black color preview on #C88850 background

This text has black color on #C88850 background.


White color preview on #C88850 background

This text has white color on #C88850 background.