COLOR #C994A3

HEX: #C994A3 RGB: (201,148,163)

Color info

#C994A3 contains red, green and blue colors in about the same proportion. Web safe color of #C994A3 is #CC9999 (or #C99).

RGB color model

#C994A3 color RGB value is (201,148,163).

RGB: (201,148,163) (79%, 58%, 64%)

RGB channels and saturation

R 201 of 255 = 79%
G 148 of 255 = 58%
B 163 of 255 = 64%

201
148
163

R + G + B ~ 67%. #C994A3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 148 + 163 = 512 (100%)
R 201 of 512 ~ 39.26%
G 148 of 512 ~ 28.91%
B 163 of 512 ~ 31.84'%

%39.26
%28.91
%31.84

CMYK color model

#C994A3 color CMYK value is (0,26,19,21).

  • cyan value is 0.00%
  • magenta value is 26.37%
  • yellow value is 18.91%
  • key color value is 21.18%

CMYK: (0,26,19,21)
C0M26Y19K21 (0%, 26%, 19%, 21%)
(0.00 / 0.26 / 0.19 / 0.21)

CMYK percentages

%0
%26.37
%18.91
%21.18

Codes

Color #C994A3 in popluar color models

C9 94 A3
RGB 201 148 163
HSL 343° 32.92% 68.43%
HSB/HSV 343° 26.37% 78.82%
CMYK 0.00% 26.37% 18.91%
21.18%

Color #C994A3 in popluar number systems.

HEX C9 94 A3
Decimal 201 148 163
Binary 11001001 10010100 10100011
Octal 311 224 243

Shades and tints

Shades of #C994A3

#C994A3
(201,148,163)
#B78795
(183,135,149)
#A57A87
(165,122,135)
#936D79
(147,109,121)
#81606B
(129,96,107)
#6F535D
(111,83,93)
#5D464F
(93,70,79)
#4B3941
(75,57,65)
#392C33
(57,44,51)
#271F25
(39,31,37)
#151217
(21,18,23)
#000000
(0,0,0)

Tints of #C994A3

#C994A3
(201,148,163)
#CD9DAB
(205,157,171)
#D1A6B3
(209,166,179)
#D5AFBB
(213,175,187)
#D9B8C3
(217,184,195)
#DDC1CB
(221,193,203)
#E1CAD3
(225,202,211)
#E5D3DB
(229,211,219)
#E9DCE3
(233,220,227)
#EDE5EB
(237,229,235)
#F1EEF3
(241,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C994A3 color. Also use rgb(201,148,163) instead hex code.

Text Font Color

.myTextColor { color: #C994A3; }

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

This text font color is #C994A3.

Background Color

.myBgColor { background-color: #C994A3; }

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

This div background color is #C994A3.

Border color

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

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

This div border color is #C994A3.

Opacity

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

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

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

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

This text has shadow with #C994A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C994A3.

Preview

Color preview on black background

This text has color #C994A3 on black background.


Color preview on white background

This text has color #C994A3 on white background.


Black color preview on #C994A3 background

This text has black color on #C994A3 background.


White color preview on #C994A3 background

This text has white color on #C994A3 background.


Related colors

Complementary color

Complementary color for #hex is #366B5C.


I love getcolorcode.com

Triadic colors

1 #A3C994 and #94A3C9 with #C994A3 are triadic colors.

2 #A394C9 and #94C9A3 with #C994A3 are triadic colors.