#D58A96

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

Shades of Can Can #D58A96

Tints of Can Can #D58A96

Color information

#D58A96 (or 0xD58A96) is unknown color: approx Can Can. HEX triplet: D5, 8A and 96. RGB value is (213,138,150). Sum of RGB (Red+Green+Blue) = 213+138+150=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 138 (54.30% from 255 or 27.54% from 501); Blue value is 150 (58.98% from 255 or 29.94% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D58A96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58A96 is #2A7569. Grayscale: #A1A1A1. Windows color (decimal): -2782570 or 9865941. OLE color: 9865941.

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

Color convert

RGB213138150-
CMYK00.350.300.16
HSL350.4º47.17%68.82%-
HSV(B)350.4º35.21%83.53%-
XYZ42.0334.5333.3-
YUV161.79121.35164.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.51%
GREEN value IS 138 (54.30% from 255) = 27.54%
BLUE value IS 150 (58.98% from 255) = 29.94%
R=42.51%
G=27.54%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313815000.350.300.16350.447.1768.82
HexD58A960231E1015e2f45
Octal325212226043362053657105
Binary110101011000101010010110010001111110100001010111101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58A96; }

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

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

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

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

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

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

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

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