#D5869E

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

Shades of Can Can #D5869E

Tints of Can Can #D5869E

Color information

#D5869E (or 0xD5869E) is unknown color: approx Can Can. HEX triplet: D5, 86 and 9E. RGB value is (213,134,158). Sum of RGB (Red+Green+Blue) = 213+134+158=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 134 (52.73% from 255 or 26.53% from 505); Blue value is 158 (62.11% from 255 or 31.29% from 505); Max value from RGB is 213 - color contains mainly: red. Hex color #D5869E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5869E is #2A7961. Grayscale: #A0A0A0. Windows color (decimal): -2783586 or 10389205. OLE color: 10389205.

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

Color convert

RGB213134158-
CMYK00.370.260.16
HSL341.77º48.47%68.04%-
HSV(B)341.77º37.09%83.53%-
XYZ42.1433.6636.62-
YUV160.36126.67165.55-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.18%
GREEN value IS 134 (52.73% from 255) = 26.53%
BLUE value IS 158 (62.11% from 255) = 31.29%
R=42.18%
G=26.53%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313415800.370.260.16341.7748.4768.04
HexD5869E0251A101563044
Octal325206236045322052660104
Binary110101011000011010011110010010111010100001010101101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5869E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5869E; }

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

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

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

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

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

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

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

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