#D4859C

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

Shades of Can Can #D4859C

Tints of Can Can #D4859C

Color information

#D4859C (or 0xD4859C) is unknown color: approx Can Can. HEX triplet: D4, 85 and 9C. RGB value is (212,133,156). Sum of RGB (Red+Green+Blue) = 212+133+156=501 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.32% from 501); Green value is 133 (52.34% from 255 or 26.55% from 501); Blue value is 156 (61.33% from 255 or 31.14% from 501); Max value from RGB is 212 - color contains mainly: red. Hex color #D4859C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4859C is #2B7A63. Grayscale: #9F9F9F. Windows color (decimal): -2849380 or 10257876. OLE color: 10257876.

HSL color Cylindrical-coordinate representation of color #D4859C: hue angle of 342.53º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D4859C is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB212133156-
CMYK00.370.260.17
HSL342.53º47.88%67.65%-
HSV(B)342.53º37.26%83.14%-
XYZ41.5433.1735.67-
YUV159.24126.17165.63-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.32%
GREEN value IS 133 (52.34% from 255) = 26.55%
BLUE value IS 156 (61.33% from 255) = 31.14%
R=42.32%
G=26.55%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213315600.370.260.17342.5347.8867.65
HexD4859C0251A111573044
Octal324205234045322152760104
Binary110101001000010110011100010010111010100011010101111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4859C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4859C; }

 p { color: rgb(212,133,156); }

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

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

 a { background-color: rgb(212,133,156); }

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

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

 span { border-color: rgb(212,133,156); }

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