COLOR #C65960

HEX: #C65960 RGB: (198,89,96)

Color info

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

RGB color model

#C65960 color RGB value is (198,89,96).

RGB: (198,89,96) (78%, 35%, 38%)

RGB channels and saturation

R 198 of 255 = 78%
G 89 of 255 = 35%
B 96 of 255 = 38%

198
89
96

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

Portions of RGB colors in percentages

R + G + B = 198 + 89 + 96 = 383 (100%)
R 198 of 383 ~ 51.7%
G 89 of 383 ~ 23.24%
B 96 of 383 ~ 25.07'%

%51.7
%23.24
%25.07

CMYK color model

#C65960 color CMYK value is (0,55,52,22).

  • cyan value is 0.00%
  • magenta value is 55.05%
  • yellow value is 51.52%
  • key color value is 22.35%

CMYK: (0,55,52,22)
C0M55Y52K22 (0%, 55%, 52%, 22%)
(0.00 / 0.55 / 0.52 / 0.22)

CMYK percentages

%0
%55.05
%51.52
%22.35

Codes

Color #C65960 in popluar color models

C6 59 60
RGB 198 89 96
HSL 356° 48.88% 56.27%
HSB/HSV 356° 55.05% 77.65%
CMYK 0.00% 55.05% 51.52%
22.35%

Color #C65960 in popluar number systems.

HEX C6 59 60
Decimal 198 89 96
Binary 11000110 1011001 1100000
Octal 306 131 140

Shades and tints

Shades of #C65960

#C65960
(198,89,96)
#B45158
(180,81,88)
#A24950
(162,73,80)
#904148
(144,65,72)
#7E3940
(126,57,64)
#6C3138
(108,49,56)
#5A2930
(90,41,48)
#482128
(72,33,40)
#361920
(54,25,32)
#241118
(36,17,24)
#120910
(18,9,16)
#000000
(0,0,0)

Tints of #C65960

#C65960
(198,89,96)
#CB686E
(203,104,110)
#D0777C
(208,119,124)
#D5868A
(213,134,138)
#DA9598
(218,149,152)
#DFA4A6
(223,164,166)
#E4B3B4
(228,179,180)
#E9C2C2
(233,194,194)
#EED1D0
(238,209,208)
#F3E0DE
(243,224,222)
#F8EFEC
(248,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C65960 color. Also use rgb(198,89,96) instead hex code.

Text Font Color

.myTextColor { color: #C65960; }

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

This text font color is #C65960.

Background Color

.myBgColor { background-color: #C65960; }

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

This div background color is #C65960.

Border color

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

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

This div border color is #C65960.

Opacity

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

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

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

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

This text has shadow with #C65960 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C65960.

Preview

Color preview on black background

This text has color #C65960 on black background.


Color preview on white background

This text has color #C65960 on white background.


Black color preview on #C65960 background

This text has black color on #C65960 background.


White color preview on #C65960 background

This text has white color on #C65960 background.


Related colors

Complementary color

Complementary color for #hex is #39A69F.


I love getcolorcode.com

Triadic colors

1 #60C659 and #5960C6 with #C65960 are triadic colors.

2 #6059C6 and #59C660 with #C65960 are triadic colors.