COLOR #C78183

HEX: #C78183
RGB: (199,129,131)

Color info

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

RGB color model

#C78183 color RGB value is (199,129,131).

  • red value is 199;
  • green value is 129;
  • blue value is 131.
RGB:
(199,129,131)
(78%,51%,51%)

RGB channels and saturation

R 199 of 255 = 78%
G 129 of 255 = 51%
B 131 of 255 = 51%

199
129
131

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

Portions of RGB colors in percentages

R + G + B =
199 + 129 + 131 = 459 (100%)
R 199 of 459 ~ 43.36%
G 129 of 459 ~ 28.1%
B 131 of 459 ~ 28.54%

%43.36
%28.1
%28.54

CMYK color model

#C78183 color CMYK value is (0,35,34,22).

  • cyan value is 0.00%
  • magenta value is 35.18%
  • yellow value is 34.17%
  • key color value is 21.96%
CMYK:
(0,35,34,22)
C0M35Y34K22 
(0%,35%,34%,22%)
(0.00/0.35/0.34/0.22)	

CMYK percentages

%0
%35.18
%34.17
%21.96

Codes

Color #C78183 in popluar color models

C78183
RGB199129131
HSL358°38.46%64.31%
HSB/HSV358°35.18%78.04%
CMYK0.00%35.18%34.17%
21.96%

Color #C78183 in popluar number systems.

HEXC78183
Decimal199129131
Binary110001111000000110000011
Octal307201203

Shades and tints

Shades of #C78183

#C78183
(199,129,131)
#B57678
(181,118,120)
#A36B6D
(163,107,109)
#916062
(145,96,98)
#7F5557
(127,85,87)
#6D4A4C
(109,74,76)
#5B3F41
(91,63,65)
#493436
(73,52,54)
#37292B
(55,41,43)
#251E20
(37,30,32)
#131315
(19,19,21)
#000000
(0,0,0)

Tints of #C78183

#C78183
(199,129,131)
#CC8C8E
(204,140,142)
#D19799
(209,151,153)
#D6A2A4
(214,162,164)
#DBADAF
(219,173,175)
#E0B8BA
(224,184,186)
#E5C3C5
(229,195,197)
#EACED0
(234,206,208)
#EFD9DB
(239,217,219)
#F4E4E6
(244,228,230)
#F9EFF1
(249,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C78183; }

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

This text font color is #C78183.


Background Color

.myBgColor { background-color: #C78183; }

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

This div background color is #C78183.


Border color

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

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

This div border color is #C78183.


Opacity

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

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

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

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

This text has shadow with #C78183 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C78183 on black background.


Color preview on white background

This text has color #C78183 on white background.



Black color preview on #C78183 background

This text has black color on #C78183 background.


White color preview on #C78183 background

This text has white color on #C78183 background.