#D16374

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

Shades of Cabaret #D16374

Tints of Cabaret #D16374

Color information

#D16374 (or 0xD16374) is unknown color: approx Cabaret. HEX triplet: D1, 63 and 74. RGB value is (209,99,116). Sum of RGB (Red+Green+Blue) = 209+99+116=424 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.29% from 424); Green value is 99 (39.06% from 255 or 23.35% from 424); Blue value is 116 (45.70% from 255 or 27.36% from 424); Max value from RGB is 209 - color contains mainly: red. Hex color #D16374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16374 is #2E9C8B. Grayscale: #858585. Windows color (decimal): -3054732 or 7627729. OLE color: 7627729.

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

Color convert

RGB20999116-
CMYK00.530.440.18
HSL350.73º54.46%60.39%-
HSV(B)350.73º52.63%81.96%-
XYZ33.9123.7419.32-
YUV133.83117.94181.62-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.29%
GREEN value IS 99 (39.06% from 255) = 23.35%
BLUE value IS 116 (45.70% from 255) = 27.36%
R=49.29%
G=23.35%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099911600.530.440.18350.7354.4660.39
HexD163740352C1215f363c
Octal32114316406554225376674
Binary1101000111000111110100011010110110010010101011111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16374; }

 p { color: rgb(209,99,116); }

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

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

 a { background-color: rgb(209,99,116); }

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

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

 span { border-color: rgb(209,99,116); }

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