#D1656A

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

Shades of Cabaret #D1656A

Tints of Cabaret #D1656A

Color information

#D1656A (or 0xD1656A) is unknown color: approx Cabaret. HEX triplet: D1, 65 and 6A. RGB value is (209,101,106). Sum of RGB (Red+Green+Blue) = 209+101+106=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 106 (41.80% from 255 or 25.48% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D1656A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1656A is #2E9A95. Grayscale: #858585. Windows color (decimal): -3054230 or 6972881. OLE color: 6972881.

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

Color convert

RGB209101106-
CMYK00.520.490.18
HSL357.22º54%60.78%-
HSV(B)357.22º51.67%81.96%-
XYZ33.5523.916.48-
YUV133.86112.28181.59-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.24%
GREEN value IS 101 (39.84% from 255) = 24.28%
BLUE value IS 106 (41.80% from 255) = 25.48%
R=50.24%
G=24.28%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910110600.520.490.18357.225460.78
HexD1656A0343112165363d
Octal32114515206461225456675
Binary1101000111001011101010011010011000110010101100101110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1656A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1656A; }

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

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

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

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

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

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

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

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