#D16573

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

Shades of Cabaret #D16573

Tints of Cabaret #D16573

Color information

#D16573 (or 0xD16573) is unknown color: approx Cabaret. HEX triplet: D1, 65 and 73. RGB value is (209,101,115). Sum of RGB (Red+Green+Blue) = 209+101+115=425 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.18% from 425); Green value is 101 (39.84% from 255 or 23.76% from 425); Blue value is 115 (45.31% from 255 or 27.06% from 425); Max value from RGB is 209 - color contains mainly: red. Hex color #D16573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16573 is #2E9A8C. Grayscale: #868686. Windows color (decimal): -3054221 or 7562705. OLE color: 7562705.

HSL color Cylindrical-coordinate representation of color #D16573: hue angle of 352.22º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D16573 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB209101115-
CMYK00.520.450.18
HSL352.22º54%60.78%-
HSV(B)352.22º51.67%81.96%-
XYZ34.0424.119.08-
YUV134.89116.78180.86-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.18%
GREEN value IS 101 (39.84% from 255) = 23.76%
BLUE value IS 115 (45.31% from 255) = 27.06%
R=49.18%
G=23.76%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910111500.520.450.18352.225460.78
HexD165730342D12160363d
Octal32114516306455225406675
Binary1101000111001011110011011010010110110010101100000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16573; }

 p { color: rgb(209,101,115); }

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

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

 a { background-color: rgb(209,101,115); }

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

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

 span { border-color: rgb(209,101,115); }

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