#D086A4

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

Shades of Can Can #D086A4

Tints of Can Can #D086A4

Color information

#D086A4 (or 0xD086A4) is unknown color: approx Can Can. HEX triplet: D0, 86 and A4. RGB value is (208,134,164). Sum of RGB (Red+Green+Blue) = 208+134+164=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 134 (52.73% from 255 or 26.48% from 506); Blue value is 164 (64.45% from 255 or 32.41% from 506); Max value from RGB is 208 - color contains mainly: red. Hex color #D086A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D086A4 is #2F795B. Grayscale: #9F9F9F. Windows color (decimal): -3111260 or 10782416. OLE color: 10782416.

HSL color Cylindrical-coordinate representation of color #D086A4: hue angle of 335.68º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D086A4 is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB208134164-
CMYK00.360.210.18
HSL335.68º44.05%67.06%-
HSV(B)335.68º35.58%81.57%-
XYZ41.2433.1439.35-
YUV159.55130.52162.56-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.11%
GREEN value IS 134 (52.73% from 255) = 26.48%
BLUE value IS 164 (64.45% from 255) = 32.41%
R=41.11%
G=26.48%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813416400.360.210.18335.6844.0567.06
HexD086A402415121502c43
Octal320206244044252252054103
Binary110100001000011010100100010010010101100101010100001011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D086A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D086A4; }

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

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

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

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

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

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

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

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