COLOR #C77551

HEX: #C77551
RGB: (199,117,81)

Color info

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

RGB color model

#C77551 color RGB value is (199,117,81).

  • red value is 199;
  • green value is 117;
  • blue value is 81.
RGB:
(199,117,81)
(78%,46%,32%)

RGB channels and saturation

R 199 of 255 = 78%
G 117 of 255 = 46%
B 81 of 255 = 32%

199
117
81

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

Portions of RGB colors in percentages

R + G + B =
199 + 117 + 81 = 397 (100%)
R 199 of 397 ~ 50.13%
G 117 of 397 ~ 29.47%
B 81 of 397 ~ 20.4%

%50.13
%29.47
%20.4

CMYK color model

#C77551 color CMYK value is (0,41,59,22).

  • cyan value is 0.00%
  • magenta value is 41.21%
  • yellow value is 59.30%
  • key color value is 21.96%
CMYK:
(0,41,59,22)
C0M41Y59K22 
(0%,41%,59%,22%)
(0.00/0.41/0.59/0.22)	

CMYK percentages

%0
%41.21
%59.3
%21.96

Codes

Color #C77551 in popluar color models

C77551
RGB19911781
HSL18°51.30%54.90%
HSB/HSV18°59.30%78.04%
CMYK0.00%41.21%59.30%
21.96%

Color #C77551 in popluar number systems.

HEXC77551
Decimal19911781
Binary1100011111101011010001
Octal307165121

Shades and tints

Shades of #C77551

#C77551
(199,117,81)
#B56B4A
(181,107,74)
#A36143
(163,97,67)
#91573C
(145,87,60)
#7F4D35
(127,77,53)
#6D432E
(109,67,46)
#5B3927
(91,57,39)
#492F20
(73,47,32)
#372519
(55,37,25)
#251B12
(37,27,18)
#13110B
(19,17,11)
#000000
(0,0,0)

Tints of #C77551

#C77551
(199,117,81)
#CC8160
(204,129,96)
#D18D6F
(209,141,111)
#D6997E
(214,153,126)
#DBA58D
(219,165,141)
#E0B19C
(224,177,156)
#E5BDAB
(229,189,171)
#EAC9BA
(234,201,186)
#EFD5C9
(239,213,201)
#F4E1D8
(244,225,216)
#F9EDE7
(249,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C77551; }

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

This text font color is #C77551.


Background Color

.myBgColor { background-color: #C77551; }

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

This div background color is #C77551.


Border color

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

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

This div border color is #C77551.


Opacity

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

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

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

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

This text has shadow with #C77551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C77551 on black background.


Color preview on white background

This text has color #C77551 on white background.



Black color preview on #C77551 background

This text has black color on #C77551 background.


White color preview on #C77551 background

This text has white color on #C77551 background.