COLOR #C8816D

HEX: #C8816D
RGB: (200,129,109)

Color info

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

RGB color model

#C8816D color RGB value is (200,129,109).

  • red value is 200;
  • green value is 129;
  • blue value is 109.
RGB:
(200,129,109)
(78%,51%,43%)

RGB channels and saturation

R 200 of 255 = 78%
G 129 of 255 = 51%
B 109 of 255 = 43%

200
129
109

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

Portions of RGB colors in percentages

R + G + B =
200 + 129 + 109 = 438 (100%)
R 200 of 438 ~ 45.66%
G 129 of 438 ~ 29.45%
B 109 of 438 ~ 24.89%

%45.66
%29.45
%24.89

CMYK color model

#C8816D color CMYK value is (0,36,46,22).

  • cyan value is 0.00%
  • magenta value is 35.50%
  • yellow value is 45.50%
  • key color value is 21.57%
CMYK:
(0,36,46,22)
C0M36Y46K22 
(0%,36%,46%,22%)
(0.00/0.36/0.46/0.22)	

CMYK percentages

%0
%35.5
%45.5
%21.57

Codes

Color #C8816D in popluar color models

C8816D
RGB200129109
HSL13°45.27%60.59%
HSB/HSV13°45.50%78.43%
CMYK0.00%35.50%45.50%
21.57%

Color #C8816D in popluar number systems.

HEXC8816D
Decimal200129109
Binary11001000100000011101101
Octal310201155

Shades and tints

Shades of #C8816D

#C8816D
(200,129,109)
#B67664
(182,118,100)
#A46B5B
(164,107,91)
#926052
(146,96,82)
#805549
(128,85,73)
#6E4A40
(110,74,64)
#5C3F37
(92,63,55)
#4A342E
(74,52,46)
#382925
(56,41,37)
#261E1C
(38,30,28)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #C8816D

#C8816D
(200,129,109)
#CD8C7A
(205,140,122)
#D29787
(210,151,135)
#D7A294
(215,162,148)
#DCADA1
(220,173,161)
#E1B8AE
(225,184,174)
#E6C3BB
(230,195,187)
#EBCEC8
(235,206,200)
#F0D9D5
(240,217,213)
#F5E4E2
(245,228,226)
#FAEFEF
(250,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8816D color. Also use rgb(200,129,109) instead hex code.

Text Font Color

.myTextColor { color: #C8816D; }

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

This text font color is #C8816D.


Background Color

.myBgColor { background-color: #C8816D; }

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

This div background color is #C8816D.


Border color

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

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

This div border color is #C8816D.


Opacity

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

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

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

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

This text has shadow with #C8816D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8816D on black background.


Color preview on white background

This text has color #C8816D on white background.



Black color preview on #C8816D background

This text has black color on #C8816D background.


White color preview on #C8816D background

This text has white color on #C8816D background.