#D88495

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

Shades of Can Can #D88495

Tints of Can Can #D88495

Color information

#D88495 (or 0xD88495) is unknown color: approx Can Can. HEX triplet: D8, 84 and 95. RGB value is (216,132,149). Sum of RGB (Red+Green+Blue) = 216+132+149=497 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.46% from 497); Green value is 132 (51.95% from 255 or 26.56% from 497); Blue value is 149 (58.59% from 255 or 29.98% from 497); Max value from RGB is 216 - color contains mainly: red. Hex color #D88495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88495 is #277B6A. Grayscale: #9F9F9F. Windows color (decimal): -2587499 or 9798872. OLE color: 9798872.

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

Color convert

RGB216132149-
CMYK00.390.310.15
HSL347.86º51.85%68.24%-
HSV(B)347.86º38.89%84.71%-
XYZ41.9933.2732.64-
YUV159.05122.33168.62-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.46%
GREEN value IS 132 (51.95% from 255) = 26.56%
BLUE value IS 149 (58.59% from 255) = 29.98%
R=43.46%
G=26.56%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613214900.390.310.15347.8651.8568.24
HexD884950271FF15c3444
Octal330204225047371753464104
Binary11011000100001001001010101001111111111111010111001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88495; }

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

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

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

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

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

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

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

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