COLOR #C0886C

HEX: #C0886C
RGB: (192,136,108)

Color info

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

RGB color model

#C0886C color RGB value is (192,136,108).

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

RGB channels and saturation

R 192 of 255 = 75%
G 136 of 255 = 53%
B 108 of 255 = 42%

192
136
108

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

Portions of RGB colors in percentages

R + G + B =
192 + 136 + 108 = 436 (100%)
R 192 of 436 ~ 44.04%
G 136 of 436 ~ 31.19%
B 108 of 436 ~ 24.77%

%44.04
%31.19
%24.77

CMYK color model

#C0886C color CMYK value is (0,29,44,25).

  • cyan value is 0.00%
  • magenta value is 29.17%
  • yellow value is 43.75%
  • key color value is 24.71%
CMYK:
(0,29,44,25)
C0M29Y44K25 
(0%,29%,44%,25%)
(0.00/0.29/0.44/0.25)	

CMYK percentages

%0
%29.17
%43.75
%24.71

Codes

Color #C0886C in popluar color models

C0886C
RGB192136108
HSL20°40.00%58.82%
HSB/HSV20°43.75%75.29%
CMYK0.00%29.17%43.75%
24.71%

Color #C0886C in popluar number systems.

HEXC0886C
Decimal192136108
Binary11000000100010001101100
Octal300210154

Shades and tints

Shades of #C0886C

#C0886C
(192,136,108)
#AF7C63
(175,124,99)
#9E705A
(158,112,90)
#8D6451
(141,100,81)
#7C5848
(124,88,72)
#6B4C3F
(107,76,63)
#5A4036
(90,64,54)
#49342D
(73,52,45)
#382824
(56,40,36)
#271C1B
(39,28,27)
#161012
(22,16,18)
#000000
(0,0,0)

Tints of #C0886C

#C0886C
(192,136,108)
#C59279
(197,146,121)
#CA9C86
(202,156,134)
#CFA693
(207,166,147)
#D4B0A0
(212,176,160)
#D9BAAD
(217,186,173)
#DEC4BA
(222,196,186)
#E3CEC7
(227,206,199)
#E8D8D4
(232,216,212)
#EDE2E1
(237,226,225)
#F2ECEE
(242,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0886C; }

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

This text font color is #C0886C.


Background Color

.myBgColor { background-color: #C0886C; }

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

This div background color is #C0886C.


Border color

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

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

This div border color is #C0886C.


Opacity

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

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

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

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

This text has shadow with #C0886C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0886C on black background.


Color preview on white background

This text has color #C0886C on white background.



Black color preview on #C0886C background

This text has black color on #C0886C background.


White color preview on #C0886C background

This text has white color on #C0886C background.