COLOR #C7886B

HEX: #C7886B
RGB: (199,136,107)

Color info

#C7886B contains mainly red color. Web safe color of #C7886B is #CC9966 (or #C96).

RGB color model

#C7886B color RGB value is (199,136,107).

  • red value is 199;
  • green value is 136;
  • blue value is 107.
RGB:
(199,136,107)
(78%,53%,42%)

RGB channels and saturation

R 199 of 255 = 78%
G 136 of 255 = 53%
B 107 of 255 = 42%

199
136
107

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

Portions of RGB colors in percentages

R + G + B =
199 + 136 + 107 = 442 (100%)
R 199 of 442 ~ 45.02%
G 136 of 442 ~ 30.77%
B 107 of 442 ~ 24.21%

%45.02
%30.77
%24.21

CMYK color model

#C7886B color CMYK value is (0,32,46,22).

  • cyan value is 0.00%
  • magenta value is 31.66%
  • yellow value is 46.23%
  • key color value is 21.96%
CMYK:
(0,32,46,22)
C0M32Y46K22 
(0%,32%,46%,22%)
(0.00/0.32/0.46/0.22)	

CMYK percentages

%0
%31.66
%46.23
%21.96

Codes

Color #C7886B in popluar color models

C7886B
RGB199136107
HSL19°45.10%60.00%
HSB/HSV19°46.23%78.04%
CMYK0.00%31.66%46.23%
21.96%

Color #C7886B in popluar number systems.

HEXC7886B
Decimal199136107
Binary11000111100010001101011
Octal307210153

Shades and tints

Shades of #C7886B

#C7886B
(199,136,107)
#B57C62
(181,124,98)
#A37059
(163,112,89)
#916450
(145,100,80)
#7F5847
(127,88,71)
#6D4C3E
(109,76,62)
#5B4035
(91,64,53)
#49342C
(73,52,44)
#372823
(55,40,35)
#251C1A
(37,28,26)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #C7886B

#C7886B
(199,136,107)
#CC9278
(204,146,120)
#D19C85
(209,156,133)
#D6A692
(214,166,146)
#DBB09F
(219,176,159)
#E0BAAC
(224,186,172)
#E5C4B9
(229,196,185)
#EACEC6
(234,206,198)
#EFD8D3
(239,216,211)
#F4E2E0
(244,226,224)
#F9ECED
(249,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7886B color. Also use rgb(199,136,107) instead hex code.

Text Font Color

.myTextColor { color: #C7886B; }

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

This text font color is #C7886B.


Background Color

.myBgColor { background-color: #C7886B; }

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

This div background color is #C7886B.


Border color

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

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

This div border color is #C7886B.


Opacity

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

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

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

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

This text has shadow with #C7886B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7886B on black background.


Color preview on white background

This text has color #C7886B on white background.



Black color preview on #C7886B background

This text has black color on #C7886B background.


White color preview on #C7886B background

This text has white color on #C7886B background.