COLOR #C65F97

HEX: #C65F97
RGB: (198,95,151)

Color info

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

RGB color model

#C65F97 color RGB value is (198,95,151).

  • red value is 198;
  • green value is 95;
  • blue value is 151.
RGB:
(198,95,151)
(78%,37%,59%)

RGB channels and saturation

R 198 of 255 = 78%
G 95 of 255 = 37%
B 151 of 255 = 59%

198
95
151

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

Portions of RGB colors in percentages

R + G + B =
198 + 95 + 151 = 444 (100%)
R 198 of 444 ~ 44.59%
G 95 of 444 ~ 21.4%
B 151 of 444 ~ 34.01%

%44.59
%21.4
%34.01

CMYK color model

#C65F97 color CMYK value is (0,52,24,22).

  • cyan value is 0.00%
  • magenta value is 52.02%
  • yellow value is 23.74%
  • key color value is 22.35%
CMYK:
(0,52,24,22)
C0M52Y24K22 
(0%,52%,24%,22%)
(0.00/0.52/0.24/0.22)	

CMYK percentages

%0
%52.02
%23.74
%22.35

Codes

Color #C65F97 in popluar color models

C65F97
RGB19895151
HSL327°47.47%57.45%
HSB/HSV327°52.02%77.65%
CMYK0.00%52.02%23.74%
22.35%

Color #C65F97 in popluar number systems.

HEXC65F97
Decimal19895151
Binary11000110101111110010111
Octal306137227

Shades and tints

Shades of #C65F97

#C65F97
(198,95,151)
#B4578A
(180,87,138)
#A24F7D
(162,79,125)
#904770
(144,71,112)
#7E3F63
(126,63,99)
#6C3756
(108,55,86)
#5A2F49
(90,47,73)
#48273C
(72,39,60)
#361F2F
(54,31,47)
#241722
(36,23,34)
#120F15
(18,15,21)
#000000
(0,0,0)

Tints of #C65F97

#C65F97
(198,95,151)
#CB6DA0
(203,109,160)
#D07BA9
(208,123,169)
#D589B2
(213,137,178)
#DA97BB
(218,151,187)
#DFA5C4
(223,165,196)
#E4B3CD
(228,179,205)
#E9C1D6
(233,193,214)
#EECFDF
(238,207,223)
#F3DDE8
(243,221,232)
#F8EBF1
(248,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C65F97 color. Also use rgb(198,95,151) instead hex code.

Text Font Color

.myTextColor { color: #C65F97; }

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

This text font color is #C65F97.


Background Color

.myBgColor { background-color: #C65F97; }

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

This div background color is #C65F97.


Border color

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

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

This div border color is #C65F97.


Opacity

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

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

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

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

This text has shadow with #C65F97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C65F97 on black background.


Color preview on white background

This text has color #C65F97 on white background.



Black color preview on #C65F97 background

This text has black color on #C65F97 background.


White color preview on #C65F97 background

This text has white color on #C65F97 background.