#D16071

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

Shades of Cabaret #D16071

Tints of Cabaret #D16071

Color information

#D16071 (or 0xD16071) is unknown color: approx Cabaret. HEX triplet: D1, 60 and 71. RGB value is (209,96,113). Sum of RGB (Red+Green+Blue) = 209+96+113=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D16071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16071 is #2E9F8E. Grayscale: #838383. Windows color (decimal): -3055503 or 7430353. OLE color: 7430353.

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

Color convert

RGB20996113-
CMYK00.540.460.18
HSL350.97º55.12%59.8%-
HSV(B)350.97º54.07%81.96%-
XYZ33.4623.1118.32-
YUV131.72117.44183.12-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50%
GREEN value IS 96 (37.89% from 255) = 22.97%
BLUE value IS 113 (44.53% from 255) = 27.03%
R=50%
G=22.97%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099611300.540.460.18350.9755.1259.8
HexD160710362E1215f373c
Octal32114016106656225376774
Binary1101000111000001110001011011010111010010101011111110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16071; }

 p { color: rgb(209,96,113); }

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

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

 a { background-color: rgb(209,96,113); }

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

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

 span { border-color: rgb(209,96,113); }

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