COLOR #C78488

HEX: #C78488 RGB: (199,132,136)

Color info

#C78488 contains mainly red color. Web safe color of #C78488 is #CC9999 (or #C99).

RGB color model

#C78488 color RGB value is (199,132,136).

RGB: (199,132,136) (78%, 52%, 53%)

RGB channels and saturation

R 199 of 255 = 78%
G 132 of 255 = 52%
B 136 of 255 = 53%

199
132
136

R + G + B ~ 61%. #C78488 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 132 + 136 = 467 (100%)
R 199 of 467 ~ 42.61%
G 132 of 467 ~ 28.27%
B 136 of 467 ~ 29.12'%

%42.61
%28.27
%29.12

CMYK color model

#C78488 color CMYK value is (0,34,32,22).

  • cyan value is 0.00%
  • magenta value is 33.67%
  • yellow value is 31.66%
  • key color value is 21.96%

CMYK: (0,34,32,22)
C0M34Y32K22 (0%, 34%, 32%, 22%)
(0.00 / 0.34 / 0.32 / 0.22)

CMYK percentages

%0
%33.67
%31.66
%21.96

Codes

Color #C78488 in popluar color models

C7 84 88
RGB 199 132 136
HSL 356° 37.43% 64.90%
HSB/HSV 356° 33.67% 78.04%
CMYK 0.00% 33.67% 31.66%
21.96%

Color #C78488 in popluar number systems.

HEX C7 84 88
Decimal 199 132 136
Binary 11000111 10000100 10001000
Octal 307 204 210

Shades and tints

Shades of #C78488

#C78488
(199,132,136)
#B5787C
(181,120,124)
#A36C70
(163,108,112)
#916064
(145,96,100)
#7F5458
(127,84,88)
#6D484C
(109,72,76)
#5B3C40
(91,60,64)
#493034
(73,48,52)
#372428
(55,36,40)
#25181C
(37,24,28)
#130C10
(19,12,16)
#000000
(0,0,0)

Tints of #C78488

#C78488
(199,132,136)
#CC8F92
(204,143,146)
#D19A9C
(209,154,156)
#D6A5A6
(214,165,166)
#DBB0B0
(219,176,176)
#E0BBBA
(224,187,186)
#E5C6C4
(229,198,196)
#EAD1CE
(234,209,206)
#EFDCD8
(239,220,216)
#F4E7E2
(244,231,226)
#F9F2EC
(249,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C78488; }

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

This text font color is #C78488.

Background Color

.myBgColor { background-color: #C78488; }

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

This div background color is #C78488.

Border color

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

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

This div border color is #C78488.

Opacity

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

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

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

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

This text has shadow with #C78488 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C78488.

Preview

Color preview on black background

This text has color #C78488 on black background.


Color preview on white background

This text has color #C78488 on white background.


Black color preview on #C78488 background

This text has black color on #C78488 background.


White color preview on #C78488 background

This text has white color on #C78488 background.


Related colors

Complementary color

Complementary color for #hex is #387B77.


I love getcolorcode.com

Triadic colors

1 #88C784 and #8488C7 with #C78488 are triadic colors.

2 #8884C7 and #84C788 with #C78488 are triadic colors.