COLOR #C9506F

HEX: #C9506F
RGB: (201,80,111)

Color info

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

RGB color model

#C9506F color RGB value is (201,80,111).

  • red value is 201;
  • green value is 80;
  • blue value is 111.
RGB:
(201,80,111)
(79%,31%,44%)

RGB channels and saturation

R 201 of 255 = 79%
G 80 of 255 = 31%
B 111 of 255 = 44%

201
80
111

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

Portions of RGB colors in percentages

R + G + B =
201 + 80 + 111 = 392 (100%)
R 201 of 392 ~ 51.28%
G 80 of 392 ~ 20.41%
B 111 of 392 ~ 28.32%

%51.28
%20.41
%28.32

CMYK color model

#C9506F color CMYK value is (0,60,45,21).

  • cyan value is 0.00%
  • magenta value is 60.20%
  • yellow value is 44.78%
  • key color value is 21.18%
CMYK:
(0,60,45,21)
C0M60Y45K21 
(0%,60%,45%,21%)
(0.00/0.60/0.45/0.21)	

CMYK percentages

%0
%60.2
%44.78
%21.18

Codes

Color #C9506F in popluar color models

C9506F
RGB20180111
HSL345°52.84%55.10%
HSB/HSV345°60.20%78.82%
CMYK0.00%60.20%44.78%
21.18%

Color #C9506F in popluar number systems.

HEXC9506F
Decimal20180111
Binary1100100110100001101111
Octal311120157

Shades and tints

Shades of #C9506F

#C9506F
(201,80,111)
#B74965
(183,73,101)
#A5425B
(165,66,91)
#933B51
(147,59,81)
#813447
(129,52,71)
#6F2D3D
(111,45,61)
#5D2633
(93,38,51)
#4B1F29
(75,31,41)
#39181F
(57,24,31)
#271115
(39,17,21)
#150A0B
(21,10,11)
#000000
(0,0,0)

Tints of #C9506F

#C9506F
(201,80,111)
#CD5F7C
(205,95,124)
#D16E89
(209,110,137)
#D57D96
(213,125,150)
#D98CA3
(217,140,163)
#DD9BB0
(221,155,176)
#E1AABD
(225,170,189)
#E5B9CA
(229,185,202)
#E9C8D7
(233,200,215)
#EDD7E4
(237,215,228)
#F1E6F1
(241,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9506F color. Also use rgb(201,80,111) instead hex code.

Text Font Color

.myTextColor { color: #C9506F; }

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

This text font color is #C9506F.


Background Color

.myBgColor { background-color: #C9506F; }

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

This div background color is #C9506F.


Border color

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

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

This div border color is #C9506F.


Opacity

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

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

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

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

This text has shadow with #C9506F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9506F on black background.


Color preview on white background

This text has color #C9506F on white background.



Black color preview on #C9506F background

This text has black color on #C9506F background.


White color preview on #C9506F background

This text has white color on #C9506F background.