#D16373

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

Shades of Cabaret #D16373

Tints of Cabaret #D16373

Color information

#D16373 (or 0xD16373) is unknown color: approx Cabaret. HEX triplet: D1, 63 and 73. RGB value is (209,99,115). Sum of RGB (Red+Green+Blue) = 209+99+115=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D16373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16373 is #2E9C8C. Grayscale: #858585. Windows color (decimal): -3054733 or 7562193. OLE color: 7562193.

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

Color convert

RGB20999115-
CMYK00.530.450.18
HSL351.27º54.46%60.39%-
HSV(B)351.27º52.63%81.96%-
XYZ33.8523.7219.01-
YUV133.71117.44181.7-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.41%
GREEN value IS 99 (39.06% from 255) = 23.40%
BLUE value IS 115 (45.31% from 255) = 27.19%
R=49.41%
G=23.40%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099911500.530.450.18351.2754.4660.39
HexD163730352D1215f363c
Octal32114316306555225376674
Binary1101000111000111110011011010110110110010101011111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16373; }

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

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

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

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

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

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

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

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