#D6859F

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

Shades of Can Can #D6859F

Tints of Can Can #D6859F

Color information

#D6859F (or 0xD6859F) is unknown color: approx Can Can. HEX triplet: D6, 85 and 9F. RGB value is (214,133,159). Sum of RGB (Red+Green+Blue) = 214+133+159=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 133 (52.34% from 255 or 26.28% from 506); Blue value is 159 (62.5% from 255 or 31.42% from 506); Max value from RGB is 214 - color contains mainly: red. Hex color #D6859F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6859F is #297A60. Grayscale: #A0A0A0. Windows color (decimal): -2718305 or 10454486. OLE color: 10454486.

HSL color Cylindrical-coordinate representation of color #D6859F: hue angle of 340.74º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D6859F is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB214133159-
CMYK00.380.260.16
HSL340.74º49.69%68.04%-
HSV(B)340.74º37.85%83.92%-
XYZ42.3833.5737.05-
YUV160.18127.34166.39-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.29%
GREEN value IS 133 (52.34% from 255) = 26.28%
BLUE value IS 159 (62.5% from 255) = 31.42%
R=42.29%
G=26.28%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413315900.380.260.16340.7449.6968.04
HexD6859F0261A101553244
Octal326205237046322052562104
Binary110101101000010110011111010011011010100001010101011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6859F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6859F; }

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

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

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

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

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

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

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

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