COLOR #C08878

HEX: #C08878
RGB: (192,136,120)

Color info

#C08878 contains mainly red and green colors. Web safe color of #C08878 is #CC9966 (or #C96).

RGB color model

#C08878 color RGB value is (192,136,120).

  • red value is 192;
  • green value is 136;
  • blue value is 120.
RGB:
(192,136,120)
(75%,53%,47%)

RGB channels and saturation

R 192 of 255 = 75%
G 136 of 255 = 53%
B 120 of 255 = 47%

192
136
120

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

Portions of RGB colors in percentages

R + G + B =
192 + 136 + 120 = 448 (100%)
R 192 of 448 ~ 42.86%
G 136 of 448 ~ 30.36%
B 120 of 448 ~ 26.79%

%42.86
%30.36
%26.79

CMYK color model

#C08878 color CMYK value is (0,29,38,25).

  • cyan value is 0.00%
  • magenta value is 29.17%
  • yellow value is 37.50%
  • key color value is 24.71%
CMYK:
(0,29,38,25)
C0M29Y38K25 
(0%,29%,38%,25%)
(0.00/0.29/0.38/0.25)	

CMYK percentages

%0
%29.17
%37.5
%24.71

Codes

Color #C08878 in popluar color models

C08878
RGB192136120
HSL13°36.36%61.18%
HSB/HSV13°37.50%75.29%
CMYK0.00%29.17%37.50%
24.71%

Color #C08878 in popluar number systems.

HEXC08878
Decimal192136120
Binary11000000100010001111000
Octal300210170

Shades and tints

Shades of #C08878

#C08878
(192,136,120)
#AF7C6E
(175,124,110)
#9E7064
(158,112,100)
#8D645A
(141,100,90)
#7C5850
(124,88,80)
#6B4C46
(107,76,70)
#5A403C
(90,64,60)
#493432
(73,52,50)
#382828
(56,40,40)
#271C1E
(39,28,30)
#161014
(22,16,20)
#000000
(0,0,0)

Tints of #C08878

#C08878
(192,136,120)
#C59284
(197,146,132)
#CA9C90
(202,156,144)
#CFA69C
(207,166,156)
#D4B0A8
(212,176,168)
#D9BAB4
(217,186,180)
#DEC4C0
(222,196,192)
#E3CECC
(227,206,204)
#E8D8D8
(232,216,216)
#EDE2E4
(237,226,228)
#F2ECF0
(242,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C08878 color. Also use rgb(192,136,120) instead hex code.

Text Font Color

.myTextColor { color: #C08878; }

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

This text font color is #C08878.


Background Color

.myBgColor { background-color: #C08878; }

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

This div background color is #C08878.


Border color

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

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

This div border color is #C08878.


Opacity

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

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

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

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

This text has shadow with #C08878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C08878 on black background.


Color preview on white background

This text has color #C08878 on white background.



Black color preview on #C08878 background

This text has black color on #C08878 background.


White color preview on #C08878 background

This text has white color on #C08878 background.