#D5868C

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

Shades of Can Can #D5868C

Tints of Can Can #D5868C

Color information

#D5868C (or 0xD5868C) is unknown color: approx Can Can. HEX triplet: D5, 86 and 8C. RGB value is (213,134,140). Sum of RGB (Red+Green+Blue) = 213+134+140=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 134 (52.73% from 255 or 27.52% from 487); Blue value is 140 (55.08% from 255 or 28.75% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D5868C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5868C is #2A7973. Grayscale: #9E9E9E. Windows color (decimal): -2783604 or 9209557. OLE color: 9209557.

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

Color convert

RGB213134140-
CMYK00.370.340.16
HSL355.44º48.47%68.04%-
HSV(B)355.44º37.09%83.53%-
XYZ40.733.0929.05-
YUV158.3117.67167.01-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.74%
GREEN value IS 134 (52.73% from 255) = 27.52%
BLUE value IS 140 (55.08% from 255) = 28.75%
R=43.74%
G=27.52%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313414000.370.340.16355.4448.4768.04
HexD5868C02522101633044
Octal325206214045422054360104
Binary1101010110000110100011000100101100010100001011000111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5868C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5868C; }

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

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

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

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

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

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

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

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