#D5879C

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

Shades of Can Can #D5879C

Tints of Can Can #D5879C

Color information

#D5879C (or 0xD5879C) is unknown color: approx Can Can. HEX triplet: D5, 87 and 9C. RGB value is (213,135,156). Sum of RGB (Red+Green+Blue) = 213+135+156=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 135 (53.12% from 255 or 26.79% from 504); Blue value is 156 (61.33% from 255 or 30.95% from 504); Max value from RGB is 213 - color contains mainly: red. Hex color #D5879C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5879C is #2A7863. Grayscale: #A0A0A0. Windows color (decimal): -2783332 or 10258389. OLE color: 10258389.

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

Color convert

RGB213135156-
CMYK00.370.270.16
HSL343.85º48.15%68.24%-
HSV(B)343.85º36.62%83.53%-
XYZ42.1133.8735.77-
YUV160.72125.34165.29-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.26%
GREEN value IS 135 (53.12% from 255) = 26.79%
BLUE value IS 156 (61.33% from 255) = 30.95%
R=42.26%
G=26.79%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313515600.370.270.16343.8548.1568.24
HexD5879C0251B101583044
Octal325207234045332053060104
Binary110101011000011110011100010010111011100001010110001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5879C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5879C; }

 p { color: rgb(213,135,156); }

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

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

 a { background-color: rgb(213,135,156); }

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

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

 span { border-color: rgb(213,135,156); }

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