#D88895

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

Shades of Can Can #D88895

Tints of Can Can #D88895

Color information

#D88895 (or 0xD88895) is unknown color: approx Can Can. HEX triplet: D8, 88 and 95. RGB value is (216,136,149). Sum of RGB (Red+Green+Blue) = 216+136+149=501 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.11% from 501); Green value is 136 (53.52% from 255 or 27.15% from 501); Blue value is 149 (58.59% from 255 or 29.74% from 501); Max value from RGB is 216 - color contains mainly: red. Hex color #D88895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88895 is #27776A. Grayscale: #A1A1A1. Windows color (decimal): -2586475 or 9799896. OLE color: 9799896.

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

Color convert

RGB216136149-
CMYK00.370.310.15
HSL350.25º50.63%69.02%-
HSV(B)350.25º37.04%84.71%-
XYZ42.5534.3832.83-
YUV161.4121166.94-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.11%
GREEN value IS 136 (53.52% from 255) = 27.15%
BLUE value IS 149 (58.59% from 255) = 29.74%
R=43.11%
G=27.15%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613614900.370.310.15350.2550.6369.02
HexD888950251FF15e3345
Octal330210225045371753663105
Binary11011000100010001001010101001011111111111010111101100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88895; }

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

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

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

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

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

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

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

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