COLOR #C688C0

HEX: #C688C0 RGB: (198,136,192)

Color info

#C688C0 contains mainly red and blue colors. Web safe color of #C688C0 is #CC99CC (or #C9C).

RGB color model

#C688C0 color RGB value is (198,136,192).

RGB: (198,136,192) (78%, 53%, 75%)

RGB channels and saturation

R 198 of 255 = 78%
G 136 of 255 = 53%
B 192 of 255 = 75%

198
136
192

R + G + B ~ 69%. #C688C0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 136 + 192 = 526 (100%)
R 198 of 526 ~ 37.64%
G 136 of 526 ~ 25.86%
B 192 of 526 ~ 36.5'%

%37.64
%25.86
%36.5

CMYK color model

#C688C0 color CMYK value is (0,31,3,22).

  • cyan value is 0.00%
  • magenta value is 31.31%
  • yellow value is 3.03%
  • key color value is 22.35%

CMYK: (0,31,3,22)
C0M31Y3K22 (0%, 31%, 3%, 22%)
(0.00 / 0.31 / 0.03 / 0.22)

CMYK percentages

%0
%31.31
%3.03
%22.35

Codes

Color #C688C0 in popluar color models

C6 88 C0
RGB 198 136 192
HSL 306° 35.23% 65.49%
HSB/HSV 306° 31.31% 77.65%
CMYK 0.00% 31.31% 3.03%
22.35%

Color #C688C0 in popluar number systems.

HEX C6 88 C0
Decimal 198 136 192
Binary 11000110 10001000 11000000
Octal 306 210 300

Shades and tints

Shades of #C688C0

#C688C0
(198,136,192)
#B47CAF
(180,124,175)
#A2709E
(162,112,158)
#90648D
(144,100,141)
#7E587C
(126,88,124)
#6C4C6B
(108,76,107)
#5A405A
(90,64,90)
#483449
(72,52,73)
#362838
(54,40,56)
#241C27
(36,28,39)
#121016
(18,16,22)
#000000
(0,0,0)

Tints of #C688C0

#C688C0
(198,136,192)
#CB92C5
(203,146,197)
#D09CCA
(208,156,202)
#D5A6CF
(213,166,207)
#DAB0D4
(218,176,212)
#DFBAD9
(223,186,217)
#E4C4DE
(228,196,222)
#E9CEE3
(233,206,227)
#EED8E8
(238,216,232)
#F3E2ED
(243,226,237)
#F8ECF2
(248,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C688C0; }

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

This text font color is #C688C0.

Background Color

.myBgColor { background-color: #C688C0; }

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

This div background color is #C688C0.

Border color

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

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

This div border color is #C688C0.

Opacity

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

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

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

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

This text has shadow with #C688C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C688C0.

Preview

Color preview on black background

This text has color #C688C0 on black background.


Color preview on white background

This text has color #C688C0 on white background.


Black color preview on #C688C0 background

This text has black color on #C688C0 background.


White color preview on #C688C0 background

This text has white color on #C688C0 background.


Related colors

Complementary color

Complementary color for #hex is #39773F.


I love getcolorcode.com

Triadic colors

1 #C0C688 and #88C0C6 with #C688C0 are triadic colors.

2 #C088C6 and #88C6C0 with #C688C0 are triadic colors.