#D58392

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

Shades of Can Can #D58392

Tints of Can Can #D58392

Color information

#D58392 (or 0xD58392) is unknown color: approx Can Can. HEX triplet: D5, 83 and 92. RGB value is (213,131,146). Sum of RGB (Red+Green+Blue) = 213+131+146=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 131 (51.56% from 255 or 26.73% from 490); Blue value is 146 (57.42% from 255 or 29.80% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D58392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58392 is #2A7C6D. Grayscale: #9D9D9D. Windows color (decimal): -2784366 or 9602005. OLE color: 9602005.

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

Color convert

RGB213131146-
CMYK00.380.310.16
HSL349.02º49.4%67.45%-
HSV(B)349.02º38.5%83.53%-
XYZ40.7532.4531.31-
YUV157.23121.67167.78-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.47%
GREEN value IS 131 (51.56% from 255) = 26.73%
BLUE value IS 146 (57.42% from 255) = 29.80%
R=43.47%
G=26.73%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313114600.380.310.16349.0249.467.45
HexD583920261F1015d3143
Octal325203222046372053561103
Binary110101011000001110010010010011011111100001010111011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58392; }

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

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

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

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

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

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

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

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