COLOR #C88051

HEX: #C88051
RGB: (200,128,81)

Color info

#C88051 contains mainly red color. Web safe color of #C88051 is #CC6666 (or #C66).

RGB color model

#C88051 color RGB value is (200,128,81).

  • red value is 200;
  • green value is 128;
  • blue value is 81.
RGB:
(200,128,81)
(78%,50%,32%)

RGB channels and saturation

R 200 of 255 = 78%
G 128 of 255 = 50%
B 81 of 255 = 32%

200
128
81

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

Portions of RGB colors in percentages

R + G + B =
200 + 128 + 81 = 409 (100%)
R 200 of 409 ~ 48.9%
G 128 of 409 ~ 31.3%
B 81 of 409 ~ 19.8%

%48.9
%31.3
%19.8

CMYK color model

#C88051 color CMYK value is (0,36,60,22).

  • cyan value is 0.00%
  • magenta value is 36.00%
  • yellow value is 59.50%
  • key color value is 21.57%
CMYK:
(0,36,60,22)
C0M36Y60K22 
(0%,36%,60%,22%)
(0.00/0.36/0.60/0.22)	

CMYK percentages

%0
%36
%59.5
%21.57

Codes

Color #C88051 in popluar color models

C88051
RGB20012881
HSL24°51.97%55.10%
HSB/HSV24°59.50%78.43%
CMYK0.00%36.00%59.50%
21.57%

Color #C88051 in popluar number systems.

HEXC88051
Decimal20012881
Binary11001000100000001010001
Octal310200121

Shades and tints

Shades of #C88051

#C88051
(200,128,81)
#B6754A
(182,117,74)
#A46A43
(164,106,67)
#925F3C
(146,95,60)
#805435
(128,84,53)
#6E492E
(110,73,46)
#5C3E27
(92,62,39)
#4A3320
(74,51,32)
#382819
(56,40,25)
#261D12
(38,29,18)
#14120B
(20,18,11)
#000000
(0,0,0)

Tints of #C88051

#C88051
(200,128,81)
#CD8B60
(205,139,96)
#D2966F
(210,150,111)
#D7A17E
(215,161,126)
#DCAC8D
(220,172,141)
#E1B79C
(225,183,156)
#E6C2AB
(230,194,171)
#EBCDBA
(235,205,186)
#F0D8C9
(240,216,201)
#F5E3D8
(245,227,216)
#FAEEE7
(250,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C88051 color. Also use rgb(200,128,81) instead hex code.

Text Font Color

.myTextColor { color: #C88051; }

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

This text font color is #C88051.


Background Color

.myBgColor { background-color: #C88051; }

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

This div background color is #C88051.


Border color

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

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

This div border color is #C88051.


Opacity

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

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

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

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

This text has shadow with #C88051 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C88051 on black background.


Color preview on white background

This text has color #C88051 on white background.



Black color preview on #C88051 background

This text has black color on #C88051 background.


White color preview on #C88051 background

This text has white color on #C88051 background.