#D0596B

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

Shades of Cabaret #D0596B

Tints of Cabaret #D0596B

Color information

#D0596B (or 0xD0596B) is unknown color: approx Cabaret. HEX triplet: D0, 59 and 6B. RGB value is (208,89,107). Sum of RGB (Red+Green+Blue) = 208+89+107=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 89 (35.16% from 255 or 22.03% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D0596B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0596B is #2FA694. Grayscale: #7E7E7E. Windows color (decimal): -3122837 or 7035344. OLE color: 7035344.

HSL color Cylindrical-coordinate representation of color #D0596B: hue angle of 350.92º degrees, saturation: 0.56, 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 #D0596B is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB20889107-
CMYK00.570.490.18
HSL350.92º55.87%58.24%-
HSV(B)350.92º57.21%81.57%-
XYZ32.2421.6216.38-
YUV126.63116.92186.04-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 51.49%
GREEN value IS 89 (35.16% from 255) = 22.03%
BLUE value IS 107 (42.19% from 255) = 26.49%
R=51.49%
G=22.03%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2088910700.570.490.18350.9255.8758.24
HexD0596B039311215f383a
Octal32013115307161225377072
Binary1101000010110011101011011100111000110010101011111111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0596B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0596B; }

 p { color: rgb(208,89,107); }

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

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

 a { background-color: rgb(208,89,107); }

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

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

 span { border-color: rgb(208,89,107); }

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