COLOR #C688A1

HEX: #C688A1 RGB: (198,136,161)

Color info

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

RGB color model

#C688A1 color RGB value is (198,136,161).

RGB: (198,136,161) (78%, 53%, 63%)

RGB channels and saturation

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

198
136
161

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

Portions of RGB colors in percentages

R + G + B = 198 + 136 + 161 = 495 (100%)
R 198 of 495 ~ 40%
G 136 of 495 ~ 27.47%
B 161 of 495 ~ 32.53'%

%40
%27.47
%32.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.31%
  • yellow value is 18.69%
  • 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
%18.69
%22.35

Codes

Color #C688A1 in popluar color models

C6 88 A1
RGB 198 136 161
HSL 336° 35.23% 65.49%
HSB/HSV 336° 31.31% 77.65%
CMYK 0.00% 31.31% 18.69%
22.35%

Color #C688A1 in popluar number systems.

HEX C6 88 A1
Decimal 198 136 161
Binary 11000110 10001000 10100001
Octal 306 210 241

Shades and tints

Shades of #C688A1

#C688A1
(198,136,161)
#B47C93
(180,124,147)
#A27085
(162,112,133)
#906477
(144,100,119)
#7E5869
(126,88,105)
#6C4C5B
(108,76,91)
#5A404D
(90,64,77)
#48343F
(72,52,63)
#362831
(54,40,49)
#241C23
(36,28,35)
#121015
(18,16,21)
#000000
(0,0,0)

Tints of #C688A1

#C688A1
(198,136,161)
#CB92A9
(203,146,169)
#D09CB1
(208,156,177)
#D5A6B9
(213,166,185)
#DAB0C1
(218,176,193)
#DFBAC9
(223,186,201)
#E4C4D1
(228,196,209)
#E9CED9
(233,206,217)
#EED8E1
(238,216,225)
#F3E2E9
(243,226,233)
#F8ECF1
(248,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C688A1; }

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

This text font color is #C688A1.

Background Color

.myBgColor { background-color: #C688A1; }

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

This div background color is #C688A1.

Border color

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

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

This div border color is #C688A1.

Opacity

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

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

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

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

This text has shadow with #C688A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C688A1.

Preview

Color preview on black background

This text has color #C688A1 on black background.


Color preview on white background

This text has color #C688A1 on white background.


Black color preview on #C688A1 background

This text has black color on #C688A1 background.


White color preview on #C688A1 background

This text has white color on #C688A1 background.


Related colors

Complementary color

Complementary color for #hex is #39775E.


I love getcolorcode.com

Triadic colors

1 #A1C688 and #88A1C6 with #C688A1 are triadic colors.

2 #A188C6 and #88C6A1 with #C688A1 are triadic colors.