#D886A4

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

Shades of Can Can #D886A4

Tints of Can Can #D886A4

Color information

#D886A4 (or 0xD886A4) is unknown color: approx Can Can. HEX triplet: D8, 86 and A4. RGB value is (216,134,164). Sum of RGB (Red+Green+Blue) = 216+134+164=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 134 (52.73% from 255 or 26.07% from 514); Blue value is 164 (64.45% from 255 or 31.91% from 514); Max value from RGB is 216 - color contains mainly: red. Hex color #D886A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D886A4 is #27795B. Grayscale: #A1A1A1. Windows color (decimal): -2586972 or 10782424. OLE color: 10782424.

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

Color convert

RGB216134164-
CMYK00.380.240.15
HSL338.05º51.25%68.63%-
HSV(B)338.05º37.96%84.71%-
XYZ43.5434.3339.45-
YUV161.94129.17166.56-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.02%
GREEN value IS 134 (52.73% from 255) = 26.07%
BLUE value IS 164 (64.45% from 255) = 31.91%
R=42.02%
G=26.07%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613416400.380.240.15338.0551.2568.63
HexD886A402618F1523345
Octal330206244046301752263105
Binary11011000100001101010010001001101100011111010100101100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D886A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D886A4; }

 p { color: rgb(216,134,164); }

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

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

 a { background-color: rgb(216,134,164); }

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

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

 span { border-color: rgb(216,134,164); }

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