COLOR #C96480

HEX: #C96480 RGB: (201,100,128)

Color info

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

RGB color model

#C96480 color RGB value is (201,100,128).

RGB: (201,100,128) (79%, 39%, 50%)

RGB channels and saturation

R 201 of 255 = 79%
G 100 of 255 = 39%
B 128 of 255 = 50%

201
100
128

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

Portions of RGB colors in percentages

R + G + B = 201 + 100 + 128 = 429 (100%)
R 201 of 429 ~ 46.85%
G 100 of 429 ~ 23.31%
B 128 of 429 ~ 29.84'%

%46.85
%23.31
%29.84

CMYK color model

#C96480 color CMYK value is (0,50,36,21).

  • cyan value is 0.00%
  • magenta value is 50.25%
  • yellow value is 36.32%
  • key color value is 21.18%

CMYK: (0,50,36,21)
C0M50Y36K21 (0%, 50%, 36%, 21%)
(0.00 / 0.50 / 0.36 / 0.21)

CMYK percentages

%0
%50.25
%36.32
%21.18

Codes

Color #C96480 in popluar color models

C9 64 80
RGB 201 100 128
HSL 343° 48.33% 59.02%
HSB/HSV 343° 50.25% 78.82%
CMYK 0.00% 50.25% 36.32%
21.18%

Color #C96480 in popluar number systems.

HEX C9 64 80
Decimal 201 100 128
Binary 11001001 1100100 10000000
Octal 311 144 200

Shades and tints

Shades of #C96480

#C96480
(201,100,128)
#B75B75
(183,91,117)
#A5526A
(165,82,106)
#93495F
(147,73,95)
#814054
(129,64,84)
#6F3749
(111,55,73)
#5D2E3E
(93,46,62)
#4B2533
(75,37,51)
#391C28
(57,28,40)
#27131D
(39,19,29)
#150A12
(21,10,18)
#000000
(0,0,0)

Tints of #C96480

#C96480
(201,100,128)
#CD728B
(205,114,139)
#D18096
(209,128,150)
#D58EA1
(213,142,161)
#D99CAC
(217,156,172)
#DDAAB7
(221,170,183)
#E1B8C2
(225,184,194)
#E5C6CD
(229,198,205)
#E9D4D8
(233,212,216)
#EDE2E3
(237,226,227)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C96480 color. Also use rgb(201,100,128) instead hex code.

Text Font Color

.myTextColor { color: #C96480; }

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

This text font color is #C96480.

Background Color

.myBgColor { background-color: #C96480; }

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

This div background color is #C96480.

Border color

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

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

This div border color is #C96480.

Opacity

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

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

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

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

This text has shadow with #C96480 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C96480.

Preview

Color preview on black background

This text has color #C96480 on black background.


Color preview on white background

This text has color #C96480 on white background.


Black color preview on #C96480 background

This text has black color on #C96480 background.


White color preview on #C96480 background

This text has white color on #C96480 background.


Related colors

Complementary color

Complementary color for #hex is #369B7F.


I love getcolorcode.com

Triadic colors

1 #80C964 and #6480C9 with #C96480 are triadic colors.

2 #8064C9 and #64C980 with #C96480 are triadic colors.