COLOR #C77381

HEX: #C77381 RGB: (199,115,129)

Color info

#C77381 contains mainly red color. Web safe color of #C77381 is #CC6699 (or #C69).

RGB color model

#C77381 color RGB value is (199,115,129).

RGB: (199,115,129) (78%, 45%, 51%)

RGB channels and saturation

R 199 of 255 = 78%
G 115 of 255 = 45%
B 129 of 255 = 51%

199
115
129

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

Portions of RGB colors in percentages

R + G + B = 199 + 115 + 129 = 443 (100%)
R 199 of 443 ~ 44.92%
G 115 of 443 ~ 25.96%
B 129 of 443 ~ 29.12'%

%44.92
%25.96
%29.12

CMYK color model

#C77381 color CMYK value is (0,42,35,22).

  • cyan value is 0.00%
  • magenta value is 42.21%
  • yellow value is 35.18%
  • key color value is 21.96%

CMYK: (0,42,35,22)
C0M42Y35K22 (0%, 42%, 35%, 22%)
(0.00 / 0.42 / 0.35 / 0.22)

CMYK percentages

%0
%42.21
%35.18
%21.96

Codes

Color #C77381 in popluar color models

C7 73 81
RGB 199 115 129
HSL 350° 42.86% 61.57%
HSB/HSV 350° 42.21% 78.04%
CMYK 0.00% 42.21% 35.18%
21.96%

Color #C77381 in popluar number systems.

HEX C7 73 81
Decimal 199 115 129
Binary 11000111 1110011 10000001
Octal 307 163 201

Shades and tints

Shades of #C77381

#C77381
(199,115,129)
#B56976
(181,105,118)
#A35F6B
(163,95,107)
#915560
(145,85,96)
#7F4B55
(127,75,85)
#6D414A
(109,65,74)
#5B373F
(91,55,63)
#492D34
(73,45,52)
#372329
(55,35,41)
#25191E
(37,25,30)
#130F13
(19,15,19)
#000000
(0,0,0)

Tints of #C77381

#C77381
(199,115,129)
#CC7F8C
(204,127,140)
#D18B97
(209,139,151)
#D697A2
(214,151,162)
#DBA3AD
(219,163,173)
#E0AFB8
(224,175,184)
#E5BBC3
(229,187,195)
#EAC7CE
(234,199,206)
#EFD3D9
(239,211,217)
#F4DFE4
(244,223,228)
#F9EBEF
(249,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C77381 color. Also use rgb(199,115,129) instead hex code.

Text Font Color

.myTextColor { color: #C77381; }

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

This text font color is #C77381.

Background Color

.myBgColor { background-color: #C77381; }

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

This div background color is #C77381.

Border color

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

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

This div border color is #C77381.

Opacity

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

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

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

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

This text has shadow with #C77381 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C77381.

Preview

Color preview on black background

This text has color #C77381 on black background.


Color preview on white background

This text has color #C77381 on white background.


Black color preview on #C77381 background

This text has black color on #C77381 background.


White color preview on #C77381 background

This text has white color on #C77381 background.


Related colors

Complementary color

Complementary color for #hex is #388C7E.


I love getcolorcode.com

Triadic colors

1 #81C773 and #7381C7 with #C77381 are triadic colors.

2 #8173C7 and #73C781 with #C77381 are triadic colors.