COLOR #C6788C

HEX: #C6788C
RGB: (198,120,140)

Color info

#C6788C contains mainly red and blue colors. Web safe color of #C6788C is #CC6699 (or #C69).

RGB color model

#C6788C color RGB value is (198,120,140).

  • red value is 198;
  • green value is 120;
  • blue value is 140.
RGB:
(198,120,140)
(78%,47%,55%)

RGB channels and saturation

R 198 of 255 = 78%
G 120 of 255 = 47%
B 140 of 255 = 55%

198
120
140

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

Portions of RGB colors in percentages

R + G + B =
198 + 120 + 140 = 458 (100%)
R 198 of 458 ~ 43.23%
G 120 of 458 ~ 26.2%
B 140 of 458 ~ 30.57%

%43.23
%26.2
%30.57

CMYK color model

#C6788C color CMYK value is (0,39,29,22).

  • cyan value is 0.00%
  • magenta value is 39.39%
  • yellow value is 29.29%
  • key color value is 22.35%
CMYK:
(0,39,29,22)
C0M39Y29K22 
(0%,39%,29%,22%)
(0.00/0.39/0.29/0.22)	

CMYK percentages

%0
%39.39
%29.29
%22.35

Codes

Color #C6788C in popluar color models

C6788C
RGB198120140
HSL345°40.63%62.35%
HSB/HSV345°39.39%77.65%
CMYK0.00%39.39%29.29%
22.35%

Color #C6788C in popluar number systems.

HEXC6788C
Decimal198120140
Binary11000110111100010001100
Octal306170214

Shades and tints

Shades of #C6788C

#C6788C
(198,120,140)
#B46E80
(180,110,128)
#A26474
(162,100,116)
#905A68
(144,90,104)
#7E505C
(126,80,92)
#6C4650
(108,70,80)
#5A3C44
(90,60,68)
#483238
(72,50,56)
#36282C
(54,40,44)
#241E20
(36,30,32)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #C6788C

#C6788C
(198,120,140)
#CB8496
(203,132,150)
#D090A0
(208,144,160)
#D59CAA
(213,156,170)
#DAA8B4
(218,168,180)
#DFB4BE
(223,180,190)
#E4C0C8
(228,192,200)
#E9CCD2
(233,204,210)
#EED8DC
(238,216,220)
#F3E4E6
(243,228,230)
#F8F0F0
(248,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6788C; }

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

This text font color is #C6788C.


Background Color

.myBgColor { background-color: #C6788C; }

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

This div background color is #C6788C.


Border color

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

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

This div border color is #C6788C.


Opacity

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

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

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

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

This text has shadow with #C6788C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6788C on black background.


Color preview on white background

This text has color #C6788C on white background.



Black color preview on #C6788C background

This text has black color on #C6788C background.


White color preview on #C6788C background

This text has white color on #C6788C background.