#D6899F

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

Shades of Can Can #D6899F

Tints of Can Can #D6899F

Color information

#D6899F (or 0xD6899F) is unknown color: approx Can Can. HEX triplet: D6, 89 and 9F. RGB value is (214,137,159). Sum of RGB (Red+Green+Blue) = 214+137+159=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 137 (53.91% from 255 or 26.86% from 510); Blue value is 159 (62.5% from 255 or 31.18% from 510); Max value from RGB is 214 - color contains mainly: red. Hex color #D6899F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6899F is #297660. Grayscale: #A2A2A2. Windows color (decimal): -2717281 or 10455510. OLE color: 10455510.

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

Color convert

RGB214137159-
CMYK00.360.260.16
HSL342.86º48.43%68.82%-
HSV(B)342.86º35.98%83.92%-
XYZ42.9434.6937.23-
YUV162.53126.01164.71-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.96%
GREEN value IS 137 (53.91% from 255) = 26.86%
BLUE value IS 159 (62.5% from 255) = 31.18%
R=41.96%
G=26.86%
B=31.18%

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
Decimal21413715900.360.260.16342.8648.4368.82
HexD6899F0241A101573045
Octal326211237044322052760105
Binary110101101000100110011111010010011010100001010101111100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6899F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6899F; }

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

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

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

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

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

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

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

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