#D16472

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

Shades of Cabaret #D16472

Tints of Cabaret #D16472

Color information

#D16472 (or 0xD16472) is unknown color: approx Cabaret. HEX triplet: D1, 64 and 72. RGB value is (209,100,114). Sum of RGB (Red+Green+Blue) = 209+100+114=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D16472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16472 is #2E9B8D. Grayscale: #868686. Windows color (decimal): -3054478 or 7496913. OLE color: 7496913.

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

Color convert

RGB209100114-
CMYK00.520.450.18
HSL352.29º54.23%60.59%-
HSV(B)352.29º52.15%81.96%-
XYZ33.8923.8818.74-
YUV134.19116.61181.36-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.41%
GREEN value IS 100 (39.45% from 255) = 23.64%
BLUE value IS 114 (44.92% from 255) = 26.95%
R=49.41%
G=23.64%
B=26.95%

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
Decimal20910011400.520.450.18352.2954.2360.59
HexD164720342D12160363d
Octal32114416206455225406675
Binary1101000111001001110010011010010110110010101100000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16472; }

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

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

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

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

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

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

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

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