#D58996

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

Shades of Can Can #D58996

Tints of Can Can #D58996

Color information

#D58996 (or 0xD58996) is unknown color: approx Can Can. HEX triplet: D5, 89 and 96. RGB value is (213,137,150). Sum of RGB (Red+Green+Blue) = 213+137+150=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 137 (53.91% from 255 or 27.4% from 500); Blue value is 150 (58.98% from 255 or 30% from 500); Max value from RGB is 213 - color contains mainly: red. Hex color #D58996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58996 is #2A7669. Grayscale: #A1A1A1. Windows color (decimal): -2782826 or 9865685. OLE color: 9865685.

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

Color convert

RGB213137150-
CMYK00.360.300.16
HSL349.74º47.5%68.63%-
HSV(B)349.74º35.68%83.53%-
XYZ41.8934.2433.26-
YUV161.21121.68164.94-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.6%
GREEN value IS 137 (53.91% from 255) = 27.4%
BLUE value IS 150 (58.98% from 255) = 30%
R=42.6%
G=27.4%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313715000.360.300.16349.7447.568.63
HexD589960241E1015e3045
Octal325211226044362053660105
Binary110101011000100110010110010010011110100001010111101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58996; }

 p { color: rgb(213,137,150); }

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

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

 a { background-color: rgb(213,137,150); }

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

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

 span { border-color: rgb(213,137,150); }

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