#D58C94

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

Shades of Can Can #D58C94

Tints of Can Can #D58C94

Color information

#D58C94 (or 0xD58C94) is unknown color: approx Can Can. HEX triplet: D5, 8C and 94. RGB value is (213,140,148). Sum of RGB (Red+Green+Blue) = 213+140+148=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 140 (55.08% from 255 or 27.94% from 501); Blue value is 148 (58.20% from 255 or 29.54% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D58C94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58C94 is #2A736B. Grayscale: #A2A2A2. Windows color (decimal): -2782060 or 9735381. OLE color: 9735381.

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

Color convert

RGB213140148-
CMYK00.340.310.16
HSL353.42º46.5%69.22%-
HSV(B)353.42º34.27%83.53%-
XYZ42.1635.0432.56-
YUV162.74119.68163.85-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.51%
GREEN value IS 140 (55.08% from 255) = 27.94%
BLUE value IS 148 (58.20% from 255) = 29.54%
R=42.51%
G=27.94%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314014800.340.310.16353.4246.569.22
HexD58C940221F101612e45
Octal325214224042372054156105
Binary110101011000110010010100010001011111100001011000011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58C94; }

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

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

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

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

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

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

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

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