#D58795

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

Shades of Can Can #D58795

Tints of Can Can #D58795

Color information

#D58795 (or 0xD58795) is unknown color: approx Can Can. HEX triplet: D5, 87 and 95. RGB value is (213,135,149). Sum of RGB (Red+Green+Blue) = 213+135+149=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 135 (53.12% from 255 or 27.16% from 497); Blue value is 149 (58.59% from 255 or 29.98% from 497); Max value from RGB is 213 - color contains mainly: red. Hex color #D58795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58795 is #2A786A. Grayscale: #9F9F9F. Windows color (decimal): -2783339 or 9799637. OLE color: 9799637.

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

Color convert

RGB213135149-
CMYK00.370.300.16
HSL349.23º48.15%68.24%-
HSV(B)349.23º36.62%83.53%-
XYZ41.5333.6432.74-
YUV159.92121.84165.86-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.86%
GREEN value IS 135 (53.12% from 255) = 27.16%
BLUE value IS 149 (58.59% from 255) = 29.98%
R=42.86%
G=27.16%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313514900.370.300.16349.2348.1568.24
HexD587950251E1015d3044
Octal325207225045362053560104
Binary110101011000011110010101010010111110100001010111011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58795; }

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

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

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

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

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

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

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

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