#D88595

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

Shades of Can Can #D88595

Tints of Can Can #D88595

Color information

#D88595 (or 0xD88595) is unknown color: approx Can Can. HEX triplet: D8, 85 and 95. RGB value is (216,133,149). Sum of RGB (Red+Green+Blue) = 216+133+149=498 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.37% from 498); Green value is 133 (52.34% from 255 or 26.71% from 498); Blue value is 149 (58.59% from 255 or 29.92% from 498); Max value from RGB is 216 - color contains mainly: red. Hex color #D88595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88595 is #277A6A. Grayscale: #9F9F9F. Windows color (decimal): -2587243 or 9799128. OLE color: 9799128.

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

Color convert

RGB216133149-
CMYK00.380.310.15
HSL348.43º51.55%68.43%-
HSV(B)348.43º38.43%84.71%-
XYZ42.1333.5432.69-
YUV159.64122168.2-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.37%
GREEN value IS 133 (52.34% from 255) = 26.71%
BLUE value IS 149 (58.59% from 255) = 29.92%
R=43.37%
G=26.71%
B=29.92%

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
Decimal21613314900.380.310.15348.4351.5568.43
HexD885950261FF15c3444
Octal330205225046371753464104
Binary11011000100001011001010101001101111111111010111001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88595; }

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

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

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

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

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

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

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

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