COLOR #C77565

HEX: #C77565 RGB: (199,117,101)

Color info

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

RGB color model

#C77565 color RGB value is (199,117,101).

RGB: (199,117,101) (78%, 46%, 40%)

RGB channels and saturation

R 199 of 255 = 78%
G 117 of 255 = 46%
B 101 of 255 = 40%

199
117
101

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

Portions of RGB colors in percentages

R + G + B = 199 + 117 + 101 = 417 (100%)
R 199 of 417 ~ 47.72%
G 117 of 417 ~ 28.06%
B 101 of 417 ~ 24.22'%

%47.72
%28.06
%24.22

CMYK color model

#C77565 color CMYK value is (0,41,49,22).

  • cyan value is 0.00%
  • magenta value is 41.21%
  • yellow value is 49.25%
  • key color value is 21.96%

CMYK: (0,41,49,22)
C0M41Y49K22 (0%, 41%, 49%, 22%)
(0.00 / 0.41 / 0.49 / 0.22)

CMYK percentages

%0
%41.21
%49.25
%21.96

Codes

Color #C77565 in popluar color models

C7 75 65
RGB 199 117 101
HSL 10° 46.67% 58.82%
HSB/HSV 10° 49.25% 78.04%
CMYK 0.00% 41.21% 49.25%
21.96%

Color #C77565 in popluar number systems.

HEX C7 75 65
Decimal 199 117 101
Binary 11000111 1110101 1100101
Octal 307 165 145

Shades and tints

Shades of #C77565

#C77565
(199,117,101)
#B56B5C
(181,107,92)
#A36153
(163,97,83)
#91574A
(145,87,74)
#7F4D41
(127,77,65)
#6D4338
(109,67,56)
#5B392F
(91,57,47)
#492F26
(73,47,38)
#37251D
(55,37,29)
#251B14
(37,27,20)
#13110B
(19,17,11)
#000000
(0,0,0)

Tints of #C77565

#C77565
(199,117,101)
#CC8173
(204,129,115)
#D18D81
(209,141,129)
#D6998F
(214,153,143)
#DBA59D
(219,165,157)
#E0B1AB
(224,177,171)
#E5BDB9
(229,189,185)
#EAC9C7
(234,201,199)
#EFD5D5
(239,213,213)
#F4E1E3
(244,225,227)
#F9EDF1
(249,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C77565 color. Also use rgb(199,117,101) instead hex code.

Text Font Color

.myTextColor { color: #C77565; }

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

This text font color is #C77565.

Background Color

.myBgColor { background-color: #C77565; }

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

This div background color is #C77565.

Border color

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

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

This div border color is #C77565.

Opacity

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

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

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

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

This text has shadow with #C77565 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C77565.

Preview

Color preview on black background

This text has color #C77565 on black background.


Color preview on white background

This text has color #C77565 on white background.


Black color preview on #C77565 background

This text has black color on #C77565 background.


White color preview on #C77565 background

This text has white color on #C77565 background.


Related colors

Complementary color

Complementary color for #hex is #388A9A.


I love getcolorcode.com

Triadic colors

1 #65C775 and #7565C7 with #C77565 are triadic colors.

2 #6575C7 and #75C765 with #C77565 are triadic colors.