COLOR #C6908C

HEX: #C6908C RGB: (198,144,140)

Color info

#C6908C contains red, green and blue colors in about the same proportion. Web safe color of #C6908C is #CC9999 (or #C99).

RGB color model

#C6908C color RGB value is (198,144,140).

RGB: (198,144,140) (78%, 56%, 55%)

RGB channels and saturation

R 198 of 255 = 78%
G 144 of 255 = 56%
B 140 of 255 = 55%

198
144
140

R + G + B ~ 63%. #C6908C is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 144 + 140 = 482 (100%)
R 198 of 482 ~ 41.08%
G 144 of 482 ~ 29.88%
B 140 of 482 ~ 29.05'%

%41.08
%29.88
%29.05

CMYK color model

#C6908C color CMYK value is (0,27,29,22).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 29.29%
  • key color value is 22.35%

CMYK: (0,27,29,22)
C0M27Y29K22 (0%, 27%, 29%, 22%)
(0.00 / 0.27 / 0.29 / 0.22)

CMYK percentages

%0
%27.27
%29.29
%22.35

Codes

Color #C6908C in popluar color models

C6 90 8C
RGB 198 144 140
HSL 33.72% 66.27%
HSB/HSV 29.29% 77.65%
CMYK 0.00% 27.27% 29.29%
22.35%

Color #C6908C in popluar number systems.

HEX C6 90 8C
Decimal 198 144 140
Binary 11000110 10010000 10001100
Octal 306 220 214

Shades and tints

Shades of #C6908C

#C6908C
(198,144,140)
#B48380
(180,131,128)
#A27674
(162,118,116)
#906968
(144,105,104)
#7E5C5C
(126,92,92)
#6C4F50
(108,79,80)
#5A4244
(90,66,68)
#483538
(72,53,56)
#36282C
(54,40,44)
#241B20
(36,27,32)
#120E14
(18,14,20)
#000000
(0,0,0)

Tints of #C6908C

#C6908C
(198,144,140)
#CB9A96
(203,154,150)
#D0A4A0
(208,164,160)
#D5AEAA
(213,174,170)
#DAB8B4
(218,184,180)
#DFC2BE
(223,194,190)
#E4CCC8
(228,204,200)
#E9D6D2
(233,214,210)
#EEE0DC
(238,224,220)
#F3EAE6
(243,234,230)
#F8F4F0
(248,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6908C color. Also use rgb(198,144,140) instead hex code.

Text Font Color

.myTextColor { color: #C6908C; }

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

This text font color is #C6908C.

Background Color

.myBgColor { background-color: #C6908C; }

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

This div background color is #C6908C.

Border color

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

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

This div border color is #C6908C.

Opacity

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

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

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

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

This text has shadow with #C6908C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6908C.

Preview

Color preview on black background

This text has color #C6908C on black background.


Color preview on white background

This text has color #C6908C on white background.


Black color preview on #C6908C background

This text has black color on #C6908C background.


White color preview on #C6908C background

This text has white color on #C6908C background.


Related colors

Complementary color

Complementary color for #hex is #396F73.


I love getcolorcode.com

Triadic colors

1 #8CC690 and #908CC6 with #C6908C are triadic colors.

2 #8C90C6 and #90C68C with #C6908C are triadic colors.