#D16473

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

Shades of Cabaret #D16473

Tints of Cabaret #D16473

Color information

#D16473 (or 0xD16473) is unknown color: approx Cabaret. HEX triplet: D1, 64 and 73. RGB value is (209,100,115). Sum of RGB (Red+Green+Blue) = 209+100+115=424 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.29% from 424); Green value is 100 (39.45% from 255 or 23.58% from 424); Blue value is 115 (45.31% from 255 or 27.12% from 424); Max value from RGB is 209 - color contains mainly: red. Hex color #D16473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16473 is #2E9B8C. Grayscale: #868686. Windows color (decimal): -3054477 or 7562449. OLE color: 7562449.

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

Color convert

RGB209100115-
CMYK00.520.450.18
HSL351.74º54.23%60.59%-
HSV(B)351.74º52.15%81.96%-
XYZ33.9523.9119.05-
YUV134.3117.11181.28-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.29%
GREEN value IS 100 (39.45% from 255) = 23.58%
BLUE value IS 115 (45.31% from 255) = 27.12%
R=49.29%
G=23.58%
B=27.12%

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
Decimal20910011500.520.450.18351.7454.2360.59
HexD164730342D12160363d
Octal32114416306455225406675
Binary1101000111001001110011011010010110110010101100000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16473; }

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

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

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

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

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

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

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

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