#D16175

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

Shades of Cabaret #D16175

Tints of Cabaret #D16175

Color information

#D16175 (or 0xD16175) is unknown color: approx Cabaret. HEX triplet: D1, 61 and 75. RGB value is (209,97,117). Sum of RGB (Red+Green+Blue) = 209+97+117=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D16175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16175 is #2E9E8A. Grayscale: #848484. Windows color (decimal): -3055243 or 7692753. OLE color: 7692753.

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

Color convert

RGB20997117-
CMYK00.540.440.18
HSL349.29º54.9%60%-
HSV(B)349.29º53.59%81.96%-
XYZ33.7823.3919.56-
YUV132.77119.11182.37-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.41%
GREEN value IS 97 (38.28% from 255) = 22.93%
BLUE value IS 117 (46.09% from 255) = 27.66%
R=49.41%
G=22.93%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099711700.540.440.18349.2954.960
HexD161750362C1215d373c
Octal32114116506654225356774
Binary1101000111000011110101011011010110010010101011101110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16175; }

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

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

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

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

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

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

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

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