COLOR #C88E7A

HEX: #C88E7A
RGB: (200,142,122)

Color info

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

RGB color model

#C88E7A color RGB value is (200,142,122).

  • red value is 200;
  • green value is 142;
  • blue value is 122.
RGB:
(200,142,122)
(78%,56%,48%)

RGB channels and saturation

R 200 of 255 = 78%
G 142 of 255 = 56%
B 122 of 255 = 48%

200
142
122

R + G + B ~ 61%. #C88E7A is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 142 + 122 = 464 (100%)
R 200 of 464 ~ 43.1%
G 142 of 464 ~ 30.6%
B 122 of 464 ~ 26.29%

%43.1
%30.6
%26.29

CMYK color model

#C88E7A color CMYK value is (0,29,39,22).

  • cyan value is 0.00%
  • magenta value is 29.00%
  • yellow value is 39.00%
  • key color value is 21.57%
CMYK:
(0,29,39,22)
C0M29Y39K22 
(0%,29%,39%,22%)
(0.00/0.29/0.39/0.22)	

CMYK percentages

%0
%29
%39
%21.57

Codes

Color #C88E7A in popluar color models

C88E7A
RGB200142122
HSL15°41.49%63.14%
HSB/HSV15°39.00%78.43%
CMYK0.00%29.00%39.00%
21.57%

Color #C88E7A in popluar number systems.

HEXC88E7A
Decimal200142122
Binary11001000100011101111010
Octal310216172

Shades and tints

Shades of #C88E7A

#C88E7A
(200,142,122)
#B6826F
(182,130,111)
#A47664
(164,118,100)
#926A59
(146,106,89)
#805E4E
(128,94,78)
#6E5243
(110,82,67)
#5C4638
(92,70,56)
#4A3A2D
(74,58,45)
#382E22
(56,46,34)
#262217
(38,34,23)
#14160C
(20,22,12)
#000000
(0,0,0)

Tints of #C88E7A

#C88E7A
(200,142,122)
#CD9886
(205,152,134)
#D2A292
(210,162,146)
#D7AC9E
(215,172,158)
#DCB6AA
(220,182,170)
#E1C0B6
(225,192,182)
#E6CAC2
(230,202,194)
#EBD4CE
(235,212,206)
#F0DEDA
(240,222,218)
#F5E8E6
(245,232,230)
#FAF2F2
(250,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C88E7A color. Also use rgb(200,142,122) instead hex code.

Text Font Color

.myTextColor { color: #C88E7A; }

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

This text font color is #C88E7A.


Background Color

.myBgColor { background-color: #C88E7A; }

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

This div background color is #C88E7A.


Border color

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

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

This div border color is #C88E7A.


Opacity

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

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

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

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

This text has shadow with #C88E7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C88E7A on black background.


Color preview on white background

This text has color #C88E7A on white background.



Black color preview on #C88E7A background

This text has black color on #C88E7A background.


White color preview on #C88E7A background

This text has white color on #C88E7A background.