COLOR #C96292

HEX: #C96292 RGB: (201,98,146)

Color info

#C96292 contains mainly red and blue colors. Web safe color of #C96292 is #CC6699 (or #C69).

RGB color model

#C96292 color RGB value is (201,98,146).

RGB: (201,98,146) (79%, 38%, 57%)

RGB channels and saturation

R 201 of 255 = 79%
G 98 of 255 = 38%
B 146 of 255 = 57%

201
98
146

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

Portions of RGB colors in percentages

R + G + B = 201 + 98 + 146 = 445 (100%)
R 201 of 445 ~ 45.17%
G 98 of 445 ~ 22.02%
B 146 of 445 ~ 32.81'%

%45.17
%22.02
%32.81

CMYK color model

#C96292 color CMYK value is (0,51,27,21).

  • cyan value is 0.00%
  • magenta value is 51.24%
  • yellow value is 27.36%
  • key color value is 21.18%

CMYK: (0,51,27,21)
C0M51Y27K21 (0%, 51%, 27%, 21%)
(0.00 / 0.51 / 0.27 / 0.21)

CMYK percentages

%0
%51.24
%27.36
%21.18

Codes

Color #C96292 in popluar color models

C9 62 92
RGB 201 98 146
HSL 332° 48.82% 58.63%
HSB/HSV 332° 51.24% 78.82%
CMYK 0.00% 51.24% 27.36%
21.18%

Color #C96292 in popluar number systems.

HEX C9 62 92
Decimal 201 98 146
Binary 11001001 1100010 10010010
Octal 311 142 222

Shades and tints

Shades of #C96292

#C96292
(201,98,146)
#B75A85
(183,90,133)
#A55278
(165,82,120)
#934A6B
(147,74,107)
#81425E
(129,66,94)
#6F3A51
(111,58,81)
#5D3244
(93,50,68)
#4B2A37
(75,42,55)
#39222A
(57,34,42)
#271A1D
(39,26,29)
#151210
(21,18,16)
#000000
(0,0,0)

Tints of #C96292

#C96292
(201,98,146)
#CD709B
(205,112,155)
#D17EA4
(209,126,164)
#D58CAD
(213,140,173)
#D99AB6
(217,154,182)
#DDA8BF
(221,168,191)
#E1B6C8
(225,182,200)
#E5C4D1
(229,196,209)
#E9D2DA
(233,210,218)
#EDE0E3
(237,224,227)
#F1EEEC
(241,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C96292 color. Also use rgb(201,98,146) instead hex code.

Text Font Color

.myTextColor { color: #C96292; }

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

This text font color is #C96292.

Background Color

.myBgColor { background-color: #C96292; }

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

This div background color is #C96292.

Border color

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

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

This div border color is #C96292.

Opacity

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

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

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

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

This text has shadow with #C96292 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C96292.

Preview

Color preview on black background

This text has color #C96292 on black background.


Color preview on white background

This text has color #C96292 on white background.


Black color preview on #C96292 background

This text has black color on #C96292 background.


White color preview on #C96292 background

This text has white color on #C96292 background.


Related colors

Complementary color

Complementary color for #hex is #369D6D.


I love getcolorcode.com

Triadic colors

1 #92C962 and #6292C9 with #C96292 are triadic colors.

2 #9262C9 and #62C992 with #C96292 are triadic colors.