#D16077

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

Shades of Cabaret #D16077

Tints of Cabaret #D16077

Color information

#D16077 (or 0xD16077) is unknown color: approx Cabaret. HEX triplet: D1, 60 and 77. RGB value is (209,96,119). Sum of RGB (Red+Green+Blue) = 209+96+119=424 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.29% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 119 (46.88% from 255 or 28.07% from 424); Max value from RGB is 209 - color contains mainly: red. Hex color #D16077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16077 is #2E9F88. Grayscale: #848484. Windows color (decimal): -3055497 or 7823569. OLE color: 7823569.

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

Color convert

RGB20996119-
CMYK00.540.430.18
HSL347.79º55.12%59.8%-
HSV(B)347.79º54.07%81.96%-
XYZ33.8123.2520.16-
YUV132.41120.44182.63-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.29%
GREEN value IS 96 (37.89% from 255) = 22.64%
BLUE value IS 119 (46.88% from 255) = 28.07%
R=49.29%
G=22.64%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099611900.540.430.18347.7955.1259.8
HexD160770362B1215c373c
Octal32114016706653225346774
Binary1101000111000001110111011011010101110010101011100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16077; }

 p { color: rgb(209,96,119); }

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

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

 a { background-color: rgb(209,96,119); }

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

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

 span { border-color: rgb(209,96,119); }

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