COLOR #C78095

HEX: #C78095
RGB: (199,128,149)

Color info

#C78095 contains mainly red and blue colors. Web safe color of #C78095 is #CC6699 (or #C69).

RGB color model

#C78095 color RGB value is (199,128,149).

  • red value is 199;
  • green value is 128;
  • blue value is 149.
RGB:
(199,128,149)
(78%,50%,58%)

RGB channels and saturation

R 199 of 255 = 78%
G 128 of 255 = 50%
B 149 of 255 = 58%

199
128
149

R + G + B ~ 62%. #C78095 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 128 + 149 = 476 (100%)
R 199 of 476 ~ 41.81%
G 128 of 476 ~ 26.89%
B 149 of 476 ~ 31.3%

%41.81
%26.89
%31.3

CMYK color model

#C78095 color CMYK value is (0,36,25,22).

  • cyan value is 0.00%
  • magenta value is 35.68%
  • yellow value is 25.13%
  • key color value is 21.96%
CMYK:
(0,36,25,22)
C0M36Y25K22 
(0%,36%,25%,22%)
(0.00/0.36/0.25/0.22)	

CMYK percentages

%0
%35.68
%25.13
%21.96

Codes

Color #C78095 in popluar color models

C78095
RGB199128149
HSL342°38.80%64.12%
HSB/HSV342°35.68%78.04%
CMYK0.00%35.68%25.13%
21.96%

Color #C78095 in popluar number systems.

HEXC78095
Decimal199128149
Binary110001111000000010010101
Octal307200225

Shades and tints

Shades of #C78095

#C78095
(199,128,149)
#B57588
(181,117,136)
#A36A7B
(163,106,123)
#915F6E
(145,95,110)
#7F5461
(127,84,97)
#6D4954
(109,73,84)
#5B3E47
(91,62,71)
#49333A
(73,51,58)
#37282D
(55,40,45)
#251D20
(37,29,32)
#131213
(19,18,19)
#000000
(0,0,0)

Tints of #C78095

#C78095
(199,128,149)
#CC8B9E
(204,139,158)
#D196A7
(209,150,167)
#D6A1B0
(214,161,176)
#DBACB9
(219,172,185)
#E0B7C2
(224,183,194)
#E5C2CB
(229,194,203)
#EACDD4
(234,205,212)
#EFD8DD
(239,216,221)
#F4E3E6
(244,227,230)
#F9EEEF
(249,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C78095; }

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

This text font color is #C78095.


Background Color

.myBgColor { background-color: #C78095; }

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

This div background color is #C78095.


Border color

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

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

This div border color is #C78095.


Opacity

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

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

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

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

This text has shadow with #C78095 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C78095 on black background.


Color preview on white background

This text has color #C78095 on white background.



Black color preview on #C78095 background

This text has black color on #C78095 background.


White color preview on #C78095 background

This text has white color on #C78095 background.