COLOR #C983AF

HEX: #C983AF RGB: (201,131,175)

Color info

#C983AF contains mainly red and blue colors. Web safe color of #C983AF is #CC9999 (or #C99).

RGB color model

#C983AF color RGB value is (201,131,175).

RGB: (201,131,175) (79%, 51%, 69%)

RGB channels and saturation

R 201 of 255 = 79%
G 131 of 255 = 51%
B 175 of 255 = 69%

201
131
175

R + G + B ~ 66%. #C983AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 131 + 175 = 507 (100%)
R 201 of 507 ~ 39.64%
G 131 of 507 ~ 25.84%
B 175 of 507 ~ 34.52'%

%39.64
%25.84
%34.52

CMYK color model

#C983AF color CMYK value is (0,35,13,21).

  • cyan value is 0.00%
  • magenta value is 34.83%
  • yellow value is 12.94%
  • key color value is 21.18%

CMYK: (0,35,13,21)
C0M35Y13K21 (0%, 35%, 13%, 21%)
(0.00 / 0.35 / 0.13 / 0.21)

CMYK percentages

%0
%34.83
%12.94
%21.18

Codes

Color #C983AF in popluar color models

C9 83 AF
RGB 201 131 175
HSL 322° 39.33% 65.10%
HSB/HSV 322° 34.83% 78.82%
CMYK 0.00% 34.83% 12.94%
21.18%

Color #C983AF in popluar number systems.

HEX C9 83 AF
Decimal 201 131 175
Binary 11001001 10000011 10101111
Octal 311 203 257

Shades and tints

Shades of #C983AF

#C983AF
(201,131,175)
#B778A0
(183,120,160)
#A56D91
(165,109,145)
#936282
(147,98,130)
#815773
(129,87,115)
#6F4C64
(111,76,100)
#5D4155
(93,65,85)
#4B3646
(75,54,70)
#392B37
(57,43,55)
#272028
(39,32,40)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #C983AF

#C983AF
(201,131,175)
#CD8EB6
(205,142,182)
#D199BD
(209,153,189)
#D5A4C4
(213,164,196)
#D9AFCB
(217,175,203)
#DDBAD2
(221,186,210)
#E1C5D9
(225,197,217)
#E5D0E0
(229,208,224)
#E9DBE7
(233,219,231)
#EDE6EE
(237,230,238)
#F1F1F5
(241,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C983AF color. Also use rgb(201,131,175) instead hex code.

Text Font Color

.myTextColor { color: #C983AF; }

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

This text font color is #C983AF.

Background Color

.myBgColor { background-color: #C983AF; }

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

This div background color is #C983AF.

Border color

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

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

This div border color is #C983AF.

Opacity

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

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

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

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

This text has shadow with #C983AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C983AF.

Preview

Color preview on black background

This text has color #C983AF on black background.


Color preview on white background

This text has color #C983AF on white background.


Black color preview on #C983AF background

This text has black color on #C983AF background.


White color preview on #C983AF background

This text has white color on #C983AF background.


Related colors

Complementary color

Complementary color for #hex is #367C50.


I love getcolorcode.com

Triadic colors

1 #AFC983 and #83AFC9 with #C983AF are triadic colors.

2 #AF83C9 and #83C9AF with #C983AF are triadic colors.