#D688A1

Color #D688A1 Can Can (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Can Can #D688A1

Tints of Can Can #D688A1

Color information

#D688A1 (or 0xD688A1) is unknown color: approx Can Can. HEX triplet: D6, 88 and A1. RGB value is (214,136,161). Sum of RGB (Red+Green+Blue) = 214+136+161=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 136 (53.52% from 255 or 26.61% from 511); Blue value is 161 (63.28% from 255 or 31.51% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D688A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D688A1 is #29775E. Grayscale: #A2A2A2. Windows color (decimal): -2717535 or 10586326. OLE color: 10586326.

HSL color Cylindrical-coordinate representation of color #D688A1: hue angle of 340.77º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D688A1 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB214136161-
CMYK00.360.250.16
HSL340.77º48.75%68.63%-
HSV(B)340.77º36.45%83.92%-
XYZ42.9734.4838.11-
YUV162.17127.34164.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 214 (83.98% from 255) = 41.88%
GREEN value IS 136 (53.52% from 255) = 26.61%
BLUE value IS 161 (63.28% from 255) = 31.51%
R=41.88%
G=26.61%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413616100.360.250.16340.7748.7568.63
HexD688A102419101553145
Octal326210241044312052561105
Binary110101101000100010100001010010011001100001010101011100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D688A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D688A1; }

 p { color: rgb(214,136,161); }

 H1.HeaderClassName
 {
   color: #D688A1;
 }
 .AnyTagClassName
 {
   color: #D688A1;
 }
</style>
background-color css

<style>
 a { background-color: #D688A1; }

 a { background-color: rgb(214,136,161); }

 div.DivClassName
 {
   background-color: #D688A1;
 }
 .BgClassName
 {
   background-color: #D688A1;
 }
</style>
border-color css

<style>
 span { border-color: #D688A1; }

 span { border-color: rgb(214,136,161); }

 td.TdClassName
 {
   border-color: #D688A1;
 }
 .TagClassName
 {
   border-color: #D688A1;
 }
</style>