COLOR #C88D48

HEX: #C88D48 RGB: (200,141,72)

Color info

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

RGB color model

#C88D48 color RGB value is (200,141,72).

RGB: (200,141,72) (78%, 55%, 28%)

RGB channels and saturation

R 200 of 255 = 78%
G 141 of 255 = 55%
B 72 of 255 = 28%

200
141
72

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

Portions of RGB colors in percentages

R + G + B = 200 + 141 + 72 = 413 (100%)
R 200 of 413 ~ 48.43%
G 141 of 413 ~ 34.14%
B 72 of 413 ~ 17.43'%

%48.43
%34.14
%17.43

CMYK color model

#C88D48 color CMYK value is (0,30,64,22).

  • cyan value is 0.00%
  • magenta value is 29.50%
  • yellow value is 64.00%
  • key color value is 21.57%

CMYK: (0,30,64,22)
C0M30Y64K22 (0%, 30%, 64%, 22%)
(0.00 / 0.30 / 0.64 / 0.22)

CMYK percentages

%0
%29.5
%64
%21.57

Codes

Color #C88D48 in popluar color models

C8 8D 48
RGB 200 141 72
HSL 32° 53.78% 53.33%
HSB/HSV 32° 64.00% 78.43%
CMYK 0.00% 29.50% 64.00%
21.57%

Color #C88D48 in popluar number systems.

HEX C8 8D 48
Decimal 200 141 72
Binary 11001000 10001101 1001000
Octal 310 215 110

Shades and tints

Shades of #C88D48

#C88D48
(200,141,72)
#B68142
(182,129,66)
#A4753C
(164,117,60)
#926936
(146,105,54)
#805D30
(128,93,48)
#6E512A
(110,81,42)
#5C4524
(92,69,36)
#4A391E
(74,57,30)
#382D18
(56,45,24)
#262112
(38,33,18)
#14150C
(20,21,12)
#000000
(0,0,0)

Tints of #C88D48

#C88D48
(200,141,72)
#CD9758
(205,151,88)
#D2A168
(210,161,104)
#D7AB78
(215,171,120)
#DCB588
(220,181,136)
#E1BF98
(225,191,152)
#E6C9A8
(230,201,168)
#EBD3B8
(235,211,184)
#F0DDC8
(240,221,200)
#F5E7D8
(245,231,216)
#FAF1E8
(250,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C88D48; }

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

This text font color is #C88D48.

Background Color

.myBgColor { background-color: #C88D48; }

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

This div background color is #C88D48.

Border color

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

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

This div border color is #C88D48.

Opacity

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

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

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

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

This text has shadow with #C88D48 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C88D48.

Preview

Color preview on black background

This text has color #C88D48 on black background.


Color preview on white background

This text has color #C88D48 on white background.


Black color preview on #C88D48 background

This text has black color on #C88D48 background.


White color preview on #C88D48 background

This text has white color on #C88D48 background.


Related colors

Complementary color

Complementary color for #hex is #3772B7.


I love getcolorcode.com

Triadic colors

1 #48C88D and #8D48C8 with #C88D48 are triadic colors.

2 #488DC8 and #8DC848 with #C88D48 are triadic colors.