COLOR #C88474

HEX: #C88474
RGB: (200,132,116)

Color info

#C88474 contains mainly red color. Web safe color of #C88474 is #CC9966 (or #C96).

RGB color model

#C88474 color RGB value is (200,132,116).

  • red value is 200;
  • green value is 132;
  • blue value is 116.
RGB:
(200,132,116)
(78%,52%,45%)

RGB channels and saturation

R 200 of 255 = 78%
G 132 of 255 = 52%
B 116 of 255 = 45%

200
132
116

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

Portions of RGB colors in percentages

R + G + B =
200 + 132 + 116 = 448 (100%)
R 200 of 448 ~ 44.64%
G 132 of 448 ~ 29.46%
B 116 of 448 ~ 25.89%

%44.64
%29.46
%25.89

CMYK color model

#C88474 color CMYK value is (0,34,42,22).

  • cyan value is 0.00%
  • magenta value is 34.00%
  • yellow value is 42.00%
  • key color value is 21.57%
CMYK:
(0,34,42,22)
C0M34Y42K22 
(0%,34%,42%,22%)
(0.00/0.34/0.42/0.22)	

CMYK percentages

%0
%34
%42
%21.57

Codes

Color #C88474 in popluar color models

C88474
RGB200132116
HSL11°43.30%61.96%
HSB/HSV11°42.00%78.43%
CMYK0.00%34.00%42.00%
21.57%

Color #C88474 in popluar number systems.

HEXC88474
Decimal200132116
Binary11001000100001001110100
Octal310204164

Shades and tints

Shades of #C88474

#C88474
(200,132,116)
#B6786A
(182,120,106)
#A46C60
(164,108,96)
#926056
(146,96,86)
#80544C
(128,84,76)
#6E4842
(110,72,66)
#5C3C38
(92,60,56)
#4A302E
(74,48,46)
#382424
(56,36,36)
#26181A
(38,24,26)
#140C10
(20,12,16)
#000000
(0,0,0)

Tints of #C88474

#C88474
(200,132,116)
#CD8F80
(205,143,128)
#D29A8C
(210,154,140)
#D7A598
(215,165,152)
#DCB0A4
(220,176,164)
#E1BBB0
(225,187,176)
#E6C6BC
(230,198,188)
#EBD1C8
(235,209,200)
#F0DCD4
(240,220,212)
#F5E7E0
(245,231,224)
#FAF2EC
(250,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C88474 color. Also use rgb(200,132,116) instead hex code.

Text Font Color

.myTextColor { color: #C88474; }

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

This text font color is #C88474.


Background Color

.myBgColor { background-color: #C88474; }

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

This div background color is #C88474.


Border color

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

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

This div border color is #C88474.


Opacity

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

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

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

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

This text has shadow with #C88474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C88474 on black background.


Color preview on white background

This text has color #C88474 on white background.



Black color preview on #C88474 background

This text has black color on #C88474 background.


White color preview on #C88474 background

This text has white color on #C88474 background.