#D1656D

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

Shades of Cabaret #D1656D

Tints of Cabaret #D1656D

Color information

#D1656D (or 0xD1656D) is unknown color: approx Cabaret. HEX triplet: D1, 65 and 6D. RGB value is (209,101,109). Sum of RGB (Red+Green+Blue) = 209+101+109=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 101 (39.84% from 255 or 24.11% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D1656D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1656D is #2E9A92. Grayscale: #868686. Windows color (decimal): -3054227 or 7169489. OLE color: 7169489.

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

Color convert

RGB209101109-
CMYK00.520.480.18
HSL355.56º54%60.78%-
HSV(B)355.56º51.67%81.96%-
XYZ33.7123.9717.32-
YUV134.2113.78181.35-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.88%
GREEN value IS 101 (39.84% from 255) = 24.11%
BLUE value IS 109 (42.97% from 255) = 26.01%
R=49.88%
G=24.11%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910110900.520.480.18355.565460.78
HexD1656D0343012164363d
Octal32114515506460225446675
Binary1101000111001011101101011010011000010010101100100110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1656D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1656D; }

 p { color: rgb(209,101,109); }

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

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

 a { background-color: rgb(209,101,109); }

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

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

 span { border-color: rgb(209,101,109); }

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