#D6889C

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

Shades of Can Can #D6889C

Tints of Can Can #D6889C

Color information

#D6889C (or 0xD6889C) is unknown color: approx Can Can. HEX triplet: D6, 88 and 9C. RGB value is (214,136,156). Sum of RGB (Red+Green+Blue) = 214+136+156=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 136 (53.52% from 255 or 26.88% from 506); Blue value is 156 (61.33% from 255 or 30.83% from 506); Max value from RGB is 214 - color contains mainly: red. Hex color #D6889C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6889C is #297763. Grayscale: #A1A1A1. Windows color (decimal): -2717540 or 10258646. OLE color: 10258646.

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

Color convert

RGB214136156-
CMYK00.360.270.16
HSL344.62º48.75%68.63%-
HSV(B)344.62º36.45%83.92%-
XYZ42.5434.335.83-
YUV161.6124.84165.37-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.29%
GREEN value IS 136 (53.52% from 255) = 26.88%
BLUE value IS 156 (61.33% from 255) = 30.83%
R=42.29%
G=26.88%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413615600.360.270.16344.6248.7568.63
HexD6889C0241B101593145
Octal326210234044332053161105
Binary110101101000100010011100010010011011100001010110011100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6889C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6889C; }

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

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

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

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

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

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

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

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