COLOR #C88C44

HEX: #C88C44
RGB: (200,140,68)

Color info

#C88C44 contains mainly red color. Web safe color of #C88C44 is #CC9933 (or #C93).

RGB color model

#C88C44 color RGB value is (200,140,68).

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

RGB channels and saturation

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

200
140
68

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

Portions of RGB colors in percentages

R + G + B =
200 + 140 + 68 = 408 (100%)
R 200 of 408 ~ 49.02%
G 140 of 408 ~ 34.31%
B 68 of 408 ~ 16.67%

%49.02
%34.31
%16.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.00%
  • 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
%30
%66
%21.57

Codes

Color #C88C44 in popluar color models

C88C44
RGB20014068
HSL33°54.55%52.55%
HSB/HSV33°66.00%78.43%
CMYK0.00%30.00%66.00%
21.57%

Color #C88C44 in popluar number systems.

HEXC88C44
Decimal20014068
Binary11001000100011001000100
Octal310214104

Shades and tints

Shades of #C88C44

#C88C44
(200,140,68)
#B6803E
(182,128,62)
#A47438
(164,116,56)
#926832
(146,104,50)
#805C2C
(128,92,44)
#6E5026
(110,80,38)
#5C4420
(92,68,32)
#4A381A
(74,56,26)
#382C14
(56,44,20)
#26200E
(38,32,14)
#141408
(20,20,8)
#000000
(0,0,0)

Tints of #C88C44

#C88C44
(200,140,68)
#CD9655
(205,150,85)
#D2A066
(210,160,102)
#D7AA77
(215,170,119)
#DCB488
(220,180,136)
#E1BE99
(225,190,153)
#E6C8AA
(230,200,170)
#EBD2BB
(235,210,187)
#F0DCCC
(240,220,204)
#F5E6DD
(245,230,221)
#FAF0EE
(250,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C88C44; }

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

This text font color is #C88C44.


Background Color

.myBgColor { background-color: #C88C44; }

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

This div background color is #C88C44.


Border color

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

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

This div border color is #C88C44.


Opacity

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

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

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

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

This text has shadow with #C88C44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C88C44 on black background.


Color preview on white background

This text has color #C88C44 on white background.



Black color preview on #C88C44 background

This text has black color on #C88C44 background.


White color preview on #C88C44 background

This text has white color on #C88C44 background.