COLOR #C88F78

HEX: #C88F78
RGB: (200,143,120)

Color info

#C88F78 contains mainly red and green colors. Web safe color of #C88F78 is #CC9966 (or #C96).

RGB color model

#C88F78 color RGB value is (200,143,120).

  • red value is 200;
  • green value is 143;
  • blue value is 120.
RGB:
(200,143,120)
(78%,56%,47%)

RGB channels and saturation

R 200 of 255 = 78%
G 143 of 255 = 56%
B 120 of 255 = 47%

200
143
120

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

Portions of RGB colors in percentages

R + G + B =
200 + 143 + 120 = 463 (100%)
R 200 of 463 ~ 43.2%
G 143 of 463 ~ 30.89%
B 120 of 463 ~ 25.92%

%43.2
%30.89
%25.92

CMYK color model

#C88F78 color CMYK value is (0,29,40,22).

  • cyan value is 0.00%
  • magenta value is 28.50%
  • yellow value is 40.00%
  • key color value is 21.57%
CMYK:
(0,29,40,22)
C0M29Y40K22 
(0%,29%,40%,22%)
(0.00/0.29/0.40/0.22)	

CMYK percentages

%0
%28.5
%40
%21.57

Codes

Color #C88F78 in popluar color models

C88F78
RGB200143120
HSL17°42.11%62.75%
HSB/HSV17°40.00%78.43%
CMYK0.00%28.50%40.00%
21.57%

Color #C88F78 in popluar number systems.

HEXC88F78
Decimal200143120
Binary11001000100011111111000
Octal310217170

Shades and tints

Shades of #C88F78

#C88F78
(200,143,120)
#B6826E
(182,130,110)
#A47564
(164,117,100)
#92685A
(146,104,90)
#805B50
(128,91,80)
#6E4E46
(110,78,70)
#5C413C
(92,65,60)
#4A3432
(74,52,50)
#382728
(56,39,40)
#261A1E
(38,26,30)
#140D14
(20,13,20)
#000000
(0,0,0)

Tints of #C88F78

#C88F78
(200,143,120)
#CD9984
(205,153,132)
#D2A390
(210,163,144)
#D7AD9C
(215,173,156)
#DCB7A8
(220,183,168)
#E1C1B4
(225,193,180)
#E6CBC0
(230,203,192)
#EBD5CC
(235,213,204)
#F0DFD8
(240,223,216)
#F5E9E4
(245,233,228)
#FAF3F0
(250,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C88F78 color. Also use rgb(200,143,120) instead hex code.

Text Font Color

.myTextColor { color: #C88F78; }

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

This text font color is #C88F78.


Background Color

.myBgColor { background-color: #C88F78; }

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

This div background color is #C88F78.


Border color

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

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

This div border color is #C88F78.


Opacity

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

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

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

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

This text has shadow with #C88F78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C88F78 on black background.


Color preview on white background

This text has color #C88F78 on white background.



Black color preview on #C88F78 background

This text has black color on #C88F78 background.


White color preview on #C88F78 background

This text has white color on #C88F78 background.