#D5868D

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

Shades of Can Can #D5868D

Tints of Can Can #D5868D

Color information

#D5868D (or 0xD5868D) is unknown color: approx Can Can. HEX triplet: D5, 86 and 8D. RGB value is (213,134,141). Sum of RGB (Red+Green+Blue) = 213+134+141=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 134 (52.73% from 255 or 27.46% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D5868D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5868D is #2A7972. Grayscale: #9E9E9E. Windows color (decimal): -2783603 or 9275093. OLE color: 9275093.

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

Color convert

RGB213134141-
CMYK00.370.340.16
HSL354.68º48.47%68.04%-
HSV(B)354.68º37.09%83.53%-
XYZ40.7733.1229.44-
YUV158.42118.17166.93-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.65%
GREEN value IS 134 (52.73% from 255) = 27.46%
BLUE value IS 141 (55.47% from 255) = 28.89%
R=43.65%
G=27.46%
B=28.89%

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
Decimal21313414100.370.340.16354.6848.4768.04
HexD5868D02522101633044
Octal325206215045422054360104
Binary1101010110000110100011010100101100010100001011000111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5868D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5868D; }

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

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

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

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

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

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

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

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