#D16475

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

Shades of Cabaret #D16475

Tints of Cabaret #D16475

Color information

#D16475 (or 0xD16475) is unknown color: approx Cabaret. HEX triplet: D1, 64 and 75. RGB value is (209,100,117). Sum of RGB (Red+Green+Blue) = 209+100+117=426 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.06% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 209 - color contains mainly: red. Hex color #D16475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16475 is #2E9B8A. Grayscale: #868686. Windows color (decimal): -3054475 or 7693521. OLE color: 7693521.

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

Color convert

RGB209100117-
CMYK00.520.440.18
HSL350.64º54.23%60.59%-
HSV(B)350.64º52.15%81.96%-
XYZ34.0623.9519.66-
YUV134.53118.11181.12-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.06%
GREEN value IS 100 (39.45% from 255) = 23.47%
BLUE value IS 117 (46.09% from 255) = 27.46%
R=49.06%
G=23.47%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910011700.520.440.18350.6454.2360.59
HexD164750342C1215f363d
Octal32114416506454225376675
Binary1101000111001001110101011010010110010010101011111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16475; }

 p { color: rgb(209,100,117); }

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

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

 a { background-color: rgb(209,100,117); }

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

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

 span { border-color: rgb(209,100,117); }

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