COLOR #C96982

HEX: #C96982
RGB: (201,105,130)

Color info

#C96982 contains mainly red color. Web safe color of #C96982 is #CC6699 (or #C69).

RGB color model

#C96982 color RGB value is (201,105,130).

  • red value is 201;
  • green value is 105;
  • blue value is 130.
RGB:
(201,105,130)
(79%,41%,51%)

RGB channels and saturation

R 201 of 255 = 79%
G 105 of 255 = 41%
B 130 of 255 = 51%

201
105
130

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

Portions of RGB colors in percentages

R + G + B =
201 + 105 + 130 = 436 (100%)
R 201 of 436 ~ 46.1%
G 105 of 436 ~ 24.08%
B 130 of 436 ~ 29.82%

%46.1
%24.08
%29.82

CMYK color model

#C96982 color CMYK value is (0,48,35,21).

  • cyan value is 0.00%
  • magenta value is 47.76%
  • yellow value is 35.32%
  • key color value is 21.18%
CMYK:
(0,48,35,21)
C0M48Y35K21 
(0%,48%,35%,21%)
(0.00/0.48/0.35/0.21)	

CMYK percentages

%0
%47.76
%35.32
%21.18

Codes

Color #C96982 in popluar color models

C96982
RGB201105130
HSL344°47.06%60.00%
HSB/HSV344°47.76%78.82%
CMYK0.00%47.76%35.32%
21.18%

Color #C96982 in popluar number systems.

HEXC96982
Decimal201105130
Binary11001001110100110000010
Octal311151202

Shades and tints

Shades of #C96982

#C96982
(201,105,130)
#B76077
(183,96,119)
#A5576C
(165,87,108)
#934E61
(147,78,97)
#814556
(129,69,86)
#6F3C4B
(111,60,75)
#5D3340
(93,51,64)
#4B2A35
(75,42,53)
#39212A
(57,33,42)
#27181F
(39,24,31)
#150F14
(21,15,20)
#000000
(0,0,0)

Tints of #C96982

#C96982
(201,105,130)
#CD768D
(205,118,141)
#D18398
(209,131,152)
#D590A3
(213,144,163)
#D99DAE
(217,157,174)
#DDAAB9
(221,170,185)
#E1B7C4
(225,183,196)
#E5C4CF
(229,196,207)
#E9D1DA
(233,209,218)
#EDDEE5
(237,222,229)
#F1EBF0
(241,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C96982 color. Also use rgb(201,105,130) instead hex code.

Text Font Color

.myTextColor { color: #C96982; }

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

This text font color is #C96982.


Background Color

.myBgColor { background-color: #C96982; }

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

This div background color is #C96982.


Border color

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

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

This div border color is #C96982.


Opacity

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

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

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

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

This text has shadow with #C96982 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C96982 on black background.


Color preview on white background

This text has color #C96982 on white background.



Black color preview on #C96982 background

This text has black color on #C96982 background.


White color preview on #C96982 background

This text has white color on #C96982 background.