#D5596A

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

Shades of Cabaret #D5596A

Tints of Cabaret #D5596A

Color information

#D5596A (or 0xD5596A) is unknown color: approx Cabaret. HEX triplet: D5, 59 and 6A. RGB value is (213,89,106). Sum of RGB (Red+Green+Blue) = 213+89+106=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 89 (35.16% from 255 or 21.81% from 408); Blue value is 106 (41.80% from 255 or 25.98% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D5596A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5596A is #2AA695. Grayscale: #808080. Windows color (decimal): -2795158 or 6969813. OLE color: 6969813.

HSL color Cylindrical-coordinate representation of color #D5596A: hue angle of 351.77º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D5596A is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB21389106-
CMYK00.580.500.16
HSL351.77º59.62%59.22%-
HSV(B)351.77º58.22%83.53%-
XYZ33.6122.3316.17-
YUV128.01115.58188.62-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.21%
GREEN value IS 89 (35.16% from 255) = 21.81%
BLUE value IS 106 (41.80% from 255) = 25.98%
R=52.21%
G=21.81%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138910600.580.500.16351.7759.6259.22
HexD5596A03A32101603c3b
Octal32513115207262205407473
Binary1101010110110011101010011101011001010000101100000111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5596A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5596A; }

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

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

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

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

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

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

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

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