#D6888F

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

Shades of Can Can #D6888F

Tints of Can Can #D6888F

Color information

#D6888F (or 0xD6888F) is unknown color: approx Can Can. HEX triplet: D6, 88 and 8F. RGB value is (214,136,143). Sum of RGB (Red+Green+Blue) = 214+136+143=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 136 (53.52% from 255 or 27.59% from 493); Blue value is 143 (56.25% from 255 or 29.01% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D6888F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6888F is #297770. Grayscale: #A0A0A0. Windows color (decimal): -2717553 or 9406678. OLE color: 9406678.

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

Color convert

RGB214136143-
CMYK00.360.330.16
HSL354.62º48.75%68.63%-
HSV(B)354.62º36.45%83.92%-
XYZ41.4933.8930.34-
YUV160.12118.34166.43-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.41%
GREEN value IS 136 (53.52% from 255) = 27.59%
BLUE value IS 143 (56.25% from 255) = 29.01%
R=43.41%
G=27.59%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413614300.360.330.16354.6248.7568.63
HexD6888F02421101633145
Octal326210217044412054361105
Binary1101011010001000100011110100100100001100001011000111100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6888F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6888F; }

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

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

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

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

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

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

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

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