COLOR #C86252

HEX: #C86252
RGB: (200,98,82)

Color info

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

RGB color model

#C86252 color RGB value is (200,98,82).

  • red value is 200;
  • green value is 98;
  • blue value is 82.
RGB:
(200,98,82)
(78%,38%,32%)

RGB channels and saturation

R 200 of 255 = 78%
G 98 of 255 = 38%
B 82 of 255 = 32%

200
98
82

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

Portions of RGB colors in percentages

R + G + B =
200 + 98 + 82 = 380 (100%)
R 200 of 380 ~ 52.63%
G 98 of 380 ~ 25.79%
B 82 of 380 ~ 21.58%

%52.63
%25.79
%21.58

CMYK color model

#C86252 color CMYK value is (0,51,59,22).

  • cyan value is 0.00%
  • magenta value is 51.00%
  • yellow value is 59.00%
  • key color value is 21.57%
CMYK:
(0,51,59,22)
C0M51Y59K22 
(0%,51%,59%,22%)
(0.00/0.51/0.59/0.22)	

CMYK percentages

%0
%51
%59
%21.57

Codes

Color #C86252 in popluar color models

C86252
RGB2009882
HSL51.75%55.29%
HSB/HSV59.00%78.43%
CMYK0.00%51.00%59.00%
21.57%

Color #C86252 in popluar number systems.

HEXC86252
Decimal2009882
Binary1100100011000101010010
Octal310142122

Shades and tints

Shades of #C86252

#C86252
(200,98,82)
#B65A4B
(182,90,75)
#A45244
(164,82,68)
#924A3D
(146,74,61)
#804236
(128,66,54)
#6E3A2F
(110,58,47)
#5C3228
(92,50,40)
#4A2A21
(74,42,33)
#38221A
(56,34,26)
#261A13
(38,26,19)
#14120C
(20,18,12)
#000000
(0,0,0)

Tints of #C86252

#C86252
(200,98,82)
#CD7061
(205,112,97)
#D27E70
(210,126,112)
#D78C7F
(215,140,127)
#DC9A8E
(220,154,142)
#E1A89D
(225,168,157)
#E6B6AC
(230,182,172)
#EBC4BB
(235,196,187)
#F0D2CA
(240,210,202)
#F5E0D9
(245,224,217)
#FAEEE8
(250,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C86252 color. Also use rgb(200,98,82) instead hex code.

Text Font Color

.myTextColor { color: #C86252; }

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

This text font color is #C86252.


Background Color

.myBgColor { background-color: #C86252; }

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

This div background color is #C86252.


Border color

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

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

This div border color is #C86252.


Opacity

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

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

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

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

This text has shadow with #C86252 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C86252 on black background.


Color preview on white background

This text has color #C86252 on white background.



Black color preview on #C86252 background

This text has black color on #C86252 background.


White color preview on #C86252 background

This text has white color on #C86252 background.