#D689A5

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

Shades of Can Can #D689A5

Tints of Can Can #D689A5

Color information

#D689A5 (or 0xD689A5) is unknown color: approx Can Can. HEX triplet: D6, 89 and A5. RGB value is (214,137,165). Sum of RGB (Red+Green+Blue) = 214+137+165=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 137 (53.91% from 255 or 26.55% from 516); Blue value is 165 (64.84% from 255 or 31.98% from 516); Max value from RGB is 214 - color contains mainly: red. Hex color #D689A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D689A5 is #29765A. Grayscale: #A3A3A3. Windows color (decimal): -2717275 or 10848726. OLE color: 10848726.

HSL color Cylindrical-coordinate representation of color #D689A5: hue angle of 338.18º degrees, saturation: 0.48, 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 #D689A5 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB214137165-
CMYK00.360.230.16
HSL338.18º48.43%68.82%-
HSV(B)338.18º35.98%83.92%-
XYZ43.4734.940.04-
YUV163.22129.01164.22-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.47%
GREEN value IS 137 (53.91% from 255) = 26.55%
BLUE value IS 165 (64.84% from 255) = 31.98%
R=41.47%
G=26.55%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413716500.360.230.16338.1848.4368.82
HexD689A502417101523045
Octal326211245044272052260105
Binary110101101000100110100101010010010111100001010100101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D689A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D689A5; }

 p { color: rgb(214,137,165); }

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

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

 a { background-color: rgb(214,137,165); }

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

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

 span { border-color: rgb(214,137,165); }

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