COLOR #C78993

HEX: #C78993 RGB: (199,137,147)

Color info

#C78993 contains mainly red and blue colors. Web safe color of #C78993 is #CC9999 (or #C99).

RGB color model

#C78993 color RGB value is (199,137,147).

RGB: (199,137,147) (78%, 54%, 58%)

RGB channels and saturation

R 199 of 255 = 78%
G 137 of 255 = 54%
B 147 of 255 = 58%

199
137
147

R + G + B ~ 63%. #C78993 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 137 + 147 = 483 (100%)
R 199 of 483 ~ 41.2%
G 137 of 483 ~ 28.36%
B 147 of 483 ~ 30.43'%

%41.2
%28.36
%30.43

CMYK color model

#C78993 color CMYK value is (0,31,26,22).

  • cyan value is 0.00%
  • magenta value is 31.16%
  • yellow value is 26.13%
  • key color value is 21.96%

CMYK: (0,31,26,22)
C0M31Y26K22 (0%, 31%, 26%, 22%)
(0.00 / 0.31 / 0.26 / 0.22)

CMYK percentages

%0
%31.16
%26.13
%21.96

Codes

Color #C78993 in popluar color models

C7 89 93
RGB 199 137 147
HSL 350° 35.63% 65.88%
HSB/HSV 350° 31.16% 78.04%
CMYK 0.00% 31.16% 26.13%
21.96%

Color #C78993 in popluar number systems.

HEX C7 89 93
Decimal 199 137 147
Binary 11000111 10001001 10010011
Octal 307 211 223

Shades and tints

Shades of #C78993

#C78993
(199,137,147)
#B57D86
(181,125,134)
#A37179
(163,113,121)
#91656C
(145,101,108)
#7F595F
(127,89,95)
#6D4D52
(109,77,82)
#5B4145
(91,65,69)
#493538
(73,53,56)
#37292B
(55,41,43)
#251D1E
(37,29,30)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #C78993

#C78993
(199,137,147)
#CC939C
(204,147,156)
#D19DA5
(209,157,165)
#D6A7AE
(214,167,174)
#DBB1B7
(219,177,183)
#E0BBC0
(224,187,192)
#E5C5C9
(229,197,201)
#EACFD2
(234,207,210)
#EFD9DB
(239,217,219)
#F4E3E4
(244,227,228)
#F9EDED
(249,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C78993 color. Also use rgb(199,137,147) instead hex code.

Text Font Color

.myTextColor { color: #C78993; }

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

This text font color is #C78993.

Background Color

.myBgColor { background-color: #C78993; }

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

This div background color is #C78993.

Border color

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

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

This div border color is #C78993.

Opacity

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

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

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

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

This text has shadow with #C78993 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C78993.

Preview

Color preview on black background

This text has color #C78993 on black background.


Color preview on white background

This text has color #C78993 on white background.


Black color preview on #C78993 background

This text has black color on #C78993 background.


White color preview on #C78993 background

This text has white color on #C78993 background.


Related colors

Complementary color

Complementary color for #hex is #38766C.


I love getcolorcode.com

Triadic colors

1 #93C789 and #8993C7 with #C78993 are triadic colors.

2 #9389C7 and #89C793 with #C78993 are triadic colors.