#D58992

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

Shades of Can Can #D58992

Tints of Can Can #D58992

Color information

#D58992 (or 0xD58992) is unknown color: approx Can Can. HEX triplet: D5, 89 and 92. RGB value is (213,137,146). Sum of RGB (Red+Green+Blue) = 213+137+146=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 137 (53.91% from 255 or 27.62% from 496); Blue value is 146 (57.42% from 255 or 29.44% from 496); Max value from RGB is 213 - color contains mainly: red. Hex color #D58992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58992 is #2A766D. Grayscale: #A0A0A0. Windows color (decimal): -2782830 or 9603541. OLE color: 9603541.

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

Color convert

RGB213137146-
CMYK00.360.310.16
HSL352.89º47.5%68.63%-
HSV(B)352.89º35.68%83.53%-
XYZ41.5734.1131.59-
YUV160.75119.68165.27-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.94%
GREEN value IS 137 (53.91% from 255) = 27.62%
BLUE value IS 146 (57.42% from 255) = 29.44%
R=42.94%
G=27.62%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313714600.360.310.16352.8947.568.63
HexD589920241F101613045
Octal325211222044372054160105
Binary110101011000100110010010010010011111100001011000011100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58992; }

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

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

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

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

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

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

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

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