COLOR #C994B2

HEX: #C994B2 RGB: (201,148,178)

Color info

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

RGB color model

#C994B2 color RGB value is (201,148,178).

RGB: (201,148,178) (79%, 58%, 70%)

RGB channels and saturation

R 201 of 255 = 79%
G 148 of 255 = 58%
B 178 of 255 = 70%

201
148
178

R + G + B ~ 69%. #C994B2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 148 + 178 = 527 (100%)
R 201 of 527 ~ 38.14%
G 148 of 527 ~ 28.08%
B 178 of 527 ~ 33.78'%

%38.14
%28.08
%33.78

CMYK color model

#C994B2 color CMYK value is (0,26,11,21).

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

CMYK: (0,26,11,21)
C0M26Y11K21 (0%, 26%, 11%, 21%)
(0.00 / 0.26 / 0.11 / 0.21)

CMYK percentages

%0
%26.37
%11.44
%21.18

Codes

Color #C994B2 in popluar color models

C9 94 B2
RGB 201 148 178
HSL 326° 32.92% 68.43%
HSB/HSV 326° 26.37% 78.82%
CMYK 0.00% 26.37% 11.44%
21.18%

Color #C994B2 in popluar number systems.

HEX C9 94 B2
Decimal 201 148 178
Binary 11001001 10010100 10110010
Octal 311 224 262

Shades and tints

Shades of #C994B2

#C994B2
(201,148,178)
#B787A2
(183,135,162)
#A57A92
(165,122,146)
#936D82
(147,109,130)
#816072
(129,96,114)
#6F5362
(111,83,98)
#5D4652
(93,70,82)
#4B3942
(75,57,66)
#392C32
(57,44,50)
#271F22
(39,31,34)
#151212
(21,18,18)
#000000
(0,0,0)

Tints of #C994B2

#C994B2
(201,148,178)
#CD9DB9
(205,157,185)
#D1A6C0
(209,166,192)
#D5AFC7
(213,175,199)
#D9B8CE
(217,184,206)
#DDC1D5
(221,193,213)
#E1CADC
(225,202,220)
#E5D3E3
(229,211,227)
#E9DCEA
(233,220,234)
#EDE5F1
(237,229,241)
#F1EEF8
(241,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C994B2; }

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

This text font color is #C994B2.

Background Color

.myBgColor { background-color: #C994B2; }

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

This div background color is #C994B2.

Border color

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

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

This div border color is #C994B2.

Opacity

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

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

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

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

This text has shadow with #C994B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C994B2.

Preview

Color preview on black background

This text has color #C994B2 on black background.


Color preview on white background

This text has color #C994B2 on white background.


Black color preview on #C994B2 background

This text has black color on #C994B2 background.


White color preview on #C994B2 background

This text has white color on #C994B2 background.


Related colors

Complementary color

Complementary color for #hex is #366B4D.


I love getcolorcode.com

Triadic colors

1 #B2C994 and #94B2C9 with #C994B2 are triadic colors.

2 #B294C9 and #94C9B2 with #C994B2 are triadic colors.