COLOR #C78A8A

HEX: #C78A8A
RGB: (199,138,138)

Color info

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

RGB color model

#C78A8A color RGB value is (199,138,138).

  • red value is 199;
  • green value is 138;
  • blue value is 138.
RGB:
(199,138,138)
(78%,54%,54%)

RGB channels and saturation

R 199 of 255 = 78%
G 138 of 255 = 54%
B 138 of 255 = 54%

199
138
138

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

Portions of RGB colors in percentages

R + G + B =
199 + 138 + 138 = 475 (100%)
R 199 of 475 ~ 41.89%
G 138 of 475 ~ 29.05%
B 138 of 475 ~ 29.05%

%41.89
%29.05
%29.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.65%
  • yellow value is 30.65%
  • key color value is 21.96%
CMYK:
(0,31,31,22)
C0M31Y31K22 
(0%,31%,31%,22%)
(0.00/0.31/0.31/0.22)	

CMYK percentages

%0
%30.65
%30.65
%21.96

Codes

Color #C78A8A in popluar color models

C78A8A
RGB199138138
HSL35.26%66.08%
HSB/HSV30.65%78.04%
CMYK0.00%30.65%30.65%
21.96%

Color #C78A8A in popluar number systems.

HEXC78A8A
Decimal199138138
Binary110001111000101010001010
Octal307212212

Shades and tints

Shades of #C78A8A

#C78A8A
(199,138,138)
#B57E7E
(181,126,126)
#A37272
(163,114,114)
#916666
(145,102,102)
#7F5A5A
(127,90,90)
#6D4E4E
(109,78,78)
#5B4242
(91,66,66)
#493636
(73,54,54)
#372A2A
(55,42,42)
#251E1E
(37,30,30)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #C78A8A

#C78A8A
(199,138,138)
#CC9494
(204,148,148)
#D19E9E
(209,158,158)
#D6A8A8
(214,168,168)
#DBB2B2
(219,178,178)
#E0BCBC
(224,188,188)
#E5C6C6
(229,198,198)
#EAD0D0
(234,208,208)
#EFDADA
(239,218,218)
#F4E4E4
(244,228,228)
#F9EEEE
(249,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C78A8A; }

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

This text font color is #C78A8A.


Background Color

.myBgColor { background-color: #C78A8A; }

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

This div background color is #C78A8A.


Border color

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

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

This div border color is #C78A8A.


Opacity

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

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

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

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

This text has shadow with #C78A8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C78A8A on black background.


Color preview on white background

This text has color #C78A8A on white background.



Black color preview on #C78A8A background

This text has black color on #C78A8A background.


White color preview on #C78A8A background

This text has white color on #C78A8A background.