#D18CA0

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

Shades of Can Can #D18CA0

Tints of Can Can #D18CA0

Color information

#D18CA0 (or 0xD18CA0) is unknown color: approx Can Can. HEX triplet: D1, 8C and A0. RGB value is (209,140,160). Sum of RGB (Red+Green+Blue) = 209+140+160=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 160 (62.89% from 255 or 31.43% from 509); Max value from RGB is 209 - color contains mainly: red. Hex color #D18CA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18CA0 is #2E735F. Grayscale: #A2A2A2. Windows color (decimal): -3044192 or 10521809. OLE color: 10521809.

HSL color Cylindrical-coordinate representation of color #D18CA0: hue angle of 342.61º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D18CA0 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB209140160-
CMYK00.330.230.18
HSL342.61º42.86%68.43%-
HSV(B)342.61º33.01%81.96%-
XYZ42.0234.8537.77-
YUV162.91126.36160.87-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.06%
GREEN value IS 140 (55.08% from 255) = 27.50%
BLUE value IS 160 (62.89% from 255) = 31.43%
R=41.06%
G=27.50%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914016000.330.230.18342.6142.8668.43
HexD18CA002117121572b44
Octal321214240041272252753104
Binary110100011000110010100000010000110111100101010101111010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18CA0; }

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

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

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

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

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

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

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

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