#D88F96

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

Shades of Can Can #D88F96

Tints of Can Can #D88F96

Color information

#D88F96 (or 0xD88F96) is unknown color: approx Can Can. HEX triplet: D8, 8F and 96. RGB value is (216,143,150). Sum of RGB (Red+Green+Blue) = 216+143+150=509 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.44% from 509); Green value is 143 (56.25% from 255 or 28.09% from 509); Blue value is 150 (58.98% from 255 or 29.47% from 509); Max value from RGB is 216 - color contains mainly: red. Hex color #D88F96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88F96 is #277069. Grayscale: #A5A5A5. Windows color (decimal): -2584682 or 9867224. OLE color: 9867224.

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

Color convert

RGB216143150-
CMYK00.340.310.15
HSL354.25º48.34%70.39%-
HSV(B)354.25º33.8%84.71%-
XYZ43.6536.4533.59-
YUV165.62119.18163.93-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.44%
GREEN value IS 143 (56.25% from 255) = 28.09%
BLUE value IS 150 (58.98% from 255) = 29.47%
R=42.44%
G=28.09%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614315000.340.310.15354.2548.3470.39
HexD88F960221FF1623046
Octal330217226042371754260106
Binary11011000100011111001011001000101111111111011000101100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88F96; }

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

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

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

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

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

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

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

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