COLOR #C9526E

HEX: #C9526E
RGB: (201,82,110)

Color info

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

RGB color model

#C9526E color RGB value is (201,82,110).

  • red value is 201;
  • green value is 82;
  • blue value is 110.
RGB:
(201,82,110)
(79%,32%,43%)

RGB channels and saturation

R 201 of 255 = 79%
G 82 of 255 = 32%
B 110 of 255 = 43%

201
82
110

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

Portions of RGB colors in percentages

R + G + B =
201 + 82 + 110 = 393 (100%)
R 201 of 393 ~ 51.15%
G 82 of 393 ~ 20.87%
B 110 of 393 ~ 27.99%

%51.15
%20.87
%27.99

CMYK color model

#C9526E color CMYK value is (0,59,45,21).

  • cyan value is 0.00%
  • magenta value is 59.20%
  • yellow value is 45.27%
  • key color value is 21.18%
CMYK:
(0,59,45,21)
C0M59Y45K21 
(0%,59%,45%,21%)
(0.00/0.59/0.45/0.21)	

CMYK percentages

%0
%59.2
%45.27
%21.18

Codes

Color #C9526E in popluar color models

C9526E
RGB20182110
HSL346°52.42%55.49%
HSB/HSV346°59.20%78.82%
CMYK0.00%59.20%45.27%
21.18%

Color #C9526E in popluar number systems.

HEXC9526E
Decimal20182110
Binary1100100110100101101110
Octal311122156

Shades and tints

Shades of #C9526E

#C9526E
(201,82,110)
#B74B64
(183,75,100)
#A5445A
(165,68,90)
#933D50
(147,61,80)
#813646
(129,54,70)
#6F2F3C
(111,47,60)
#5D2832
(93,40,50)
#4B2128
(75,33,40)
#391A1E
(57,26,30)
#271314
(39,19,20)
#150C0A
(21,12,10)
#000000
(0,0,0)

Tints of #C9526E

#C9526E
(201,82,110)
#CD617B
(205,97,123)
#D17088
(209,112,136)
#D57F95
(213,127,149)
#D98EA2
(217,142,162)
#DD9DAF
(221,157,175)
#E1ACBC
(225,172,188)
#E5BBC9
(229,187,201)
#E9CAD6
(233,202,214)
#EDD9E3
(237,217,227)
#F1E8F0
(241,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9526E color. Also use rgb(201,82,110) instead hex code.

Text Font Color

.myTextColor { color: #C9526E; }

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

This text font color is #C9526E.


Background Color

.myBgColor { background-color: #C9526E; }

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

This div background color is #C9526E.


Border color

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

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

This div border color is #C9526E.


Opacity

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

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

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

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

This text has shadow with #C9526E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9526E on black background.


Color preview on white background

This text has color #C9526E on white background.



Black color preview on #C9526E background

This text has black color on #C9526E background.


White color preview on #C9526E background

This text has white color on #C9526E background.