#D58595

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

Shades of Can Can #D58595

Tints of Can Can #D58595

Color information

#D58595 (or 0xD58595) is unknown color: approx Can Can. HEX triplet: D5, 85 and 95. RGB value is (213,133,149). Sum of RGB (Red+Green+Blue) = 213+133+149=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 133 (52.34% from 255 or 26.87% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D58595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58595 is #2A7A6A. Grayscale: #9E9E9E. Windows color (decimal): -2783851 or 9799125. OLE color: 9799125.

HSL color Cylindrical-coordinate representation of color #D58595: hue angle of 348º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D58595 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB213133149-
CMYK00.380.300.16
HSL348º48.78%67.84%-
HSV(B)348º37.56%83.53%-
XYZ41.2533.0932.65-
YUV158.74122.5166.7-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.03%
GREEN value IS 133 (52.34% from 255) = 26.87%
BLUE value IS 149 (58.59% from 255) = 30.10%
R=43.03%
G=26.87%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313314900.380.300.1634848.7867.84
HexD585950261E1015c3144
Octal325205225046362053461104
Binary110101011000010110010101010011011110100001010111001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58595; }

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

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

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

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

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

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

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

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