#D16076

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

Shades of Cabaret #D16076

Tints of Cabaret #D16076

Color information

#D16076 (or 0xD16076) is unknown color: approx Cabaret. HEX triplet: D1, 60 and 76. RGB value is (209,96,118). Sum of RGB (Red+Green+Blue) = 209+96+118=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D16076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16076 is #2E9F89. Grayscale: #848484. Windows color (decimal): -3055498 or 7758033. OLE color: 7758033.

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

Color convert

RGB20996118-
CMYK00.540.440.18
HSL348.32º55.12%59.8%-
HSV(B)348.32º54.07%81.96%-
XYZ33.7523.2319.84-
YUV132.29119.94182.71-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.41%
GREEN value IS 96 (37.89% from 255) = 22.70%
BLUE value IS 118 (46.48% from 255) = 27.90%
R=49.41%
G=22.70%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099611800.540.440.18348.3255.1259.8
HexD160760362C1215c373c
Octal32114016606654225346774
Binary1101000111000001110110011011010110010010101011100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16076; }

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

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

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

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

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

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

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

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