COLOR #C88466

HEX: #C88466
RGB: (200,132,102)

Color info

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

RGB color model

#C88466 color RGB value is (200,132,102).

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

RGB channels and saturation

R 200 of 255 = 78%
G 132 of 255 = 52%
B 102 of 255 = 40%

200
132
102

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

Portions of RGB colors in percentages

R + G + B =
200 + 132 + 102 = 434 (100%)
R 200 of 434 ~ 46.08%
G 132 of 434 ~ 30.41%
B 102 of 434 ~ 23.5%

%46.08
%30.41
%23.5

CMYK color model

#C88466 color CMYK value is (0,34,49,22).

  • cyan value is 0.00%
  • magenta value is 34.00%
  • yellow value is 49.00%
  • key color value is 21.57%
CMYK:
(0,34,49,22)
C0M34Y49K22 
(0%,34%,49%,22%)
(0.00/0.34/0.49/0.22)	

CMYK percentages

%0
%34
%49
%21.57

Codes

Color #C88466 in popluar color models

C88466
RGB200132102
HSL18°47.12%59.22%
HSB/HSV18°49.00%78.43%
CMYK0.00%34.00%49.00%
21.57%

Color #C88466 in popluar number systems.

HEXC88466
Decimal200132102
Binary11001000100001001100110
Octal310204146

Shades and tints

Shades of #C88466

#C88466
(200,132,102)
#B6785D
(182,120,93)
#A46C54
(164,108,84)
#92604B
(146,96,75)
#805442
(128,84,66)
#6E4839
(110,72,57)
#5C3C30
(92,60,48)
#4A3027
(74,48,39)
#38241E
(56,36,30)
#261815
(38,24,21)
#140C0C
(20,12,12)
#000000
(0,0,0)

Tints of #C88466

#C88466
(200,132,102)
#CD8F73
(205,143,115)
#D29A80
(210,154,128)
#D7A58D
(215,165,141)
#DCB09A
(220,176,154)
#E1BBA7
(225,187,167)
#E6C6B4
(230,198,180)
#EBD1C1
(235,209,193)
#F0DCCE
(240,220,206)
#F5E7DB
(245,231,219)
#FAF2E8
(250,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C88466; }

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

This text font color is #C88466.


Background Color

.myBgColor { background-color: #C88466; }

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

This div background color is #C88466.


Border color

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

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

This div border color is #C88466.


Opacity

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

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

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

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

This text has shadow with #C88466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C88466 on black background.


Color preview on white background

This text has color #C88466 on white background.



Black color preview on #C88466 background

This text has black color on #C88466 background.


White color preview on #C88466 background

This text has white color on #C88466 background.