#D15D73

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

Shades of Cabaret #D15D73

Tints of Cabaret #D15D73

Color information

#D15D73 (or 0xD15D73) is unknown color: approx Cabaret. HEX triplet: D1, 5D and 73. RGB value is (209,93,115). Sum of RGB (Red+Green+Blue) = 209+93+115=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 115 (45.31% from 255 or 27.58% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D15D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15D73 is #2EA28C. Grayscale: #828282. Windows color (decimal): -3056269 or 7560657. OLE color: 7560657.

HSL color Cylindrical-coordinate representation of color #D15D73: hue angle of 348.62º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D15D73 is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB20993115-
CMYK00.560.450.18
HSL348.62º55.77%59.22%-
HSV(B)348.62º55.5%81.96%-
XYZ33.322.6218.83-
YUV130.19119.43184.21-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.12%
GREEN value IS 93 (36.72% from 255) = 22.30%
BLUE value IS 115 (45.31% from 255) = 27.58%
R=50.12%
G=22.30%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099311500.560.450.18348.6255.7759.22
HexD15D730382D1215d383b
Octal32113516307055225357073
Binary1101000110111011110011011100010110110010101011101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15D73; }

 p { color: rgb(209,93,115); }

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

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

 a { background-color: rgb(209,93,115); }

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

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

 span { border-color: rgb(209,93,115); }

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