#D5868E

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

Shades of Can Can #D5868E

Tints of Can Can #D5868E

Color information

#D5868E (or 0xD5868E) is unknown color: approx Can Can. HEX triplet: D5, 86 and 8E. RGB value is (213,134,142). Sum of RGB (Red+Green+Blue) = 213+134+142=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 134 (52.73% from 255 or 27.40% from 489); Blue value is 142 (55.86% from 255 or 29.04% from 489); Max value from RGB is 213 - color contains mainly: red. Hex color #D5868E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5868E is #2A7971. Grayscale: #9E9E9E. Windows color (decimal): -2783602 or 9340629. OLE color: 9340629.

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

Color convert

RGB213134142-
CMYK00.370.330.16
HSL353.92º48.47%68.04%-
HSV(B)353.92º37.09%83.53%-
XYZ40.8533.1529.84-
YUV158.53118.67166.85-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.56%
GREEN value IS 134 (52.73% from 255) = 27.40%
BLUE value IS 142 (55.86% from 255) = 29.04%
R=43.56%
G=27.40%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313414200.370.330.16353.9248.4768.04
HexD5868E02521101623044
Octal325206216045412054260104
Binary1101010110000110100011100100101100001100001011000101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5868E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5868E; }

 p { color: rgb(213,134,142); }

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

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

 a { background-color: rgb(213,134,142); }

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

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

 span { border-color: rgb(213,134,142); }

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