COLOR #C8526C

HEX: #C8526C
RGB: (200,82,108)

Color info

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

RGB color model

#C8526C color RGB value is (200,82,108).

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

RGB channels and saturation

R 200 of 255 = 78%
G 82 of 255 = 32%
B 108 of 255 = 42%

200
82
108

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

Portions of RGB colors in percentages

R + G + B =
200 + 82 + 108 = 390 (100%)
R 200 of 390 ~ 51.28%
G 82 of 390 ~ 21.03%
B 108 of 390 ~ 27.69%

%51.28
%21.03
%27.69

CMYK color model

#C8526C color CMYK value is (0,59,46,22).

  • cyan value is 0.00%
  • magenta value is 59.00%
  • yellow value is 46.00%
  • key color value is 21.57%
CMYK:
(0,59,46,22)
C0M59Y46K22 
(0%,59%,46%,22%)
(0.00/0.59/0.46/0.22)	

CMYK percentages

%0
%59
%46
%21.57

Codes

Color #C8526C in popluar color models

C8526C
RGB20082108
HSL347°51.75%55.29%
HSB/HSV347°59.00%78.43%
CMYK0.00%59.00%46.00%
21.57%

Color #C8526C in popluar number systems.

HEXC8526C
Decimal20082108
Binary1100100010100101101100
Octal310122154

Shades and tints

Shades of #C8526C

#C8526C
(200,82,108)
#B64B63
(182,75,99)
#A4445A
(164,68,90)
#923D51
(146,61,81)
#803648
(128,54,72)
#6E2F3F
(110,47,63)
#5C2836
(92,40,54)
#4A212D
(74,33,45)
#381A24
(56,26,36)
#26131B
(38,19,27)
#140C12
(20,12,18)
#000000
(0,0,0)

Tints of #C8526C

#C8526C
(200,82,108)
#CD6179
(205,97,121)
#D27086
(210,112,134)
#D77F93
(215,127,147)
#DC8EA0
(220,142,160)
#E19DAD
(225,157,173)
#E6ACBA
(230,172,186)
#EBBBC7
(235,187,199)
#F0CAD4
(240,202,212)
#F5D9E1
(245,217,225)
#FAE8EE
(250,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8526C; }

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

This text font color is #C8526C.


Background Color

.myBgColor { background-color: #C8526C; }

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

This div background color is #C8526C.


Border color

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

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

This div border color is #C8526C.


Opacity

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

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

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

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

This text has shadow with #C8526C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8526C on black background.


Color preview on white background

This text has color #C8526C on white background.



Black color preview on #C8526C background

This text has black color on #C8526C background.


White color preview on #C8526C background

This text has white color on #C8526C background.