#D185A4

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

Shades of Can Can #D185A4

Tints of Can Can #D185A4

Color information

#D185A4 (or 0xD185A4) is unknown color: approx Can Can. HEX triplet: D1, 85 and A4. RGB value is (209,133,164). Sum of RGB (Red+Green+Blue) = 209+133+164=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 133 (52.34% from 255 or 26.28% from 506); Blue value is 164 (64.45% from 255 or 32.41% from 506); Max value from RGB is 209 - color contains mainly: red. Hex color #D185A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D185A4 is #2E7A5B. Grayscale: #9F9F9F. Windows color (decimal): -3045980 or 10782161. OLE color: 10782161.

HSL color Cylindrical-coordinate representation of color #D185A4: hue angle of 335.53º degrees, saturation: 0.45, 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 #D185A4 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB209133164-
CMYK00.360.220.18
HSL335.53º45.24%67.06%-
HSV(B)335.53º36.36%81.96%-
XYZ41.3833.0139.31-
YUV159.26130.68163.48-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.30%
GREEN value IS 133 (52.34% from 255) = 26.28%
BLUE value IS 164 (64.45% from 255) = 32.41%
R=41.30%
G=26.28%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913316400.360.220.18335.5345.2467.06
HexD185A402416121502d43
Octal321205244044262252055103
Binary110100011000010110100100010010010110100101010100001011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D185A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D185A4; }

 p { color: rgb(209,133,164); }

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

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

 a { background-color: rgb(209,133,164); }

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

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

 span { border-color: rgb(209,133,164); }

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