#D68596

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

Shades of Can Can #D68596

Tints of Can Can #D68596

Color information

#D68596 (or 0xD68596) is unknown color: approx Can Can. HEX triplet: D6, 85 and 96. RGB value is (214,133,150). Sum of RGB (Red+Green+Blue) = 214+133+150=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 133 (52.34% from 255 or 26.76% from 497); Blue value is 150 (58.98% from 255 or 30.18% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D68596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68596 is #297A69. Grayscale: #9F9F9F. Windows color (decimal): -2718314 or 9864662. OLE color: 9864662.

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

Color convert

RGB214133150-
CMYK00.380.300.16
HSL347.41º49.69%68.04%-
HSV(B)347.41º37.85%83.92%-
XYZ41.6233.2733.08-
YUV159.16122.84167.12-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.06%
GREEN value IS 133 (52.34% from 255) = 26.76%
BLUE value IS 150 (58.98% from 255) = 30.18%
R=43.06%
G=26.76%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413315000.380.300.16347.4149.6968.04
HexD685960261E1015b3244
Octal326205226046362053362104
Binary110101101000010110010110010011011110100001010110111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68596; }

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

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

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

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

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

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

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

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