COLOR #C88550

HEX: #C88550
RGB: (200,133,80)

Color info

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

RGB color model

#C88550 color RGB value is (200,133,80).

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

RGB channels and saturation

R 200 of 255 = 78%
G 133 of 255 = 52%
B 80 of 255 = 31%

200
133
80

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

Portions of RGB colors in percentages

R + G + B =
200 + 133 + 80 = 413 (100%)
R 200 of 413 ~ 48.43%
G 133 of 413 ~ 32.2%
B 80 of 413 ~ 19.37%

%48.43
%32.2
%19.37

CMYK color model

#C88550 color CMYK value is (0,34,60,22).

  • cyan value is 0.00%
  • magenta value is 33.50%
  • yellow value is 60.00%
  • key color value is 21.57%
CMYK:
(0,34,60,22)
C0M34Y60K22 
(0%,34%,60%,22%)
(0.00/0.34/0.60/0.22)	

CMYK percentages

%0
%33.5
%60
%21.57

Codes

Color #C88550 in popluar color models

C88550
RGB20013380
HSL27°52.17%54.90%
HSB/HSV27°60.00%78.43%
CMYK0.00%33.50%60.00%
21.57%

Color #C88550 in popluar number systems.

HEXC88550
Decimal20013380
Binary11001000100001011010000
Octal310205120

Shades and tints

Shades of #C88550

#C88550
(200,133,80)
#B67949
(182,121,73)
#A46D42
(164,109,66)
#92613B
(146,97,59)
#805534
(128,85,52)
#6E492D
(110,73,45)
#5C3D26
(92,61,38)
#4A311F
(74,49,31)
#382518
(56,37,24)
#261911
(38,25,17)
#140D0A
(20,13,10)
#000000
(0,0,0)

Tints of #C88550

#C88550
(200,133,80)
#CD905F
(205,144,95)
#D29B6E
(210,155,110)
#D7A67D
(215,166,125)
#DCB18C
(220,177,140)
#E1BC9B
(225,188,155)
#E6C7AA
(230,199,170)
#EBD2B9
(235,210,185)
#F0DDC8
(240,221,200)
#F5E8D7
(245,232,215)
#FAF3E6
(250,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C88550; }

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

This text font color is #C88550.


Background Color

.myBgColor { background-color: #C88550; }

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

This div background color is #C88550.


Border color

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

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

This div border color is #C88550.


Opacity

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

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

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

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

This text has shadow with #C88550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C88550 on black background.


Color preview on white background

This text has color #C88550 on white background.



Black color preview on #C88550 background

This text has black color on #C88550 background.


White color preview on #C88550 background

This text has white color on #C88550 background.