#D0596A

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

Shades of Cabaret #D0596A

Tints of Cabaret #D0596A

Color information

#D0596A (or 0xD0596A) is unknown color: approx Cabaret. HEX triplet: D0, 59 and 6A. RGB value is (208,89,106). Sum of RGB (Red+Green+Blue) = 208+89+106=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 89 (35.16% from 255 or 22.08% from 403); Blue value is 106 (41.80% from 255 or 26.30% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D0596A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0596A is #2FA695. Grayscale: #7E7E7E. Windows color (decimal): -3122838 or 6969808. OLE color: 6969808.

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

Color convert

RGB20889106-
CMYK00.570.490.18
HSL351.43º55.87%58.24%-
HSV(B)351.43º57.21%81.57%-
XYZ32.1921.616.11-
YUV126.52116.42186.12-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 51.61%
GREEN value IS 89 (35.16% from 255) = 22.08%
BLUE value IS 106 (41.80% from 255) = 26.30%
R=51.61%
G=22.08%
B=26.30%

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
Decimal2088910600.570.490.18351.4355.8758.24
HexD0596A039311215f383a
Octal32013115207161225377072
Binary1101000010110011101010011100111000110010101011111111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0596A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0596A; }

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

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

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

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

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

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

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

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