COLOR #C6887A

HEX: #C6887A RGB: (198,136,122)

Color info

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

RGB color model

#C6887A color RGB value is (198,136,122).

RGB: (198,136,122) (78%, 53%, 48%)

RGB channels and saturation

R 198 of 255 = 78%
G 136 of 255 = 53%
B 122 of 255 = 48%

198
136
122

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

Portions of RGB colors in percentages

R + G + B = 198 + 136 + 122 = 456 (100%)
R 198 of 456 ~ 43.42%
G 136 of 456 ~ 29.82%
B 122 of 456 ~ 26.75'%

%43.42
%29.82
%26.75

CMYK color model

#C6887A color CMYK value is (0,31,38,22).

  • cyan value is 0.00%
  • magenta value is 31.31%
  • yellow value is 38.38%
  • key color value is 22.35%

CMYK: (0,31,38,22)
C0M31Y38K22 (0%, 31%, 38%, 22%)
(0.00 / 0.31 / 0.38 / 0.22)

CMYK percentages

%0
%31.31
%38.38
%22.35

Codes

Color #C6887A in popluar color models

C6 88 7A
RGB 198 136 122
HSL 11° 40.00% 62.75%
HSB/HSV 11° 38.38% 77.65%
CMYK 0.00% 31.31% 38.38%
22.35%

Color #C6887A in popluar number systems.

HEX C6 88 7A
Decimal 198 136 122
Binary 11000110 10001000 1111010
Octal 306 210 172

Shades and tints

Shades of #C6887A

#C6887A
(198,136,122)
#B47C6F
(180,124,111)
#A27064
(162,112,100)
#906459
(144,100,89)
#7E584E
(126,88,78)
#6C4C43
(108,76,67)
#5A4038
(90,64,56)
#48342D
(72,52,45)
#362822
(54,40,34)
#241C17
(36,28,23)
#12100C
(18,16,12)
#000000
(0,0,0)

Tints of #C6887A

#C6887A
(198,136,122)
#CB9286
(203,146,134)
#D09C92
(208,156,146)
#D5A69E
(213,166,158)
#DAB0AA
(218,176,170)
#DFBAB6
(223,186,182)
#E4C4C2
(228,196,194)
#E9CECE
(233,206,206)
#EED8DA
(238,216,218)
#F3E2E6
(243,226,230)
#F8ECF2
(248,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6887A color. Also use rgb(198,136,122) instead hex code.

Text Font Color

.myTextColor { color: #C6887A; }

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

This text font color is #C6887A.

Background Color

.myBgColor { background-color: #C6887A; }

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

This div background color is #C6887A.

Border color

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

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

This div border color is #C6887A.

Opacity

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

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

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

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

This text has shadow with #C6887A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6887A.

Preview

Color preview on black background

This text has color #C6887A on black background.


Color preview on white background

This text has color #C6887A on white background.


Black color preview on #C6887A background

This text has black color on #C6887A background.


White color preview on #C6887A background

This text has white color on #C6887A background.


Related colors

Complementary color

Complementary color for #hex is #397785.


I love getcolorcode.com

Triadic colors

1 #7AC688 and #887AC6 with #C6887A are triadic colors.

2 #7A88C6 and #88C67A with #C6887A are triadic colors.