COLOR #C65E71

HEX: #C65E71
RGB: (198,94,113)

Color info

#C65E71 contains mainly red color. Web safe color of #C65E71 is #CC6666 (or #C66).

RGB color model

#C65E71 color RGB value is (198,94,113).

  • red value is 198;
  • green value is 94;
  • blue value is 113.
RGB:
(198,94,113)
(78%,37%,44%)

RGB channels and saturation

R 198 of 255 = 78%
G 94 of 255 = 37%
B 113 of 255 = 44%

198
94
113

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

Portions of RGB colors in percentages

R + G + B =
198 + 94 + 113 = 405 (100%)
R 198 of 405 ~ 48.89%
G 94 of 405 ~ 23.21%
B 113 of 405 ~ 27.9%

%48.89
%23.21
%27.9

CMYK color model

#C65E71 color CMYK value is (0,53,43,22).

  • cyan value is 0.00%
  • magenta value is 52.53%
  • yellow value is 42.93%
  • key color value is 22.35%
CMYK:
(0,53,43,22)
C0M53Y43K22 
(0%,53%,43%,22%)
(0.00/0.53/0.43/0.22)	

CMYK percentages

%0
%52.53
%42.93
%22.35

Codes

Color #C65E71 in popluar color models

C65E71
RGB19894113
HSL349°47.71%57.25%
HSB/HSV349°52.53%77.65%
CMYK0.00%52.53%42.93%
22.35%

Color #C65E71 in popluar number systems.

HEXC65E71
Decimal19894113
Binary1100011010111101110001
Octal306136161

Shades and tints

Shades of #C65E71

#C65E71
(198,94,113)
#B45667
(180,86,103)
#A24E5D
(162,78,93)
#904653
(144,70,83)
#7E3E49
(126,62,73)
#6C363F
(108,54,63)
#5A2E35
(90,46,53)
#48262B
(72,38,43)
#361E21
(54,30,33)
#241617
(36,22,23)
#120E0D
(18,14,13)
#000000
(0,0,0)

Tints of #C65E71

#C65E71
(198,94,113)
#CB6C7D
(203,108,125)
#D07A89
(208,122,137)
#D58895
(213,136,149)
#DA96A1
(218,150,161)
#DFA4AD
(223,164,173)
#E4B2B9
(228,178,185)
#E9C0C5
(233,192,197)
#EECED1
(238,206,209)
#F3DCDD
(243,220,221)
#F8EAE9
(248,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C65E71 color. Also use rgb(198,94,113) instead hex code.

Text Font Color

.myTextColor { color: #C65E71; }

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

This text font color is #C65E71.


Background Color

.myBgColor { background-color: #C65E71; }

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

This div background color is #C65E71.


Border color

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

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

This div border color is #C65E71.


Opacity

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

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

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

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

This text has shadow with #C65E71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C65E71 on black background.


Color preview on white background

This text has color #C65E71 on white background.



Black color preview on #C65E71 background

This text has black color on #C65E71 background.


White color preview on #C65E71 background

This text has white color on #C65E71 background.