#D88CA0

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

Shades of Can Can #D88CA0

Tints of Can Can #D88CA0

Color information

#D88CA0 (or 0xD88CA0) is unknown color: approx Can Can. HEX triplet: D8, 8C and A0. RGB value is (216,140,160). Sum of RGB (Red+Green+Blue) = 216+140+160=516 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.86% from 516); Green value is 140 (55.08% from 255 or 27.13% from 516); Blue value is 160 (62.89% from 255 or 31.01% from 516); Max value from RGB is 216 - color contains mainly: red. Hex color #D88CA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88CA0 is #27735F. Grayscale: #A4A4A4. Windows color (decimal): -2585440 or 10521816. OLE color: 10521816.

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

Color convert

RGB216140160-
CMYK00.350.260.15
HSL344.21º49.35%69.8%-
HSV(B)344.21º35.19%84.71%-
XYZ44.0435.8937.86-
YUV165125.18164.37-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.86%
GREEN value IS 140 (55.08% from 255) = 27.13%
BLUE value IS 160 (62.89% from 255) = 31.01%
R=41.86%
G=27.13%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614016000.350.260.15344.2149.3569.8
HexD88CA00231AF1583146
Octal330214240043321753061106
Binary11011000100011001010000001000111101011111010110001100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88CA0; }

 p { color: rgb(216,140,160); }

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

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

 a { background-color: rgb(216,140,160); }

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

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

 span { border-color: rgb(216,140,160); }

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