#D58794

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

Shades of Can Can #D58794

Tints of Can Can #D58794

Color information

#D58794 (or 0xD58794) is unknown color: approx Can Can. HEX triplet: D5, 87 and 94. RGB value is (213,135,148). Sum of RGB (Red+Green+Blue) = 213+135+148=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 135 (53.12% from 255 or 27.22% from 496); Blue value is 148 (58.20% from 255 or 29.84% from 496); Max value from RGB is 213 - color contains mainly: red. Hex color #D58794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58794 is #2A786B. Grayscale: #9F9F9F. Windows color (decimal): -2783340 or 9734101. OLE color: 9734101.

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

Color convert

RGB213135148-
CMYK00.370.310.16
HSL350º48.15%68.24%-
HSV(B)350º36.62%83.53%-
XYZ41.4533.6132.32-
YUV159.8121.34165.94-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.94%
GREEN value IS 135 (53.12% from 255) = 27.22%
BLUE value IS 148 (58.20% from 255) = 29.84%
R=42.94%
G=27.22%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313514800.370.310.1635048.1568.24
HexD587940251F1015e3044
Octal325207224045372053660104
Binary110101011000011110010100010010111111100001010111101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58794; }

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

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

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

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

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

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

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

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