#D1596E

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

Shades of Cabaret #D1596E

Tints of Cabaret #D1596E

Color information

#D1596E (or 0xD1596E) is unknown color: approx Cabaret. HEX triplet: D1, 59 and 6E. RGB value is (209,89,110). Sum of RGB (Red+Green+Blue) = 209+89+110=408 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.23% from 408); Green value is 89 (35.16% from 255 or 21.81% from 408); Blue value is 110 (43.36% from 255 or 26.96% from 408); Max value from RGB is 209 - color contains mainly: red. Hex color #D1596E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1596E is #2EA691. Grayscale: #7F7F7F. Windows color (decimal): -3057298 or 7231953. OLE color: 7231953.

HSL color Cylindrical-coordinate representation of color #D1596E: hue angle of 349.5º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D1596E is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB20989110-
CMYK00.570.470.18
HSL349.5º56.6%58.43%-
HSV(B)349.5º57.42%81.96%-
XYZ32.6821.8317.24-
YUV127.27118.26186.29-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.23%
GREEN value IS 89 (35.16% from 255) = 21.81%
BLUE value IS 110 (43.36% from 255) = 26.96%
R=51.23%
G=21.81%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098911000.570.470.18349.556.658.43
HexD1596E0392F1215e393a
Octal32113115607157225367172
Binary1101000110110011101110011100110111110010101011110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1596E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1596E; }

 p { color: rgb(209,89,110); }

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

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

 a { background-color: rgb(209,89,110); }

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

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

 span { border-color: rgb(209,89,110); }

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