COLOR #C965B9

HEX: #C965B9
RGB: (201,101,185)

Color info

#C965B9 contains mainly red and blue colors. Web safe color of #C965B9 is #CC66CC (or #C6C).

RGB color model

#C965B9 color RGB value is (201,101,185).

  • red value is 201;
  • green value is 101;
  • blue value is 185.
RGB:
(201,101,185)
(79%,40%,73%)

RGB channels and saturation

R 201 of 255 = 79%
G 101 of 255 = 40%
B 185 of 255 = 73%

201
101
185

R + G + B ~ 64%. #C965B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 101 + 185 = 487 (100%)
R 201 of 487 ~ 41.27%
G 101 of 487 ~ 20.74%
B 185 of 487 ~ 37.99%

%41.27
%20.74
%37.99

CMYK color model

#C965B9 color CMYK value is (0,50,8,21).

  • cyan value is 0.00%
  • magenta value is 49.75%
  • yellow value is 7.96%
  • key color value is 21.18%
CMYK:
(0,50,8,21)
C0M50Y8K21 
(0%,50%,8%,21%)
(0.00/0.50/0.08/0.21)	

CMYK percentages

%0
%49.75
%7.96
%21.18

Codes

Color #C965B9 in popluar color models

C965B9
RGB201101185
HSL310°48.08%59.22%
HSB/HSV310°49.75%78.82%
CMYK0.00%49.75%7.96%
21.18%

Color #C965B9 in popluar number systems.

HEXC965B9
Decimal201101185
Binary11001001110010110111001
Octal311145271

Shades and tints

Shades of #C965B9

#C965B9
(201,101,185)
#B75CA9
(183,92,169)
#A55399
(165,83,153)
#934A89
(147,74,137)
#814179
(129,65,121)
#6F3869
(111,56,105)
#5D2F59
(93,47,89)
#4B2649
(75,38,73)
#391D39
(57,29,57)
#271429
(39,20,41)
#150B19
(21,11,25)
#000000
(0,0,0)

Tints of #C965B9

#C965B9
(201,101,185)
#CD73BF
(205,115,191)
#D181C5
(209,129,197)
#D58FCB
(213,143,203)
#D99DD1
(217,157,209)
#DDABD7
(221,171,215)
#E1B9DD
(225,185,221)
#E5C7E3
(229,199,227)
#E9D5E9
(233,213,233)
#EDE3EF
(237,227,239)
#F1F1F5
(241,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C965B9 color. Also use rgb(201,101,185) instead hex code.

Text Font Color

.myTextColor { color: #C965B9; }

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

This text font color is #C965B9.


Background Color

.myBgColor { background-color: #C965B9; }

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

This div background color is #C965B9.


Border color

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

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

This div border color is #C965B9.


Opacity

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

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

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

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

This text has shadow with #C965B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C965B9 on black background.


Color preview on white background

This text has color #C965B9 on white background.



Black color preview on #C965B9 background

This text has black color on #C965B9 background.


White color preview on #C965B9 background

This text has white color on #C965B9 background.