COLOR #C77561

HEX: #C77561 RGB: (199,117,97)

Color info

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

RGB color model

#C77561 color RGB value is (199,117,97).

RGB: (199,117,97) (78%, 46%, 38%)

RGB channels and saturation

R 199 of 255 = 78%
G 117 of 255 = 46%
B 97 of 255 = 38%

199
117
97

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

Portions of RGB colors in percentages

R + G + B = 199 + 117 + 97 = 413 (100%)
R 199 of 413 ~ 48.18%
G 117 of 413 ~ 28.33%
B 97 of 413 ~ 23.49'%

%48.18
%28.33
%23.49

CMYK color model

#C77561 color CMYK value is (0,41,51,22).

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

CMYK: (0,41,51,22)
C0M41Y51K22 (0%, 41%, 51%, 22%)
(0.00 / 0.41 / 0.51 / 0.22)

CMYK percentages

%0
%41.21
%51.26
%21.96

Codes

Color #C77561 in popluar color models

C7 75 61
RGB 199 117 97
HSL 12° 47.66% 58.04%
HSB/HSV 12° 51.26% 78.04%
CMYK 0.00% 41.21% 51.26%
21.96%

Color #C77561 in popluar number systems.

HEX C7 75 61
Decimal 199 117 97
Binary 11000111 1110101 1100001
Octal 307 165 141

Shades and tints

Shades of #C77561

#C77561
(199,117,97)
#B56B59
(181,107,89)
#A36151
(163,97,81)
#915749
(145,87,73)
#7F4D41
(127,77,65)
#6D4339
(109,67,57)
#5B3931
(91,57,49)
#492F29
(73,47,41)
#372521
(55,37,33)
#251B19
(37,27,25)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #C77561

#C77561
(199,117,97)
#CC816F
(204,129,111)
#D18D7D
(209,141,125)
#D6998B
(214,153,139)
#DBA599
(219,165,153)
#E0B1A7
(224,177,167)
#E5BDB5
(229,189,181)
#EAC9C3
(234,201,195)
#EFD5D1
(239,213,209)
#F4E1DF
(244,225,223)
#F9EDED
(249,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C77561; }

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

This text font color is #C77561.

Background Color

.myBgColor { background-color: #C77561; }

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

This div background color is #C77561.

Border color

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

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

This div border color is #C77561.

Opacity

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

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

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

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

This text has shadow with #C77561 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C77561.

Preview

Color preview on black background

This text has color #C77561 on black background.


Color preview on white background

This text has color #C77561 on white background.


Black color preview on #C77561 background

This text has black color on #C77561 background.


White color preview on #C77561 background

This text has white color on #C77561 background.


Related colors

Complementary color

Complementary color for #hex is #388A9E.


I love getcolorcode.com

Triadic colors

1 #61C775 and #7561C7 with #C77561 are triadic colors.

2 #6175C7 and #75C761 with #C77561 are triadic colors.