#D16579

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

Shades of Cabaret #D16579

Tints of Cabaret #D16579

Color information

#D16579 (or 0xD16579) is unknown color: approx Cabaret. HEX triplet: D1, 65 and 79. RGB value is (209,101,121). Sum of RGB (Red+Green+Blue) = 209+101+121=431 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.49% from 431); Green value is 101 (39.84% from 255 or 23.43% from 431); Blue value is 121 (47.66% from 255 or 28.07% from 431); Max value from RGB is 209 - color contains mainly: red. Hex color #D16579 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16579 is #2E9A86. Grayscale: #878787. Windows color (decimal): -3054215 or 7955921. OLE color: 7955921.

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

Color convert

RGB209101121-
CMYK00.520.420.18
HSL348.89º54%60.78%-
HSV(B)348.89º51.67%81.96%-
XYZ34.424.2420.96-
YUV135.57119.78180.37-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.49%
GREEN value IS 101 (39.84% from 255) = 23.43%
BLUE value IS 121 (47.66% from 255) = 28.07%
R=48.49%
G=23.43%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910112100.520.420.18348.895460.78
HexD165790342A1215d363d
Octal32114517106452225356675
Binary1101000111001011111001011010010101010010101011101110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16579; }

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

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

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

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

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

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

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

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