#D68595

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

Shades of Can Can #D68595

Tints of Can Can #D68595

Color information

#D68595 (or 0xD68595) is unknown color: approx Can Can. HEX triplet: D6, 85 and 95. RGB value is (214,133,149). Sum of RGB (Red+Green+Blue) = 214+133+149=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 133 (52.34% from 255 or 26.81% from 496); Blue value is 149 (58.59% from 255 or 30.04% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D68595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68595 is #297A6A. Grayscale: #9F9F9F. Windows color (decimal): -2718315 or 9799126. OLE color: 9799126.

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

Color convert

RGB214133149-
CMYK00.380.300.16
HSL348.15º49.69%68.04%-
HSV(B)348.15º37.85%83.92%-
XYZ41.5433.2432.66-
YUV159.04122.34167.2-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.15%
GREEN value IS 133 (52.34% from 255) = 26.81%
BLUE value IS 149 (58.59% from 255) = 30.04%
R=43.15%
G=26.81%
B=30.04%

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
Decimal21413314900.380.300.16348.1549.6968.04
HexD685950261E1015c3244
Octal326205225046362053462104
Binary110101101000010110010101010011011110100001010111001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68595; }

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

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

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

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

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

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

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

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