COLOR #C08079

HEX: #C08079
RGB: (192,128,121)

Color info

#C08079 contains mainly red color. Web safe color of #C08079 is #CC6666 (or #C66).

RGB color model

#C08079 color RGB value is (192,128,121).

  • red value is 192;
  • green value is 128;
  • blue value is 121.
RGB:
(192,128,121)
(75%,50%,47%)

RGB channels and saturation

R 192 of 255 = 75%
G 128 of 255 = 50%
B 121 of 255 = 47%

192
128
121

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

Portions of RGB colors in percentages

R + G + B =
192 + 128 + 121 = 441 (100%)
R 192 of 441 ~ 43.54%
G 128 of 441 ~ 29.02%
B 121 of 441 ~ 27.44%

%43.54
%29.02
%27.44

CMYK color model

#C08079 color CMYK value is (0,33,37,25).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 36.98%
  • key color value is 24.71%
CMYK:
(0,33,37,25)
C0M33Y37K25 
(0%,33%,37%,25%)
(0.00/0.33/0.37/0.25)	

CMYK percentages

%0
%33.33
%36.98
%24.71

Codes

Color #C08079 in popluar color models

C08079
RGB192128121
HSL36.04%61.37%
HSB/HSV36.98%75.29%
CMYK0.00%33.33%36.98%
24.71%

Color #C08079 in popluar number systems.

HEXC08079
Decimal192128121
Binary11000000100000001111001
Octal300200171

Shades and tints

Shades of #C08079

#C08079
(192,128,121)
#AF756E
(175,117,110)
#9E6A63
(158,106,99)
#8D5F58
(141,95,88)
#7C544D
(124,84,77)
#6B4942
(107,73,66)
#5A3E37
(90,62,55)
#49332C
(73,51,44)
#382821
(56,40,33)
#271D16
(39,29,22)
#16120B
(22,18,11)
#000000
(0,0,0)

Tints of #C08079

#C08079
(192,128,121)
#C58B85
(197,139,133)
#CA9691
(202,150,145)
#CFA19D
(207,161,157)
#D4ACA9
(212,172,169)
#D9B7B5
(217,183,181)
#DEC2C1
(222,194,193)
#E3CDCD
(227,205,205)
#E8D8D9
(232,216,217)
#EDE3E5
(237,227,229)
#F2EEF1
(242,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C08079 color. Also use rgb(192,128,121) instead hex code.

Text Font Color

.myTextColor { color: #C08079; }

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

This text font color is #C08079.


Background Color

.myBgColor { background-color: #C08079; }

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

This div background color is #C08079.


Border color

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

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

This div border color is #C08079.


Opacity

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

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

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

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

This text has shadow with #C08079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C08079 on black background.


Color preview on white background

This text has color #C08079 on white background.



Black color preview on #C08079 background

This text has black color on #C08079 background.


White color preview on #C08079 background

This text has white color on #C08079 background.