COLOR #C65455

HEX: #C65455 RGB: (198,84,85)

Color info

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

RGB color model

#C65455 color RGB value is (198,84,85).

RGB: (198,84,85) (78%, 33%, 33%)

RGB channels and saturation

R 198 of 255 = 78%
G 84 of 255 = 33%
B 85 of 255 = 33%

198
84
85

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

Portions of RGB colors in percentages

R + G + B = 198 + 84 + 85 = 367 (100%)
R 198 of 367 ~ 53.95%
G 84 of 367 ~ 22.89%
B 85 of 367 ~ 23.16'%

%53.95
%22.89
%23.16

CMYK color model

#C65455 color CMYK value is (0,58,57,22).

  • cyan value is 0.00%
  • magenta value is 57.58%
  • yellow value is 57.07%
  • key color value is 22.35%

CMYK: (0,58,57,22)
C0M58Y57K22 (0%, 58%, 57%, 22%)
(0.00 / 0.58 / 0.57 / 0.22)

CMYK percentages

%0
%57.58
%57.07
%22.35

Codes

Color #C65455 in popluar color models

C6 54 55
RGB 198 84 85
HSL 359° 50.00% 55.29%
HSB/HSV 359° 57.58% 77.65%
CMYK 0.00% 57.58% 57.07%
22.35%

Color #C65455 in popluar number systems.

HEX C6 54 55
Decimal 198 84 85
Binary 11000110 1010100 1010101
Octal 306 124 125

Shades and tints

Shades of #C65455

#C65455
(198,84,85)
#B44D4E
(180,77,78)
#A24647
(162,70,71)
#903F40
(144,63,64)
#7E3839
(126,56,57)
#6C3132
(108,49,50)
#5A2A2B
(90,42,43)
#482324
(72,35,36)
#361C1D
(54,28,29)
#241516
(36,21,22)
#120E0F
(18,14,15)
#000000
(0,0,0)

Tints of #C65455

#C65455
(198,84,85)
#CB6364
(203,99,100)
#D07273
(208,114,115)
#D58182
(213,129,130)
#DA9091
(218,144,145)
#DF9FA0
(223,159,160)
#E4AEAF
(228,174,175)
#E9BDBE
(233,189,190)
#EECCCD
(238,204,205)
#F3DBDC
(243,219,220)
#F8EAEB
(248,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C65455 color. Also use rgb(198,84,85) instead hex code.

Text Font Color

.myTextColor { color: #C65455; }

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

This text font color is #C65455.

Background Color

.myBgColor { background-color: #C65455; }

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

This div background color is #C65455.

Border color

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

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

This div border color is #C65455.

Opacity

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

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

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

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

This text has shadow with #C65455 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C65455.

Preview

Color preview on black background

This text has color #C65455 on black background.


Color preview on white background

This text has color #C65455 on white background.


Black color preview on #C65455 background

This text has black color on #C65455 background.


White color preview on #C65455 background

This text has white color on #C65455 background.


Related colors

Complementary color

Complementary color for #hex is #39ABAA.


I love getcolorcode.com

Triadic colors

1 #55C654 and #5455C6 with #C65455 are triadic colors.

2 #5554C6 and #54C655 with #C65455 are triadic colors.