#D6889E

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

Shades of Can Can #D6889E

Tints of Can Can #D6889E

Color information

#D6889E (or 0xD6889E) is unknown color: approx Can Can. HEX triplet: D6, 88 and 9E. RGB value is (214,136,158). Sum of RGB (Red+Green+Blue) = 214+136+158=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 136 (53.52% from 255 or 26.77% from 508); Blue value is 158 (62.11% from 255 or 31.10% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D6889E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6889E is #297761. Grayscale: #A1A1A1. Windows color (decimal): -2717538 or 10389718. OLE color: 10389718.

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

Color convert

RGB214136158-
CMYK00.360.260.16
HSL343.08º48.75%68.63%-
HSV(B)343.08º36.45%83.92%-
XYZ42.7134.3736.73-
YUV161.83125.84165.21-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.13%
GREEN value IS 136 (53.52% from 255) = 26.77%
BLUE value IS 158 (62.11% from 255) = 31.10%
R=42.13%
G=26.77%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413615800.360.260.16343.0848.7568.63
HexD6889E0241A101573145
Octal326210236044322052761105
Binary110101101000100010011110010010011010100001010101111100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6889E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6889E; }

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

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

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

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

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

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

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

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