#D687A0

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

Shades of Can Can #D687A0

Tints of Can Can #D687A0

Color information

#D687A0 (or 0xD687A0) is unknown color: approx Can Can. HEX triplet: D6, 87 and A0. RGB value is (214,135,160). Sum of RGB (Red+Green+Blue) = 214+135+160=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 135 (53.12% from 255 or 26.52% from 509); Blue value is 160 (62.89% from 255 or 31.43% from 509); Max value from RGB is 214 - color contains mainly: red. Hex color #D687A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D687A0 is #29785F. Grayscale: #A1A1A1. Windows color (decimal): -2717792 or 10520534. OLE color: 10520534.

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

Color convert

RGB214135160-
CMYK00.370.250.16
HSL341.01º49.07%68.43%-
HSV(B)341.01º36.92%83.92%-
XYZ42.7434.1637.6-
YUV161.47127.17165.47-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.04%
GREEN value IS 135 (53.12% from 255) = 26.52%
BLUE value IS 160 (62.89% from 255) = 31.43%
R=42.04%
G=26.52%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413516000.370.250.16341.0149.0768.43
HexD687A002519101553144
Octal326207240045312052561104
Binary110101101000011110100000010010111001100001010101011100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D687A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D687A0; }

 p { color: rgb(214,135,160); }

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

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

 a { background-color: rgb(214,135,160); }

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

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

 span { border-color: rgb(214,135,160); }

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