COLOR #C78880

HEX: #C78880 RGB: (199,136,128)

Color info

#C78880 contains mainly red color. Web safe color of #C78880 is #CC9966 (or #C96).

RGB color model

#C78880 color RGB value is (199,136,128).

RGB: (199,136,128) (78%, 53%, 50%)

RGB channels and saturation

R 199 of 255 = 78%
G 136 of 255 = 53%
B 128 of 255 = 50%

199
136
128

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

Portions of RGB colors in percentages

R + G + B = 199 + 136 + 128 = 463 (100%)
R 199 of 463 ~ 42.98%
G 136 of 463 ~ 29.37%
B 128 of 463 ~ 27.65'%

%42.98
%29.37
%27.65

CMYK color model

#C78880 color CMYK value is (0,32,36,22).

  • cyan value is 0.00%
  • magenta value is 31.66%
  • yellow value is 35.68%
  • key color value is 21.96%
CMYK: (0,32,36,22) C0M32Y36K22 (0%,32%,36%,22%) (0.00/0.32/0.36/0.22) 

CMYK percentages

%0
%31.66
%35.68
%21.96

Codes

Color #C78880 in popluar color models

C7 88 80
RGB 199 136 128
HSL 38.80% 64.12%
HSB/HSV 35.68% 78.04%
CMYK 0.00% 31.66% 35.68%
21.96%

Color #C78880 in popluar number systems.

HEX C7 88 80
Decimal 199 136 128
Binary 11000111 10001000 10000000
Octal 307 210 200

Shades and tints

Shades of #C78880

#C78880
(199,136,128)
#B57C75
(181,124,117)
#A3706A
(163,112,106)
#91645F
(145,100,95)
#7F5854
(127,88,84)
#6D4C49
(109,76,73)
#5B403E
(91,64,62)
#493433
(73,52,51)
#372828
(55,40,40)
#251C1D
(37,28,29)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #C78880

#C78880
(199,136,128)
#CC928B
(204,146,139)
#D19C96
(209,156,150)
#D6A6A1
(214,166,161)
#DBB0AC
(219,176,172)
#E0BAB7
(224,186,183)
#E5C4C2
(229,196,194)
#EACECD
(234,206,205)
#EFD8D8
(239,216,216)
#F4E2E3
(244,226,227)
#F9ECEE
(249,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C78880 color. Also use rgb(199,136,128) instead hex code.

Text Font Color

.myTextColor { color: #C78880; }

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

This text font color is #C78880.

Background Color

.myBgColor { background-color: #C78880; }

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

This div background color is #C78880.

Border color

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

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

This div border color is #C78880.

Opacity

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

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

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

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

This text has shadow with #C78880 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C78880.

Preview

Color preview on black background

This text has color #C78880 on black background.


Color preview on white background

This text has color #C78880 on white background.


Black color preview on #C78880 background

This text has black color on #C78880 background.


White color preview on #C78880 background

This text has white color on #C78880 background.


Related colors

Complementary color

Complementary color for #hex is #38777F.


I love getcolorcode.com

Triadic colors

1 #80C788 and #8880C7 with #C78880 are triadic colors.

2 #8088C7 and #88C780 with #C78880 are triadic colors.