#D7496A

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

Shades of Cabaret #D7496A

Tints of Cabaret #D7496A

Color information

#D7496A (or 0xD7496A) is unknown color: approx Cabaret. HEX triplet: D7, 49 and 6A. RGB value is (215,73,106). Sum of RGB (Red+Green+Blue) = 215+73+106=394 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.57% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 106 (41.80% from 255 or 26.90% from 394); Max value from RGB is 215 - color contains mainly: red. Hex color #D7496A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7496A is #28B695. Grayscale: #777777. Windows color (decimal): -2668182 or 6965719. OLE color: 6965719.

HSL color Cylindrical-coordinate representation of color #D7496A: hue angle of 346.06º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D7496A is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB21573106-
CMYK00.660.510.16
HSL346.06º63.96%56.47%-
HSV(B)346.06º66.05%84.31%-
XYZ33.0120.2515.81-
YUV119.22120.54196.32-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 54.57%
GREEN value IS 73 (28.91% from 255) = 18.53%
BLUE value IS 106 (41.80% from 255) = 26.90%
R=54.57%
G=18.53%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2157310600.660.510.16346.0663.9656.47
HexD7496A042331015a4038
Octal3271111520102632053210070
Binary110101111001001110101001000010110011100001010110101000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7496A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7496A; }

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

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

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

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

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

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

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

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