COLOR #C6888A

HEX: #C6888A RGB: (198,136,138)

Color info

#C6888A contains mainly red color. Web safe color of #C6888A is #CC9999 (or #C99).

RGB color model

#C6888A color RGB value is (198,136,138).

RGB: (198,136,138) (78%, 53%, 54%)

RGB channels and saturation

R 198 of 255 = 78%
G 136 of 255 = 53%
B 138 of 255 = 54%

198
136
138

R + G + B ~ 62%. #C6888A is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 136 + 138 = 472 (100%)
R 198 of 472 ~ 41.95%
G 136 of 472 ~ 28.81%
B 138 of 472 ~ 29.24'%

%41.95
%28.81
%29.24

CMYK color model

#C6888A color CMYK value is (0,31,30,22).

  • cyan value is 0.00%
  • magenta value is 31.31%
  • yellow value is 30.30%
  • key color value is 22.35%
CMYK: (0,31,30,22) C0M31Y30K22 (0%,31%,30%,22%) (0.00/0.31/0.30/0.22) 

CMYK percentages

%0
%31.31
%30.3
%22.35

Codes

Color #C6888A in popluar color models

C6 88 8A
RGB 198 136 138
HSL 358° 35.23% 65.49%
HSB/HSV 358° 31.31% 77.65%
CMYK 0.00% 31.31% 30.30%
22.35%

Color #C6888A in popluar number systems.

HEX C6 88 8A
Decimal 198 136 138
Binary 11000110 10001000 10001010
Octal 306 210 212

Shades and tints

Shades of #C6888A

#C6888A
(198,136,138)
#B47C7E
(180,124,126)
#A27072
(162,112,114)
#906466
(144,100,102)
#7E585A
(126,88,90)
#6C4C4E
(108,76,78)
#5A4042
(90,64,66)
#483436
(72,52,54)
#36282A
(54,40,42)
#241C1E
(36,28,30)
#121012
(18,16,18)
#000000
(0,0,0)

Tints of #C6888A

#C6888A
(198,136,138)
#CB9294
(203,146,148)
#D09C9E
(208,156,158)
#D5A6A8
(213,166,168)
#DAB0B2
(218,176,178)
#DFBABC
(223,186,188)
#E4C4C6
(228,196,198)
#E9CED0
(233,206,208)
#EED8DA
(238,216,218)
#F3E2E4
(243,226,228)
#F8ECEE
(248,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6888A; }

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

This text font color is #C6888A.

Background Color

.myBgColor { background-color: #C6888A; }

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

This div background color is #C6888A.

Border color

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

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

This div border color is #C6888A.

Opacity

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

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

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

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

This text has shadow with #C6888A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6888A.

Preview

Color preview on black background

This text has color #C6888A on black background.


Color preview on white background

This text has color #C6888A on white background.


Black color preview on #C6888A background

This text has black color on #C6888A background.


White color preview on #C6888A background

This text has white color on #C6888A background.


Related colors

Complementary color

Complementary color for #hex is #397775.


I love getcolorcode.com

Triadic colors

1 #8AC688 and #888AC6 with #C6888A are triadic colors.

2 #8A88C6 and #88C68A with #C6888A are triadic colors.