#D1496A

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

Shades of Cabaret #D1496A

Tints of Cabaret #D1496A

Color information

#D1496A (or 0xD1496A) is unknown color: approx Cabaret. HEX triplet: D1, 49 and 6A. RGB value is (209,73,106). Sum of RGB (Red+Green+Blue) = 209+73+106=388 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.87% from 388); Green value is 73 (28.91% from 255 or 18.81% from 388); Blue value is 106 (41.80% from 255 or 27.32% from 388); Max value from RGB is 209 - color contains mainly: red. Hex color #D1496A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1496A is #2EB695. Grayscale: #757575. Windows color (decimal): -3061398 or 6965713. OLE color: 6965713.

HSL color Cylindrical-coordinate representation of color #D1496A: hue angle of 345.44º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D1496A is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB20973106-
CMYK00.650.490.18
HSL345.44º59.65%55.29%-
HSV(B)345.44º65.07%81.96%-
XYZ31.2819.3615.72-
YUV117.43121.56193.32-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 53.87%
GREEN value IS 73 (28.91% from 255) = 18.81%
BLUE value IS 106 (41.80% from 255) = 27.32%
R=53.87%
G=18.81%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2097310600.650.490.18345.4459.6555.29
HexD1496A04131121593c37
Octal321111152010161225317467
Binary11010001100100111010100100000111000110010101011001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1496A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1496A; }

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

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

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

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

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

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

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

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