#D4596A

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

Shades of Cabaret #D4596A

Tints of Cabaret #D4596A

Color information

#D4596A (or 0xD4596A) is unknown color: approx Cabaret. HEX triplet: D4, 59 and 6A. RGB value is (212,89,106). Sum of RGB (Red+Green+Blue) = 212+89+106=407 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.09% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 106 (41.80% from 255 or 26.04% from 407); Max value from RGB is 212 - color contains mainly: red. Hex color #D4596A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4596A is #2BA695. Grayscale: #7F7F7F. Windows color (decimal): -2860694 or 6969812. OLE color: 6969812.

HSL color Cylindrical-coordinate representation of color #D4596A: hue angle of 351.71º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D4596A is Cyan = 0, Magento = 0.58, Yellow = 0.5 and Black (K on CMYK) = 0.17.

Color convert

RGB21289106-
CMYK00.580.50.17
HSL351.71º58.85%59.02%-
HSV(B)351.71º58.02%83.14%-
XYZ33.3322.1816.16-
YUV127.72115.75188.12-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 52.09%
GREEN value IS 89 (35.16% from 255) = 21.87%
BLUE value IS 106 (41.80% from 255) = 26.04%
R=52.09%
G=21.87%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.5
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2128910600.580.50.17351.7158.8559.02
HexD4596A03A32111603b3b
Octal32413115207262215407373
Binary1101010010110011101010011101011001010001101100000111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4596A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4596A; }

 p { color: rgb(212,89,106); }

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

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

 a { background-color: rgb(212,89,106); }

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

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

 span { border-color: rgb(212,89,106); }

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