COLOR #C77563

HEX: #C77563 RGB: (199,117,99)

Color info

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

RGB color model

#C77563 color RGB value is (199,117,99).

RGB: (199,117,99) (78%, 46%, 39%)

RGB channels and saturation

R 199 of 255 = 78%
G 117 of 255 = 46%
B 99 of 255 = 39%

199
117
99

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

Portions of RGB colors in percentages

R + G + B = 199 + 117 + 99 = 415 (100%)
R 199 of 415 ~ 47.95%
G 117 of 415 ~ 28.19%
B 99 of 415 ~ 23.86'%

%47.95
%28.19
%23.86

CMYK color model

#C77563 color CMYK value is (0,41,50,22).

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

CMYK: (0,41,50,22)
C0M41Y50K22 (0%, 41%, 50%, 22%)
(0.00 / 0.41 / 0.50 / 0.22)

CMYK percentages

%0
%41.21
%50.25
%21.96

Codes

Color #C77563 in popluar color models

C7 75 63
RGB 199 117 99
HSL 11° 47.17% 58.43%
HSB/HSV 11° 50.25% 78.04%
CMYK 0.00% 41.21% 50.25%
21.96%

Color #C77563 in popluar number systems.

HEX C7 75 63
Decimal 199 117 99
Binary 11000111 1110101 1100011
Octal 307 165 143

Shades and tints

Shades of #C77563

#C77563
(199,117,99)
#B56B5A
(181,107,90)
#A36151
(163,97,81)
#915748
(145,87,72)
#7F4D3F
(127,77,63)
#6D4336
(109,67,54)
#5B392D
(91,57,45)
#492F24
(73,47,36)
#37251B
(55,37,27)
#251B12
(37,27,18)
#131109
(19,17,9)
#000000
(0,0,0)

Tints of #C77563

#C77563
(199,117,99)
#CC8171
(204,129,113)
#D18D7F
(209,141,127)
#D6998D
(214,153,141)
#DBA59B
(219,165,155)
#E0B1A9
(224,177,169)
#E5BDB7
(229,189,183)
#EAC9C5
(234,201,197)
#EFD5D3
(239,213,211)
#F4E1E1
(244,225,225)
#F9EDEF
(249,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C77563; }

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

This text font color is #C77563.

Background Color

.myBgColor { background-color: #C77563; }

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

This div background color is #C77563.

Border color

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

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

This div border color is #C77563.

Opacity

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

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

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

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

This text has shadow with #C77563 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C77563.

Preview

Color preview on black background

This text has color #C77563 on black background.


Color preview on white background

This text has color #C77563 on white background.


Black color preview on #C77563 background

This text has black color on #C77563 background.


White color preview on #C77563 background

This text has white color on #C77563 background.


Related colors

Complementary color

Complementary color for #hex is #388A9C.


I love getcolorcode.com

Triadic colors

1 #63C775 and #7563C7 with #C77563 are triadic colors.

2 #6375C7 and #75C763 with #C77563 are triadic colors.