#D16474

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

Shades of Cabaret #D16474

Tints of Cabaret #D16474

Color information

#D16474 (or 0xD16474) is unknown color: approx Cabaret. HEX triplet: D1, 64 and 74. RGB value is (209,100,116). Sum of RGB (Red+Green+Blue) = 209+100+116=425 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.18% from 425); Green value is 100 (39.45% from 255 or 23.53% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 209 - color contains mainly: red. Hex color #D16474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16474 is #2E9B8B. Grayscale: #868686. Windows color (decimal): -3054476 or 7627985. OLE color: 7627985.

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

Color convert

RGB209100116-
CMYK00.520.440.18
HSL351.19º54.23%60.59%-
HSV(B)351.19º52.15%81.96%-
XYZ3423.9319.35-
YUV134.42117.61181.2-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.18%
GREEN value IS 100 (39.45% from 255) = 23.53%
BLUE value IS 116 (45.70% from 255) = 27.29%
R=49.18%
G=23.53%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910011600.520.440.18351.1954.2360.59
HexD164740342C1215f363d
Octal32114416406454225376675
Binary1101000111001001110100011010010110010010101011111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16474; }

 p { color: rgb(209,100,116); }

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

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

 a { background-color: rgb(209,100,116); }

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

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

 span { border-color: rgb(209,100,116); }

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