#D18CA3

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

Shades of Can Can #D18CA3

Tints of Can Can #D18CA3

Color information

#D18CA3 (or 0xD18CA3) is unknown color: approx Can Can. HEX triplet: D1, 8C and A3. RGB value is (209,140,163). Sum of RGB (Red+Green+Blue) = 209+140+163=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 140 (55.08% from 255 or 27.34% from 512); Blue value is 163 (64.06% from 255 or 31.84% from 512); Max value from RGB is 209 - color contains mainly: red. Hex color #D18CA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18CA3 is #2E735C. Grayscale: #A3A3A3. Windows color (decimal): -3044189 or 10718417. OLE color: 10718417.

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

Color convert

RGB209140163-
CMYK00.330.220.18
HSL340º42.86%68.43%-
HSV(B)340º33.01%81.96%-
XYZ42.2834.9639.17-
YUV163.25127.86160.63-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.82%
GREEN value IS 140 (55.08% from 255) = 27.34%
BLUE value IS 163 (64.06% from 255) = 31.84%
R=40.82%
G=27.34%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914016300.330.220.1834042.8668.43
HexD18CA302116121542b44
Octal321214243041262252453104
Binary110100011000110010100011010000110110100101010101001010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18CA3; }

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

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

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

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

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

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

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

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