COLOR #C688A0

HEX: #C688A0
RGB: (198,136,160)

Color info

#C688A0 contains mainly red and blue colors. Web safe color of #C688A0 is #CC9999 (or #C99).

RGB color model

#C688A0 color RGB value is (198,136,160).

  • red value is 198;
  • green value is 136;
  • blue value is 160.
RGB:
(198,136,160)
(78%,53%,63%)

RGB channels and saturation

R 198 of 255 = 78%
G 136 of 255 = 53%
B 160 of 255 = 63%

198
136
160

R + G + B ~ 65%. #C688A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 136 + 160 = 494 (100%)
R 198 of 494 ~ 40.08%
G 136 of 494 ~ 27.53%
B 160 of 494 ~ 32.39%

%40.08
%27.53
%32.39

CMYK color model

#C688A0 color CMYK value is (0,31,19,22).

  • cyan value is 0.00%
  • magenta value is 31.31%
  • yellow value is 19.19%
  • key color value is 22.35%
CMYK:
(0,31,19,22)
C0M31Y19K22 
(0%,31%,19%,22%)
(0.00/0.31/0.19/0.22)	

CMYK percentages

%0
%31.31
%19.19
%22.35

Codes

Color #C688A0 in popluar color models

C688A0
RGB198136160
HSL337°35.23%65.49%
HSB/HSV337°31.31%77.65%
CMYK0.00%31.31%19.19%
22.35%

Color #C688A0 in popluar number systems.

HEXC688A0
Decimal198136160
Binary110001101000100010100000
Octal306210240

Shades and tints

Shades of #C688A0

#C688A0
(198,136,160)
#B47C92
(180,124,146)
#A27084
(162,112,132)
#906476
(144,100,118)
#7E5868
(126,88,104)
#6C4C5A
(108,76,90)
#5A404C
(90,64,76)
#48343E
(72,52,62)
#362830
(54,40,48)
#241C22
(36,28,34)
#121014
(18,16,20)
#000000
(0,0,0)

Tints of #C688A0

#C688A0
(198,136,160)
#CB92A8
(203,146,168)
#D09CB0
(208,156,176)
#D5A6B8
(213,166,184)
#DAB0C0
(218,176,192)
#DFBAC8
(223,186,200)
#E4C4D0
(228,196,208)
#E9CED8
(233,206,216)
#EED8E0
(238,216,224)
#F3E2E8
(243,226,232)
#F8ECF0
(248,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C688A0; }

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

This text font color is #C688A0.


Background Color

.myBgColor { background-color: #C688A0; }

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

This div background color is #C688A0.


Border color

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

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

This div border color is #C688A0.


Opacity

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

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

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

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

This text has shadow with #C688A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C688A0 on black background.


Color preview on white background

This text has color #C688A0 on white background.



Black color preview on #C688A0 background

This text has black color on #C688A0 background.


White color preview on #C688A0 background

This text has white color on #C688A0 background.