COLOR #C88154

HEX: #C88154
RGB: (200,129,84)

Color info

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

RGB color model

#C88154 color RGB value is (200,129,84).

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

RGB channels and saturation

R 200 of 255 = 78%
G 129 of 255 = 51%
B 84 of 255 = 33%

200
129
84

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

Portions of RGB colors in percentages

R + G + B =
200 + 129 + 84 = 413 (100%)
R 200 of 413 ~ 48.43%
G 129 of 413 ~ 31.23%
B 84 of 413 ~ 20.34%

%48.43
%31.23
%20.34

CMYK color model

#C88154 color CMYK value is (0,36,58,22).

  • cyan value is 0.00%
  • magenta value is 35.50%
  • yellow value is 58.00%
  • key color value is 21.57%
CMYK:
(0,36,58,22)
C0M36Y58K22 
(0%,36%,58%,22%)
(0.00/0.36/0.58/0.22)	

CMYK percentages

%0
%35.5
%58
%21.57

Codes

Color #C88154 in popluar color models

C88154
RGB20012984
HSL23°51.33%55.69%
HSB/HSV23°58.00%78.43%
CMYK0.00%35.50%58.00%
21.57%

Color #C88154 in popluar number systems.

HEXC88154
Decimal20012984
Binary11001000100000011010100
Octal310201124

Shades and tints

Shades of #C88154

#C88154
(200,129,84)
#B6764D
(182,118,77)
#A46B46
(164,107,70)
#92603F
(146,96,63)
#805538
(128,85,56)
#6E4A31
(110,74,49)
#5C3F2A
(92,63,42)
#4A3423
(74,52,35)
#38291C
(56,41,28)
#261E15
(38,30,21)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #C88154

#C88154
(200,129,84)
#CD8C63
(205,140,99)
#D29772
(210,151,114)
#D7A281
(215,162,129)
#DCAD90
(220,173,144)
#E1B89F
(225,184,159)
#E6C3AE
(230,195,174)
#EBCEBD
(235,206,189)
#F0D9CC
(240,217,204)
#F5E4DB
(245,228,219)
#FAEFEA
(250,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C88154; }

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

This text font color is #C88154.


Background Color

.myBgColor { background-color: #C88154; }

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

This div background color is #C88154.


Border color

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

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

This div border color is #C88154.


Opacity

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

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

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

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

This text has shadow with #C88154 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C88154 on black background.


Color preview on white background

This text has color #C88154 on white background.



Black color preview on #C88154 background

This text has black color on #C88154 background.


White color preview on #C88154 background

This text has white color on #C88154 background.