#D59096

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

Shades of Can Can #D59096

Tints of Can Can #D59096

Color information

#D59096 (or 0xD59096) is unknown color: approx Can Can. HEX triplet: D5, 90 and 96. RGB value is (213,144,150). Sum of RGB (Red+Green+Blue) = 213+144+150=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 144 (56.64% from 255 or 28.40% from 507); Blue value is 150 (58.98% from 255 or 29.59% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D59096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59096 is #2A6F69. Grayscale: #A5A5A5. Windows color (decimal): -2781034 or 9867477. OLE color: 9867477.

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

Color convert

RGB213144150-
CMYK00.320.300.16
HSL354.78º45.1%70%-
HSV(B)354.78º32.39%83.53%-
XYZ42.9236.2933.6-
YUV165.31119.36162.01-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.01%
GREEN value IS 144 (56.64% from 255) = 28.40%
BLUE value IS 150 (58.98% from 255) = 29.59%
R=42.01%
G=28.40%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314415000.320.300.16354.7845.170
HexD590960201E101632d46
Octal325220226040362054355106
Binary110101011001000010010110010000011110100001011000111011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59096; }

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

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

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

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

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

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

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

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