COLOR #C08680

HEX: #C08680
RGB: (192,134,128)

Color info

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

RGB color model

#C08680 color RGB value is (192,134,128).

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

RGB channels and saturation

R 192 of 255 = 75%
G 134 of 255 = 53%
B 128 of 255 = 50%

192
134
128

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

Portions of RGB colors in percentages

R + G + B =
192 + 134 + 128 = 454 (100%)
R 192 of 454 ~ 42.29%
G 134 of 454 ~ 29.52%
B 128 of 454 ~ 28.19%

%42.29
%29.52
%28.19

CMYK color model

#C08680 color CMYK value is (0,30,33,25).

  • cyan value is 0.00%
  • magenta value is 30.21%
  • yellow value is 33.33%
  • key color value is 24.71%
CMYK:
(0,30,33,25)
C0M30Y33K25 
(0%,30%,33%,25%)
(0.00/0.30/0.33/0.25)	

CMYK percentages

%0
%30.21
%33.33
%24.71

Codes

Color #C08680 in popluar color models

C08680
RGB192134128
HSL33.68%62.75%
HSB/HSV33.33%75.29%
CMYK0.00%30.21%33.33%
24.71%

Color #C08680 in popluar number systems.

HEXC08680
Decimal192134128
Binary110000001000011010000000
Octal300206200

Shades and tints

Shades of #C08680

#C08680
(192,134,128)
#AF7A75
(175,122,117)
#9E6E6A
(158,110,106)
#8D625F
(141,98,95)
#7C5654
(124,86,84)
#6B4A49
(107,74,73)
#5A3E3E
(90,62,62)
#493233
(73,50,51)
#382628
(56,38,40)
#271A1D
(39,26,29)
#160E12
(22,14,18)
#000000
(0,0,0)

Tints of #C08680

#C08680
(192,134,128)
#C5918B
(197,145,139)
#CA9C96
(202,156,150)
#CFA7A1
(207,167,161)
#D4B2AC
(212,178,172)
#D9BDB7
(217,189,183)
#DEC8C2
(222,200,194)
#E3D3CD
(227,211,205)
#E8DED8
(232,222,216)
#EDE9E3
(237,233,227)
#F2F4EE
(242,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C08680; }

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

This text font color is #C08680.


Background Color

.myBgColor { background-color: #C08680; }

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

This div background color is #C08680.


Border color

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

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

This div border color is #C08680.


Opacity

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

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

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

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

This text has shadow with #C08680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C08680 on black background.


Color preview on white background

This text has color #C08680 on white background.



Black color preview on #C08680 background

This text has black color on #C08680 background.


White color preview on #C08680 background

This text has white color on #C08680 background.