COLOR #C88D44

HEX: #C88D44
RGB: (200,141,68)

Color info

#C88D44 contains mainly red and green colors. Web safe color of #C88D44 is #CC9933 (or #C93).

RGB color model

#C88D44 color RGB value is (200,141,68).

  • red value is 200;
  • green value is 141;
  • blue value is 68.
RGB:
(200,141,68)
(78%,55%,27%)

RGB channels and saturation

R 200 of 255 = 78%
G 141 of 255 = 55%
B 68 of 255 = 27%

200
141
68

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

Portions of RGB colors in percentages

R + G + B =
200 + 141 + 68 = 409 (100%)
R 200 of 409 ~ 48.9%
G 141 of 409 ~ 34.47%
B 68 of 409 ~ 16.63%

%48.9
%34.47
%16.63

CMYK color model

#C88D44 color CMYK value is (0,30,66,22).

  • cyan value is 0.00%
  • magenta value is 29.50%
  • yellow value is 66.00%
  • key color value is 21.57%
CMYK:
(0,30,66,22)
C0M30Y66K22 
(0%,30%,66%,22%)
(0.00/0.30/0.66/0.22)	

CMYK percentages

%0
%29.5
%66
%21.57

Codes

Color #C88D44 in popluar color models

C88D44
RGB20014168
HSL33°54.55%52.55%
HSB/HSV33°66.00%78.43%
CMYK0.00%29.50%66.00%
21.57%

Color #C88D44 in popluar number systems.

HEXC88D44
Decimal20014168
Binary11001000100011011000100
Octal310215104

Shades and tints

Shades of #C88D44

#C88D44
(200,141,68)
#B6813E
(182,129,62)
#A47538
(164,117,56)
#926932
(146,105,50)
#805D2C
(128,93,44)
#6E5126
(110,81,38)
#5C4520
(92,69,32)
#4A391A
(74,57,26)
#382D14
(56,45,20)
#26210E
(38,33,14)
#141508
(20,21,8)
#000000
(0,0,0)

Tints of #C88D44

#C88D44
(200,141,68)
#CD9755
(205,151,85)
#D2A166
(210,161,102)
#D7AB77
(215,171,119)
#DCB588
(220,181,136)
#E1BF99
(225,191,153)
#E6C9AA
(230,201,170)
#EBD3BB
(235,211,187)
#F0DDCC
(240,221,204)
#F5E7DD
(245,231,221)
#FAF1EE
(250,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C88D44 color. Also use rgb(200,141,68) instead hex code.

Text Font Color

.myTextColor { color: #C88D44; }

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

This text font color is #C88D44.


Background Color

.myBgColor { background-color: #C88D44; }

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

This div background color is #C88D44.


Border color

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

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

This div border color is #C88D44.


Opacity

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

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

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

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

This text has shadow with #C88D44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C88D44 on black background.


Color preview on white background

This text has color #C88D44 on white background.



Black color preview on #C88D44 background

This text has black color on #C88D44 background.


White color preview on #C88D44 background

This text has white color on #C88D44 background.