#D8849C

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

Shades of Can Can #D8849C

Tints of Can Can #D8849C

Color information

#D8849C (or 0xD8849C) is unknown color: approx Can Can. HEX triplet: D8, 84 and 9C. RGB value is (216,132,156). Sum of RGB (Red+Green+Blue) = 216+132+156=504 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.86% from 504); Green value is 132 (51.95% from 255 or 26.19% from 504); Blue value is 156 (61.33% from 255 or 30.95% from 504); Max value from RGB is 216 - color contains mainly: red. Hex color #D8849C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8849C is #277B63. Grayscale: #9F9F9F. Windows color (decimal): -2587492 or 10257624. OLE color: 10257624.

HSL color Cylindrical-coordinate representation of color #D8849C: hue angle of 342.86º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D8849C is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB216132156-
CMYK00.390.280.15
HSL342.86º51.85%68.24%-
HSV(B)342.86º38.89%84.71%-
XYZ42.5733.535.68-
YUV159.85125.83168.05-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.86%
GREEN value IS 132 (51.95% from 255) = 26.19%
BLUE value IS 156 (61.33% from 255) = 30.95%
R=42.86%
G=26.19%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613215600.390.280.15342.8651.8568.24
HexD8849C0271CF1573444
Octal330204234047341752764104
Binary11011000100001001001110001001111110011111010101111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8849C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8849C; }

 p { color: rgb(216,132,156); }

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

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

 a { background-color: rgb(216,132,156); }

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

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

 span { border-color: rgb(216,132,156); }

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