#D88696

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

Shades of Can Can #D88696

Tints of Can Can #D88696

Color information

#D88696 (or 0xD88696) is unknown color: approx Can Can. HEX triplet: D8, 86 and 96. RGB value is (216,134,150). Sum of RGB (Red+Green+Blue) = 216+134+150=500 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.2% from 500); Green value is 134 (52.73% from 255 or 26.8% from 500); Blue value is 150 (58.98% from 255 or 30% from 500); Max value from RGB is 216 - color contains mainly: red. Hex color #D88696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88696 is #277969. Grayscale: #A0A0A0. Windows color (decimal): -2586986 or 9864920. OLE color: 9864920.

HSL color Cylindrical-coordinate representation of color #D88696: hue angle of 348.29º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D88696 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB216134150-
CMYK00.380.310.15
HSL348.29º51.25%68.63%-
HSV(B)348.29º37.96%84.71%-
XYZ42.3533.8533.16-
YUV160.34122.17167.7-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.2%
GREEN value IS 134 (52.73% from 255) = 26.8%
BLUE value IS 150 (58.98% from 255) = 30%
R=43.2%
G=26.8%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613415000.380.310.15348.2951.2568.63
HexD886960261FF15c3345
Octal330206226046371753463105
Binary11011000100001101001011001001101111111111010111001100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88696; }

 p { color: rgb(216,134,150); }

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

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

 a { background-color: rgb(216,134,150); }

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

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

 span { border-color: rgb(216,134,150); }

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