COLOR #C88666

HEX: #C88666
RGB: (200,134,102)

Color info

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

RGB color model

#C88666 color RGB value is (200,134,102).

  • red value is 200;
  • green value is 134;
  • blue value is 102.
RGB:
(200,134,102)
(78%,53%,40%)

RGB channels and saturation

R 200 of 255 = 78%
G 134 of 255 = 53%
B 102 of 255 = 40%

200
134
102

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

Portions of RGB colors in percentages

R + G + B =
200 + 134 + 102 = 436 (100%)
R 200 of 436 ~ 45.87%
G 134 of 436 ~ 30.73%
B 102 of 436 ~ 23.39%

%45.87
%30.73
%23.39

CMYK color model

#C88666 color CMYK value is (0,33,49,22).

  • cyan value is 0.00%
  • magenta value is 33.00%
  • yellow value is 49.00%
  • key color value is 21.57%
CMYK:
(0,33,49,22)
C0M33Y49K22 
(0%,33%,49%,22%)
(0.00/0.33/0.49/0.22)	

CMYK percentages

%0
%33
%49
%21.57

Codes

Color #C88666 in popluar color models

C88666
RGB200134102
HSL20°47.12%59.22%
HSB/HSV20°49.00%78.43%
CMYK0.00%33.00%49.00%
21.57%

Color #C88666 in popluar number systems.

HEXC88666
Decimal200134102
Binary11001000100001101100110
Octal310206146

Shades and tints

Shades of #C88666

#C88666
(200,134,102)
#B67A5D
(182,122,93)
#A46E54
(164,110,84)
#92624B
(146,98,75)
#805642
(128,86,66)
#6E4A39
(110,74,57)
#5C3E30
(92,62,48)
#4A3227
(74,50,39)
#38261E
(56,38,30)
#261A15
(38,26,21)
#140E0C
(20,14,12)
#000000
(0,0,0)

Tints of #C88666

#C88666
(200,134,102)
#CD9173
(205,145,115)
#D29C80
(210,156,128)
#D7A78D
(215,167,141)
#DCB29A
(220,178,154)
#E1BDA7
(225,189,167)
#E6C8B4
(230,200,180)
#EBD3C1
(235,211,193)
#F0DECE
(240,222,206)
#F5E9DB
(245,233,219)
#FAF4E8
(250,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C88666 color. Also use rgb(200,134,102) instead hex code.

Text Font Color

.myTextColor { color: #C88666; }

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

This text font color is #C88666.


Background Color

.myBgColor { background-color: #C88666; }

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

This div background color is #C88666.


Border color

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

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

This div border color is #C88666.


Opacity

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

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

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

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

This text has shadow with #C88666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C88666 on black background.


Color preview on white background

This text has color #C88666 on white background.



Black color preview on #C88666 background

This text has black color on #C88666 background.


White color preview on #C88666 background

This text has white color on #C88666 background.